mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -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
|
- 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
2
debian/control
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue