[Python-modules-commits] r17585 - in packages/python-djvulibre/trunk/debian (rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Thu Jun 23 16:02:32 UTC 2011


    Date: Thursday, June 23, 2011 @ 16:02:30
  Author: danstender-guest
Revision: 17585

rules: added removal of djvu/config.pxi to clean

Modified:
  packages/python-djvulibre/trunk/debian/rules

Modified: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules	2011-06-22 16:39:45 UTC (rev 17584)
+++ packages/python-djvulibre/trunk/debian/rules	2011-06-23 16:02:30 UTC (rev 17585)
@@ -27,6 +27,7 @@
 	rm -Rf doc/build/ doc/stamp
 	rm -Rf build/
 	find . -type f \( -name '*.py[co]' -or -name '*.so' -or -name '*.c' \) -delete
+	rm -f djvu/config.pxi
 
 .PHONY: override_dh_strip
 override_dh_strip:




More information about the Python-modules-commits mailing list