[Python-apps-commits] r8056 - in packages/kupfer/trunk/debian (changelog rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Jan 10 21:20:33 UTC 2012


    Date: Tuesday, January 10, 2012 @ 21:20:32
  Author: dktrkranz
Revision: 8056

find waflib -name "*.pyc" -delete

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

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2012-01-10 21:13:53 UTC (rev 8055)
+++ packages/kupfer/trunk/debian/changelog	2012-01-10 21:20:32 UTC (rev 8056)
@@ -6,9 +6,10 @@
   * debian/control:
     - Suggest python-qrencode, required by QR module (Closes: #653541).
   * debian/rules:
+    - Remove .pyc files on clean.
     - Implement a get-orig-source target to repack upstream tarball.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Tue, 10 Jan 2012 22:13:18 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Tue, 10 Jan 2012 22:20:01 +0100
 
 kupfer (0+v206-2) unstable; urgency=low
 

Modified: packages/kupfer/trunk/debian/rules
===================================================================
--- packages/kupfer/trunk/debian/rules	2012-01-10 21:13:53 UTC (rev 8055)
+++ packages/kupfer/trunk/debian/rules	2012-01-10 21:20:32 UTC (rev 8056)
@@ -10,6 +10,7 @@
 	./waf distclean
 	rm -fr build
 	dh $@ Documentation/*.html
+	find waflib -name "*.pyc" -delete
 
 override_dh_auto_configure:
 	PYTHONDIR=/usr/share/kupfer ./waf configure --prefix=/usr --nopyc --nopyo \




More information about the Python-apps-commits mailing list