debian package now use dh_autoreconf to build against svn.

This commit is contained in:
Romuald Conty
2011-05-20 14:40:36 +00:00
parent 5e3f177ee6
commit 21b58f0bf6
3 changed files with 3 additions and 7 deletions

6
debian/rules vendored
View File

@@ -12,9 +12,5 @@
override_dh_installchangelogs:
dh_installchangelogs ChangeLog
override_dh_auto_configure:
chmod ugo+x ./configure
dh_auto_configure
%:
dh $@
dh --with autoreconf $@