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

Yves-Alexis Perez corsac-guest at costa.debian.org
Tue Aug 22 18:29:32 UTC 2006


Author: corsac-guest
Date: 2006-08-22 18:29:31 +0000 (Tue, 22 Aug 2006)
New Revision: 837

Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/rules
Log:
fix bashism in debian/rules


Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2006-08-21 05:46:31 UTC (rev 836)
+++ desktop/trunk/exo/debian/changelog	2006-08-22 18:29:31 UTC (rev 837)
@@ -1,3 +1,9 @@
+exo (0.3.1.8beta2-3) UNRELEASED; urgency=low
+
+  * debian/rules: fix bashism.
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Tue, 22 Aug 2006 20:28:59 +0200
+
 exo (0.3.1.8beta2-2) unstable; urgency=low
 
   (Yves-Alexis Perez)

Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules	2006-08-21 05:46:31 UTC (rev 836)
+++ desktop/trunk/exo/debian/rules	2006-08-22 18:29:31 UTC (rev 837)
@@ -89,7 +89,8 @@
 	-rm -f $(CURDIR)/debian/tmp/usr/lib/python$(PYVERS)/site-packages/exo-$(EXOVERS)/_exo.a
 
 	# delete the unneeded .a and .la files
-	rm -rf debian/tmp/usr/lib/xfce4/mcs-plugins/*.{a,la}
+	rm -rf debian/tmp/usr/lib/xfce4/mcs-plugins/*.a
+	rm -rf debian/tmp/usr/lib/xfce4/mcs-plugins/*.la
 
 	# Debianise
 	sed -i -e 's/^WebBrowser=.*/WebBrowser=debian-sensible-browser/' \




More information about the Pkg-xfce-commits mailing list