[SCM] jamin packaging branch, master, updated. debian/0.95.0-4-41-g4c12b1f

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Apr 2 19:06:31 UTC 2010


The following commit has been merged in the master branch:
commit 2babfc8e38777e86a46ed48e769e01766982373c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Mar 12 13:25:51 2010 +0100

    Try avoid runing configure twice.

diff --git a/debian/rules b/debian/rules
index 8c3d9d7..05418ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 debian/stamp-autotools-files: debian/stamp-intltoolize
 debian/stamp-intltoolize:
 	intltoolize -c -f
+	touch $@
+clean::
+	rm -f debian/stamp-intltoolize
 
 # Avoid graphics and sound files upsetting dpkg-source
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./(pixmaps/.*\.(png|jpg)|test/files/junk\.jam|debian/(changelog|copyright(|_hints|_newhints)))$

-- 
jamin packaging



More information about the pkg-multimedia-commits mailing list