[Python-modules-commits] r19111 - in packages/python-psutil/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Oct 30 22:47:27 UTC 2011
Date: Sunday, October 30, 2011 @ 22:47:26
Author: morph
Revision: 19111
* debian/rules
- don't compress .py files
Modified:
packages/python-psutil/trunk/debian/changelog
packages/python-psutil/trunk/debian/rules
Modified: packages/python-psutil/trunk/debian/changelog
===================================================================
--- packages/python-psutil/trunk/debian/changelog 2011-10-30 22:45:09 UTC (rev 19110)
+++ packages/python-psutil/trunk/debian/changelog 2011-10-30 22:47:26 UTC (rev 19111)
@@ -3,8 +3,10 @@
* New upstream release
* debian/python-psutil.examples
- install examples
+ * debian/rules
+ - don't compress .py files
- -- Sandro Tosi <morph at debian.org> Sun, 30 Oct 2011 23:44:57 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 30 Oct 2011 23:47:10 +0100
python-psutil (0.3.0+r1123-1) unstable; urgency=low
Modified: packages/python-psutil/trunk/debian/rules
===================================================================
--- packages/python-psutil/trunk/debian/rules 2011-10-30 22:45:09 UTC (rev 19110)
+++ packages/python-psutil/trunk/debian/rules 2011-10-30 22:47:26 UTC (rev 19111)
@@ -24,6 +24,9 @@
override_dh_installdocs:
dh_installdocs -X.DS_Store
+override_dh_compress:
+ dh_compress -X.py
+
PACKAGE = python-psutil
SRC_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed 's/^Version: \(.*\)-.*/\1/')
SVN_REVISION := $(shell echo $(SRC_VERSION) | awk -F"+" '{ print $$2 }' | sed 's/svn//' )
More information about the Python-modules-commits
mailing list