[Python-modules-commits] r486 - in /packages/cubictemp/trunk/debian: control rules

adn-guest at users.alioth.debian.org adn-guest at users.alioth.debian.org
Sun May 7 12:17:07 UTC 2006


Author: adn-guest
Date: Sun May  7 12:17:07 2006
New Revision: 486

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=486
Log:
More fixes

Modified:
    packages/cubictemp/trunk/debian/control
    packages/cubictemp/trunk/debian/rules

Modified: packages/cubictemp/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/control?rev=486&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/control (original)
+++ packages/cubictemp/trunk/debian/control Sun May  7 12:17:07 2006
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Mohammed Adnène Trojette <adn+deb at diwi.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 4.2), cdbs (>= 0.4.23-1.1), dpatch (>= 0.4.33)
-Build-Depends-Indep: python-dev, python-support 
+Build-Depends-Indep: debhelper (>= 4.2), cdbs (>= 0.4.23-1.1), dpatch (>= 0.4.33), python-dev, python-support
 Standards-Version: 3.7.2
 
 Package: python-cubictemp

Modified: packages/cubictemp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/rules?rev=486&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/rules (original)
+++ packages/cubictemp/trunk/debian/rules Sun May  7 12:17:07 2006
@@ -8,6 +8,9 @@
 # needed to use the dpatch tools (like dpatch-edit-patch)
 include /usr/share/dpatch/dpatch.make
 
+# Don't compress .py file
+DEB_COMPRESS_EXCLUDE := .py
+
 # python-support stuff (based on python-cherrypy, thanks to its
 # maintainer)
 DEB_PYTHON_INSTALL_ARGS_ALL = --no-compile -O0 --install-lib usr/share/python-support/medusa
@@ -17,3 +20,7 @@
 	mkdir -p debian/python-cubictemp/usr/share/python-support/cubictemp/
 	mv debian/python-cubictemp/usr/lib/python${PYVER}/site-packages/* \
                debian/python-cubictemp/usr/share/python-support/cubictemp/
+
+binary-predeb/python-cubictemp::
+	# Which .py files to byte-compile
+	echo "2.3-" > debian/python-cubictemp/usr/share/python-support/cubictemp/.version




More information about the Python-modules-commits mailing list