[Python-modules-commits] r3159 - in /packages/pyro/trunk/debian: changelog rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Sep 1 22:15:14 UTC 2007


Author: piotr
Date: Sat Sep  1 22:15:14 2007
New Revision: 3159

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3159
Log:
* remove *.py[co] files in clean rule
* remove useless dh_strip and dh_python calls from debian/rules

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

Modified: packages/pyro/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/debian/changelog?rev=3159&op=diff
==============================================================================
--- packages/pyro/trunk/debian/changelog (original)
+++ packages/pyro/trunk/debian/changelog Sat Sep  1 22:15:14 2007
@@ -11,7 +11,7 @@
     - Reflecting maintainer change
     - Adding XS-Vcs-Svn and XS-Vcs-Browser fields
     - Moving python to Build-Depends because it's used in the clean target
-    - Adding dpatch  to Build-Depends
+    - Adding dpatch to Build-Depends
     - Putting pyro-doc into the doc Section
   * debian/semantic.cache:
     - Removing file, not needed for packaging pyro

Modified: packages/pyro/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/debian/rules?rev=3159&op=diff
==============================================================================
--- packages/pyro/trunk/debian/rules (original)
+++ packages/pyro/trunk/debian/rules Sat Sep  1 22:15:14 2007
@@ -35,6 +35,7 @@
 	rm -fr build debian/pyro-gui.1
 	python setup.py clean
 	[ ! -r setup.cfg.upstream ] || mv setup.cfg.upstream setup.cfg
+	find . -name *\.py[co] -exec rm {} \;
 
 	dh_clean
 
@@ -77,11 +78,9 @@
 	chmod 755 $(CURDIR)/debian/pyro-gui/usr/share/pycentral/pyro-gui/site-packages/Pyro/wxnsc.py
 	chmod 755 $(CURDIR)/debian/pyro/usr/share/pycentral/pyro/site-packages/Pyro/ext/daemonizer.py
 	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_pycentral -ppyro -ppyro-gui
-	dh_python -ppyro -ppyro-gui
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums




More information about the Python-modules-commits mailing list