mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
Re-add debian/rules autoconf target.
This commit is contained in:
parent
ac250c5bd0
commit
39671b78ab
1 changed files with 8 additions and 0 deletions
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