* debian/control:

- depend on automake
  - autoconf for new build
  - bump standards
  - use breaks instead of conflicts
This commit is contained in:
Dustin Kirkland 2010-08-02 18:51:16 -04:00
commit 153126ce97
2 changed files with 6 additions and 2 deletions

6
debian/changelog vendored
View file

@ -24,7 +24,11 @@ byobu (3.0) unreleased; urgency=low
- I think this is a significant enough milestone to bump version to 3.0
* install, manpages, rules: update package build/install procedures to
use configure && make && make install
* debian/control: depend on automake, autoconf for new build; bump standards
* debian/control:
- depend on automake
- autoconf for new build
- bump standards
- use breaks instead of conflicts
* AUTHORS, README: update email address and install instructions
* debian/rules, usr/bin/byobu-export, usr/share/man/man1/byobu-export.1:
- deprecate the byobu-export utility

2
debian/control vendored
View file

@ -13,7 +13,7 @@ Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base,
Suggests: apport, vim, w3m, po-debconf, update-notifier-common, lsb-release
Provides: screen-profiles, screen-profiles-extras, byobu-extras
Replaces: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0), byobu-extras (<< 2.17)
Conflicts: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0), byobu-extras (<< 2.17)
Breaks: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0), byobu-extras (<< 2.17)
Enhances: 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.