]> git.proxmox.com Git - libqb.git/commitdiff
buildsys: move autogen to debian/rules
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 28 Feb 2017 10:55:49 +0000 (11:55 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 28 Feb 2017 11:08:25 +0000 (12:08 +0100)
Makefile
debian/rules

index 6cd245d999800f4b67c4ca04bb29ee2f011eee27..e8a98f812652ef60e4f4dc9e50de0e9be679a417 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,6 @@ download:
        rm -rf libqb-${QBVERSION} libqb-${QBVERSION}.orig.tar.gz
        git clone git://github.com/ClusterLabs/libqb.git libqb-${QBVERSION}
        cd libqb-${QBVERSION}; git checkout v${QBVERSION}
-       cd libqb-${QBVERSION}; ./autogen.sh
        tar czf libqb-${QBVERSION}.orig.tar.gz libqb-${QBVERSION}/
 
 .PHONY: upload
index 10a7d3338d4b3606224d53482b8596139b44ac09..f797b2c1ef75076a4b941c691c80a27797a5bf88 100755 (executable)
@@ -13,7 +13,7 @@
 export DEB_BUILD_HARDENING=1
 
 %:
-       dh $@ 
+       dh --with autoreconf $@ 
 
 override_dh_strip:
        dh_strip --dbg-package=libqb0-dbg