[SCM] rumor/master: We need to run autogen.sh ourselves

ryanakca-guest at users.alioth.debian.org ryanakca-guest at users.alioth.debian.org
Thu Dec 9 16:42:52 UTC 2010


The following commit has been merged in the master branch:
commit d8737b3ed0c736fab436d412348cab774cb9ac1f
Author: Ryan Kavanagh <ryanakca at kubuntu.org>
Date:   Thu Dec 9 10:35:31 2010 -0500

    We need to run autogen.sh ourselves

diff --git a/debian/rules b/debian/rules
index a2281a6..750ada5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 %:
 	dh $@
 
+override_dh_auto_configure:
+	./autogen.sh
+	dh_auto_configure
+
 override_dh_auto_build:
 	make html
 	dh_auto_build

-- 
rumor packaging



More information about the pkg-multimedia-commits mailing list