* debian/rules:

- autoconf into debian rules
This commit is contained in:
Dustin Kirkland 2012-01-31 08:19:10 -06:00
commit d9b5c64475
2 changed files with 11 additions and 1 deletions

4
debian/changelog vendored
View file

@ -1,6 +1,8 @@
byobu (5.8) unreleased; urgency=low
* UNRELEASED
[ Daniel Hahler ]
* debian/rules:
- autoconf into debian rules
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 30 Jan 2012 18:12:49 -0600

8
debian/rules vendored
View file

@ -4,3 +4,11 @@
override_dh_perl:
dh_perl -d
autoconf: clean
dh_testdir
cp debian/changelog ChangeLog
aclocal
automake --add-missing --copy
autoconf