[pkg-fso-commits] [nodm] 22/50: debian/rules: Correctly evoke ./autogen.sh script at build time.

Mike Gabriel sunweaver at debian.org
Mon Jan 23 15:19:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository nodm.

commit 8e93257e6abddf6cc32a2511fe557f23a30aaf43
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Mar 23 14:33:13 2016 +0100

    debian/rules: Correctly evoke ./autogen.sh script at build time.
---
 debian/changelog | 2 ++
 debian/rules     | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 920e26a..b9560f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ nodm (0.12-1) UNRELEASED; urgency=low
     + Make copyright file DEP-5 compliant.
   * debian/nodm.docs:
     + README is now README.md.
+  * debian/rules:
+    + Correctly evoke ./autogen.sh script at build time.
 
   [ Sjoerd Simons ]
   * debian/<debconf>:
diff --git a/debian/rules b/debian/rules
index a7499e9..40d061d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,10 @@
 %:
 	dh $@
 
-configure:
-	./autogen.sh
+override_dh_auto_configure:
+	# upstream tarball is without configure. autogen.sh will create it
+	NOCONFIGURE=1 ./autogen.sh
+	dh_auto_configure $(DHFLAGS)
 
 override_dh_auto_test:
 	#make check

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-fso/nodm.git



More information about the pkg-fso-commits mailing list