Re-add debian/rules autoconf target.

This commit is contained in:
Daniel Hahler 2012-01-31 13:26:53 +01:00
commit 39671b78ab

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