[SCM] libquicktime/master: Adjust order of rules inclusion to prevent the creation of debian/*.debhelper.log files.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Apr 28 23:21:22 UTC 2011


The following commit has been merged in the master branch:
commit b2bba9c5449da75661d377ba8b4f0cf243c13f92
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Apr 29 01:20:22 2011 +0200

    Adjust order of rules inclusion to prevent the creation of debian/*.debhelper.log files.
    
    See bug#596099.

diff --git a/debian/rules b/debian/rules
index 7b7dfa2..d4c3b15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gpl --with-libdv
 

-- 
libquicktime packaging



More information about the pkg-multimedia-commits mailing list