[Python-modules-commits] r888 - in
/packages/cubictemp/trunk/debian: python-cubictemp.postinst
python-cubictemp.prerm rules
adn-guest at users.alioth.debian.org
adn-guest at users.alioth.debian.org
Sat Jun 17 09:04:36 UTC 2006
Author: adn-guest
Date: Sat Jun 17 09:04:36 2006
New Revision: 888
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=888
Log:
review by buxy
Removed:
packages/cubictemp/trunk/debian/python-cubictemp.postinst
packages/cubictemp/trunk/debian/python-cubictemp.prerm
Modified:
packages/cubictemp/trunk/debian/rules
Modified: packages/cubictemp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/rules?rev=888&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/rules (original)
+++ packages/cubictemp/trunk/debian/rules Sat Jun 17 09:04:36 2006
@@ -2,19 +2,12 @@
DEB_PYTHON_SYSTEM=pysupport
-# python-distutils before debhelper to avoid it calling dh_python
-# itself
+include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
# 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/cubictemp
-PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
binary-predeb/python-cubictemp::
# Which .py files to byte-compile
More information about the Python-modules-commits
mailing list