debian/control: depend on automake, autoconf for new build; bump standards

This commit is contained in:
Dustin Kirkland 2010-08-02 18:47:02 -04:00
commit 880d32e996
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View file

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

2
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: byobu
Section: misc Section: misc
Priority: optional Priority: optional
Maintainer: Dustin Kirkland <kirkland@ubuntu.com> Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
Standards-Version: 3.8.3 Standards-Version: 3.9.1
Build-Depends: debhelper (>= 6), gettext-base, automake, autoconf Build-Depends: debhelper (>= 6), gettext-base, automake, autoconf
Homepage: http://launchpad.net/byobu Homepage: http://launchpad.net/byobu
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk