r16018 - in /packages/unstable/libcm/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon May 26 12:43:36 UTC 2008


Author: lool
Date: Mon May 26 12:43:35 2008
New Revision: 16018

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16018
Log:
Don't copy config.guess/.sub after unpatch in clean; should avoid having
them in the .diff.gz -- not needed as we always update them after patching
anyway -- and should fix conversion to source format 3.0; closes: #482728.

Modified:
    packages/unstable/libcm/debian/changelog
    packages/unstable/libcm/debian/rules

Modified: packages/unstable/libcm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcm/debian/changelog?rev=16018&op=diff
==============================================================================
--- packages/unstable/libcm/debian/changelog (original)
+++ packages/unstable/libcm/debian/changelog Mon May 26 12:43:35 2008
@@ -1,9 +1,15 @@
-libcm (0.1.1-4) UNRELEASED; urgency=low
+libcm (0.1.1-4) unstable; urgency=low
 
-  * Allow libgl-dev and libglu-dev as alternative dependencies for 
+  [ Josselin Mouette ]
+  * Allow libgl-dev and libglu-dev as alternative dependencies for
     libcm-dev. Closes: #478887.
 
- -- Josselin Mouette <joss at debian.org>  Sat, 03 May 2008 12:29:55 +0200
+  [ Loic Minier ]
+  * Don't copy config.guess/.sub after unpatch in clean; should avoid having
+    them in the .diff.gz -- not needed as we always update them after patching
+    anyway -- and should fix conversion to source format 3.0; closes: #482728.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 26 May 2008 14:43:19 +0200
 
 libcm (0.1.1-3) unstable; urgency=low
 

Modified: packages/unstable/libcm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcm/debian/rules?rev=16018&op=diff
==============================================================================
--- packages/unstable/libcm/debian/rules (original)
+++ packages/unstable/libcm/debian/rules Mon May 26 12:43:35 2008
@@ -75,10 +75,6 @@
 	$(QUILT) pop -a -R || test $$? = 2
 	-rm -rf .pc
 	-rm -rf $(STAMP_DIR)
-	-test -r /usr/share/misc/config.sub && test -r config.sub && \
-		cp -f /usr/share/misc/config.sub config.sub
-	-test -r /usr/share/misc/config.guess && test -r config.guess && \
-		cp -f /usr/share/misc/config.guess config.guess
 	dh_clean
 
 binary-indep: build install




More information about the pkg-gnome-commits mailing list