[SCM] rumor/master: Call autogen.sh through dh_autoreconf

rak at users.alioth.debian.org rak at users.alioth.debian.org
Sun Jun 15 12:35:54 UTC 2014


The following commit has been merged in the master branch:
commit e4783e717b885e2b75fa74e27e226feafa47f797
Author: Ryan Kavanagh <rak at debian.org>
Date:   Sun Jun 15 13:53:47 2014 +0200

    Call autogen.sh through dh_autoreconf

diff --git a/debian/rules b/debian/rules
index 750ada5..9e80b77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,10 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with=autoreconf
 
-override_dh_auto_configure:
-	./autogen.sh
-	dh_auto_configure
+override_dh_autoreconf:
+	dh_autoreconf -- ./autogen.sh
 
 override_dh_auto_build:
 	make html

-- 
rumor packaging



More information about the pkg-multimedia-commits mailing list