Removed git-buildpackage config and instead added code to invoke autogensh in debian/rules

This commit is contained in:
Gunnar Beutner 2012-09-21 14:03:43 +02:00
parent 5921337b46
commit 867eae7838
2 changed files with 6 additions and 2 deletions

2
debian/gbp.conf vendored
View File

@ -1,2 +0,0 @@
[git-buildpackage]
prebuild = NOCONFIGURE=1 ./autogen.sh

6
debian/rules vendored
View File

@ -4,3 +4,9 @@
%: %:
dh $@ dh $@
config.status:
dh_testdir
./autogen.sh
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
dh_auto_configure