[Pkg-xfce-commits] r2406 - desktop/trunk/exo/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Thu Oct 16 06:30:32 UTC 2008


Author: corsac
Date: 2008-10-16 06:30:31 +0000 (Thu, 16 Oct 2008)
New Revision: 2406

Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/rules
Log:
  - 04_fix_broken_regex.patch added, adds ^ and $ to url expressions to
    prevent exo from mistaking a directory as an e-mail address and opening
    the wrong helper application. Xfce Bug #4330. LP: #262125.
* debian/rules:
  - stop messing with config.{guess,sub}.

Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2008-10-16 06:28:05 UTC (rev 2405)
+++ desktop/trunk/exo/debian/changelog	2008-10-16 06:30:31 UTC (rev 2406)
@@ -1,15 +1,20 @@
 exo (0.3.4-9) UNRELEASED; urgency=low
 
+  [ Michael Casadevall ]
   * Merged exo patches from Ubuntu
   * debian/patches:
-    - 04_fix_broken_regex.patch added, adds ^ and $ to url expressions to prevent exo 
-      from mistaking a directory as an e-mail address and opening the 
-      wrong helper application. Xfce Bug #4330. LP: #262125.
+    - 04_fix_broken_regex.patch added, adds ^ and $ to url expressions to
+      prevent exo from mistaking a directory as an e-mail address and opening
+      the wrong helper application. Xfce Bug #4330. LP: #262125.
   * debian/control:
     - Added myself as an upload
 
- -- Michael Casadevall <sonicmctails at gmail.com>  Thu, 16 Oct 2008 01:54:15 -0400
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - stop messing with config.{guess,sub}.
 
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 16 Oct 2008 08:29:44 +0200
+
 exo (0.3.4-8) experimental; urgency=low
 
   * debian/patches:

Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules	2008-10-16 06:28:05 UTC (rev 2405)
+++ desktop/trunk/exo/debian/rules	2008-10-16 06:30:31 UTC (rev 2406)
@@ -47,13 +47,6 @@
 build-stamp:  config.status
 	dh_testdir
 
-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
-
 	# Add here commands to compile the package.
 	$(MAKE)
 
@@ -67,14 +60,6 @@
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
 
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	rm -f config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	rm -f config.guess
-endif
-
-
 	dh_clean 
 
 install: build




More information about the Pkg-xfce-commits mailing list