mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* debian/rules:
- autoconf into debian rules
This commit is contained in:
commit
d9b5c64475
2 changed files with 11 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
||||||
byobu (5.8) unreleased; urgency=low
|
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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 30 Jan 2012 18:12:49 -0600
|
||||||
|
|
||||||
|
|
8
debian/rules
vendored
8
debian/rules
vendored
|
@ -4,3 +4,11 @@
|
||||||
|
|
||||||
override_dh_perl:
|
override_dh_perl:
|
||||||
dh_perl -d
|
dh_perl -d
|
||||||
|
|
||||||
|
autoconf: clean
|
||||||
|
dh_testdir
|
||||||
|
cp debian/changelog ChangeLog
|
||||||
|
aclocal
|
||||||
|
automake --add-missing --copy
|
||||||
|
autoconf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue