[Python-modules-commits] r5628 - in packages/nevow/trunk/debian (changelog rules)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Fri Jun 13 20:03:59 UTC 2008


    Date: Friday, June 13, 2008 @ 20:03:58
  Author: bernat
Revision: 5628

Remove dropin.cache files as well: they can conflict with files from
another package.

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

Modified: packages/nevow/trunk/debian/changelog
===================================================================
--- packages/nevow/trunk/debian/changelog	2008-06-13 19:53:19 UTC (rev 5627)
+++ packages/nevow/trunk/debian/changelog	2008-06-13 20:03:58 UTC (rev 5628)
@@ -5,6 +5,8 @@
   * Removes DM-Upload-Allowed field.
   * Bump standard version to 3.8.0.
   * Switch to machine-readble debian/copyright file.
+  * Remove dropin.cache files as well: they can conflict with files from
+    another package.
 
  -- Vincent Bernat <bernat at debian.org>  Fri, 13 Jun 2008 21:34:48 +0200
 

Modified: packages/nevow/trunk/debian/rules
===================================================================
--- packages/nevow/trunk/debian/rules	2008-06-13 19:53:19 UTC (rev 5627)
+++ packages/nevow/trunk/debian/rules	2008-06-13 20:03:58 UTC (rev 5628)
@@ -32,7 +32,7 @@
 
 	# Importing the modules generates .pyc files, and dh_python (which
 	# normally cleans them) has already been run. Remove them manually.
-	find 'debian/$(cdbs_curpkg)' -name '*.py[co]' -print0 \
+	find 'debian/$(cdbs_curpkg)' -regex '.*/\(dropin\.cache\|*\.py[co]\)' -print0 \
 	| xargs -0 rm -f --
 endif
 




More information about the Python-modules-commits mailing list