[Pkg-xfce-commits] r2413 - desktop/trunk/mousepad/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Thu Oct 16 06:37:40 UTC 2008


Author: corsac
Date: 2008-10-16 06:37:39 +0000 (Thu, 16 Oct 2008)
New Revision: 2413

Modified:
   desktop/trunk/mousepad/debian/changelog
   desktop/trunk/mousepad/debian/rules
Log:
* debian/rules:
  - stop messing with config.{guess,sub}.

Modified: desktop/trunk/mousepad/debian/changelog
===================================================================
--- desktop/trunk/mousepad/debian/changelog	2008-10-16 06:36:13 UTC (rev 2412)
+++ desktop/trunk/mousepad/debian/changelog	2008-10-16 06:37:39 UTC (rev 2413)
@@ -1,3 +1,10 @@
+mousepad (0.2.13-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - stop messing with config.{guess,sub}.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 16 Oct 2008 08:37:13 +0200
+
 mousepad (0.2.13-2) unstable; urgency=low
 
   * debian/control:

Modified: desktop/trunk/mousepad/debian/rules
===================================================================
--- desktop/trunk/mousepad/debian/rules	2008-10-16 06:36:13 UTC (rev 2412)
+++ desktop/trunk/mousepad/debian/rules	2008-10-16 06:37:39 UTC (rev 2413)
@@ -43,13 +43,6 @@
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
-
 	dh_clean 
 
 install: build




More information about the Pkg-xfce-commits mailing list