* debian/control: trying to fix upgrade issues, add

provides/replaces/conflicts screen-profiles (<< 2.0), LP: #390808
    NOTE: we can't provide a dummy screen-profiles package, as we
    must have screen-profiles uninstall

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-22 22:36:35 -05:00
commit b4b47bfe01
2 changed files with 14 additions and 25 deletions

14
debian/changelog vendored
View file

@ -1,14 +1,16 @@
byobu (2.15) unreleased; urgency=low byobu (2.15~ppa8) jaunty; 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, add replaces and * debian/control: trying to fix upgrade issues, add
conflicts clauses back provides/replaces/conflicts screen-profiles (<< 2.0), LP: #390808
NOTE: we can't provide a dummy screen-profiles package, as we
must have screen-profiles uninstalled first, to remove the
dpkg-diversion of /usr/bin/screen
* 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 * byobu-status: fix --detail, detect script dir
diversion goes away
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 22 Jun 2009 14:24:41 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 22 Jun 2009 22:32:00 -0500
byobu (2.14-0ubuntu1) karmic; urgency=low byobu (2.14-0ubuntu1) karmic; urgency=low

25
debian/control vendored
View file

@ -12,8 +12,9 @@ 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 Provides: screen-profiles
Conflicts: screen-profiles Replaces: screen-profiles (<< 2.0)
Conflicts: screen-profiles (<< 2.0)
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.
@ -23,28 +24,14 @@ Description: a set of useful profiles and a profile-switcher for GNU screen
provide features such as status bars, clocks, notifiers (reboot required, provide features such as status bars, clocks, notifiers (reboot required,
updates available), etc. The profile-switcher allows users to quickly switch updates available), etc. The profile-switcher allows users to quickly switch
their .screenrc to any of the available profiles. their .screenrc to any of the available profiles.
.
update-notifier-common provides a more efficient and standard mechanism for
calculating the number of updates available in the status panel.
Package: byobu-extras Package: byobu-extras
Architecture: all Architecture: all
Depends: ${misc:Depends}, byobu Depends: ${misc:Depends}, byobu
Replaces: screen-profiles-extras Provides: screen-profiles-extras
Conflicts: screen-profiles-extras Replaces: screen-profiles-extras (<< 2.0)
Conflicts: screen-profiles-extras (<< 2.0)
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
different light and dark colors. different light and dark colors.
Package: screen-profiles
Architecture: all
Recommends: ${misc:Depends}, byobu
Description: this package has been renamed 'byobu'
The screen-profiles package has been renamed 'byobu'.
Package: screen-profiles-extras
Architecture: all
Recommends: ${misc:Depends}, byobu-extras
Description: this package has been renamed 'byobu-extras'
The screen-profiles-extras package has been renamed 'byobu-extras'.