[SCM] liblrdf packaging branch, master, updated. debian/0.4.0-1.2-36-g835fab0

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Mar 12 05:59:15 UTC 2010


The following commit has been merged in the master branch:
commit 9ce158faa706be00bd5eafa4ad53864b1f49f92e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Mar 12 06:48:46 2010 +0100

    Fix preserve autoreconfigured files.

diff --git a/debian/rules b/debian/rules
index 254a122..5391c9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,7 @@ upstreamtmpfiles = INSTALL \
 		Makefile.in \
 		aclocal.m4 \
 		config.guess \
+		config.h.in \
 		config.sub \
 		configure \
 		depcomp \
@@ -52,7 +53,7 @@ upstreamtmpfiles = INSTALL \
 pre-build:: debian/stamp-upstreamtmpstuff
 debian/stamp-upstreamtmpstuff: debian/stamp-copyright-check
 	for file in $(upstreamtmpfiles); do \
-		[ ! -e $$file ] || [ -e $$file.upstream ] || mv $$file $$file.upstream; \
+		[ ! -e $$file ] || [ -e $$file.upstream ] || cp $$file $$file.upstream; \
 	done
 	touch $@
 clean::

-- 
liblrdf packaging



More information about the pkg-multimedia-commits mailing list