[Python-modules-commits] r6724 - in packages/pyxine/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Oct 22 09:42:21 UTC 2008


    Date: Wednesday, October 22, 2008 @ 09:42:20
  Author: morph
Revision: 6724

* debian/rules
  - added directory search for empty dirs removal for -dbg package;
    thanks to Adeodato Sim?\195?\179 for spotting it out

Modified:
  packages/pyxine/trunk/debian/changelog
  packages/pyxine/trunk/debian/rules

Modified: packages/pyxine/trunk/debian/changelog
===================================================================
--- packages/pyxine/trunk/debian/changelog	2008-10-21 22:20:19 UTC (rev 6723)
+++ packages/pyxine/trunk/debian/changelog	2008-10-22 09:42:20 UTC (rev 6724)
@@ -1,3 +1,11 @@
+pyxine (0.1alpha2-6) UNRELEASED; urgency=low
+
+  * debian/rules
+    - added directory search for empty dirs removal for -dbg package;
+      thanks to Adeodato Simó for spotting it out
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 22 Oct 2008 11:39:58 +0200
+
 pyxine (0.1alpha2-5) unstable; urgency=low
 
   * debian/control

Modified: packages/pyxine/trunk/debian/rules
===================================================================
--- packages/pyxine/trunk/debian/rules	2008-10-21 22:20:19 UTC (rev 6723)
+++ packages/pyxine/trunk/debian/rules	2008-10-22 09:42:20 UTC (rev 6724)
@@ -48,7 +48,7 @@
 
 	# remove things not needed in a debug package
 	find debian/python-pyxine-dbg ! -type d ! -name '*_d.so' | xargs rm -f
-	find debian/python-pyxine-dbg -depth -empty -exec rmdir {} \;
+	find debian/python-pyxine-dbg -type d -depth -empty -exec rmdir {} \;
 
 binary-indep: build install
 	# Nothing to be done here.




More information about the Python-modules-commits mailing list