From 02f29cdd81b933839f8be125f5a8a031a4a051be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 28 Feb 2017 11:55:49 +0100 Subject: [PATCH] buildsys: move autogen to debian/rules --- Makefile | 1 - debian/rules | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6cd245d..e8a98f8 100644 --- 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 diff --git a/debian/rules b/debian/rules index 10a7d33..f797b2c 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ export DEB_BUILD_HARDENING=1 %: - dh $@ + dh --with autoreconf $@ override_dh_strip: dh_strip --dbg-package=libqb0-dbg -- 2.39.2