mirror of https://github.com/Icinga/icinga2.git
Removed git-buildpackage config and instead added code to invoke autogensh in debian/rules
This commit is contained in:
parent
5921337b46
commit
867eae7838
|
@ -1,2 +0,0 @@
|
|||
[git-buildpackage]
|
||||
prebuild = NOCONFIGURE=1 ./autogen.sh
|
|
@ -4,3 +4,9 @@
|
|||
%:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue