[Python-apps-commits] r730 - in packages/p9m4/trunk/debian (rules)

pcc-guest at users.alioth.debian.org pcc-guest at users.alioth.debian.org
Fri Feb 29 13:59:45 UTC 2008


    Date: Friday, February 29, 2008 @ 13:59:44
  Author: pcc-guest
Revision: 730

debian/rules: also delete *.pyc when repackaging

Modified:
  packages/p9m4/trunk/debian/rules

Modified: packages/p9m4/trunk/debian/rules
===================================================================
--- packages/p9m4/trunk/debian/rules	2008-02-29 12:09:05 UTC (rev 729)
+++ packages/p9m4/trunk/debian/rules	2008-02-29 13:59:44 UTC (rev 730)
@@ -22,7 +22,7 @@
 get-orig-source:
 	-uscan --verbose --force-download --no-symlink --upstream-version $(UPSTREAM_VERSION)
 	cd debian/ && tar xvzf ../../$(TARBALL_NAME).tar.gz
-	rm -rf debian/$(TARBALL_NAME)/bin
+	rm -rf debian/$(TARBALL_NAME)/{bin,*.pyc}
 	mv debian/$(TARBALL_NAME) debian/$(SRCDIR_NAME)
 	cd debian && tar cvzf ../../p9m4_$(ORIG_VERSION).orig.tar.gz $(SRCDIR_NAME)
 	rm -rf debian/$(SRCDIR_NAME)




More information about the Python-apps-commits mailing list