mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
debian/control: depend on automake, autoconf for new build
This commit is contained in:
parent
ab40e32c85
commit
d21ea3e754
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -24,6 +24,7 @@ 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
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 07 Jul 2010 11:36:03 -0400
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: misc
|
|||
Priority: optional
|
||||
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
|
||||
Standards-Version: 3.8.3
|
||||
Build-Depends: debhelper (>= 6), gettext-base
|
||||
Build-Depends: debhelper (>= 6), gettext-base, automake, autoconf
|
||||
Homepage: http://launchpad.net/byobu
|
||||
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue