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

This commit is contained in:
Dustin Kirkland 2010-07-28 13:50:35 -04:00
commit d21ea3e754
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -24,6 +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
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 07 Jul 2010 11:36:03 -0400 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 07 Jul 2010 11:36:03 -0400

2
debian/control vendored
View file

@ -3,7 +3,7 @@ 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.8.3
Build-Depends: debhelper (>= 6), gettext-base 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