[SCM] taopm/master: Improving rules

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Fri Mar 15 04:05:10 UTC 2013


The following commit has been merged in the master branch:
commit f76c861a4cc85829bb912c166b0c587dfa7815c5
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Thu Mar 14 23:32:43 2013 -0400

    Improving rules

diff --git a/debian/rules b/debian/rules
index 0a22d39..947a053 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@
 
-override_dh_clean:
+override_dh_auto_configure:
+	autoreconf -i --force
+	dh_auto_configure
+override_dh_auto_clean:
+	dh_auto_clean
 	rm -f libtao/*.loT config.status.lineno
-

-- 
taopm packaging



More information about the pkg-multimedia-commits mailing list