mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* debian/control: trying to fix upgrade issues, add replaces and
conflicts clauses back Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
bbb0315ce9
commit
42ef481674
2 changed files with 11 additions and 4 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -2,10 +2,13 @@ byobu (2.15) unreleased; urgency=low
|
||||||
|
|
||||||
* profiles/common: defutf8 on seems like a sane default, at this point,
|
* profiles/common: defutf8 on seems like a sane default, at this point,
|
||||||
LP: #301447
|
LP: #301447
|
||||||
* debian/control: trying to fix upgrade issues
|
* debian/control: trying to fix upgrade issues, add replaces and
|
||||||
|
conflicts clauses back
|
||||||
* byobu: must force the janitor to run on startup
|
* byobu: must force the janitor to run on startup
|
||||||
|
* debian/screen-profiles.postinst: make absolutely sure that the dpkg
|
||||||
|
diversion goes away
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 22 Jun 2009 14:23:02 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 22 Jun 2009 14:24:41 -0500
|
||||||
|
|
||||||
byobu (2.14-0ubuntu1) karmic; urgency=low
|
byobu (2.14-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
8
debian/control
vendored
8
debian/control
vendored
|
@ -12,6 +12,8 @@ Architecture: all
|
||||||
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt (>= 0.52.2-11)
|
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt (>= 0.52.2-11)
|
||||||
Recommends: update-notifier-common, lsb-release
|
Recommends: update-notifier-common, lsb-release
|
||||||
Suggests: byobu-extras, vim
|
Suggests: byobu-extras, vim
|
||||||
|
Replaces: screen-profiles
|
||||||
|
Conflicts: screen-profiles
|
||||||
Enhances: screen
|
Enhances: screen
|
||||||
Description: a set of useful profiles and a profile-switcher for GNU screen
|
Description: a set of useful profiles and a profile-switcher for GNU screen
|
||||||
byobu includes a set of profiles for the GNU screen window manager.
|
byobu includes a set of profiles for the GNU screen window manager.
|
||||||
|
@ -28,6 +30,8 @@ Description: a set of useful profiles and a profile-switcher for GNU screen
|
||||||
Package: byobu-extras
|
Package: byobu-extras
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, byobu
|
Depends: ${misc:Depends}, byobu
|
||||||
|
Replaces: screen-profiles-extras
|
||||||
|
Conflicts: screen-profiles-extras
|
||||||
Description: additional colored profiles for the byobu package
|
Description: additional colored profiles for the byobu package
|
||||||
The byobu contains a basic set of light and dark screen profiles.
|
The byobu contains a basic set of light and dark screen profiles.
|
||||||
The byobu-extras package provides additional profiles of various
|
The byobu-extras package provides additional profiles of various
|
||||||
|
@ -35,12 +39,12 @@ Description: additional colored profiles for the byobu package
|
||||||
|
|
||||||
Package: screen-profiles
|
Package: screen-profiles
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, byobu
|
Recommends: ${misc:Depends}, byobu
|
||||||
Description: this package has been renamed 'byobu'
|
Description: this package has been renamed 'byobu'
|
||||||
The screen-profiles package has been renamed 'byobu'.
|
The screen-profiles package has been renamed 'byobu'.
|
||||||
|
|
||||||
Package: screen-profiles-extras
|
Package: screen-profiles-extras
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, byobu-extras
|
Recommends: ${misc:Depends}, byobu-extras
|
||||||
Description: this package has been renamed 'byobu-extras'
|
Description: this package has been renamed 'byobu-extras'
|
||||||
The screen-profiles-extras package has been renamed 'byobu-extras'.
|
The screen-profiles-extras package has been renamed 'byobu-extras'.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue