[Python-modules-commits] r16491 - in packages/inotifyx/trunk/debian (changelog rules)

rrs at users.alioth.debian.org rrs at users.alioth.debian.org
Wed Apr 13 13:13:48 UTC 2011


    Date: Wednesday, April 13, 2011 @ 13:13:37
  Author: rrs
Revision: 16491

update clean target

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

Modified: packages/inotifyx/trunk/debian/changelog
===================================================================
--- packages/inotifyx/trunk/debian/changelog	2011-04-13 13:13:25 UTC (rev 16490)
+++ packages/inotifyx/trunk/debian/changelog	2011-04-13 13:13:37 UTC (rev 16491)
@@ -3,12 +3,14 @@
   * New Upstream Release (Closes: #620329) 
   * Change address to my official Debian address
   * Add debian/source/format to explictly specify the source format
-  * debian/rules: Drop the example as it is not shipped any more 
+  * debian/rules:
+    - Drop the example as it is not shipped any more
+    - Update clean target
   * debian/control:
     - Add misc:Depends
     - Update Standards Version to 3.9.1
 
- -- Ritesh Raj Sarraf <rrs at debian.org>  Mon, 11 Apr 2011 18:14:25 +0530
+ -- Ritesh Raj Sarraf <rrs at debian.org>  Mon, 11 Apr 2011 18:31:00 +0530
 
 inotifyx (0.1.1-1) unstable; urgency=low
 

Modified: packages/inotifyx/trunk/debian/rules
===================================================================
--- packages/inotifyx/trunk/debian/rules	2011-04-13 13:13:25 UTC (rev 16490)
+++ packages/inotifyx/trunk/debian/rules	2011-04-13 13:13:37 UTC (rev 16491)
@@ -27,6 +27,7 @@
 
 	python$* setup.py clean --all
 	[ ! -e html ] || rm -rf html
+	[ ! -f setuplib.pyc ] || rm -rf setuplib.pyc
 
 	dh_clean 
 




More information about the Python-modules-commits mailing list