[Python-modules-commits] r488 - in
/packages/cubictemp/trunk/debian: python-cubictemp.install rules
adn-guest at users.alioth.debian.org
adn-guest at users.alioth.debian.org
Sun May 7 12:49:40 UTC 2006
Author: adn-guest
Date: Sun May 7 12:49:38 2006
New Revision: 488
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=488
Log:
it should work now (thanks to piotr and raphael)
Added:
packages/cubictemp/trunk/debian/python-cubictemp.install
Modified:
packages/cubictemp/trunk/debian/rules
Added: packages/cubictemp/trunk/debian/python-cubictemp.install
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/python-cubictemp.install?rev=488&op=file
==============================================================================
--- packages/cubictemp/trunk/debian/python-cubictemp.install (added)
+++ packages/cubictemp/trunk/debian/python-cubictemp.install Sun May 7 12:49:38 2006
@@ -1,0 +1,1 @@
+cubictemp.py usr/share/python-support/cubictemp
Modified: packages/cubictemp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/rules?rev=488&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/rules (original)
+++ packages/cubictemp/trunk/debian/rules Sun May 7 12:49:38 2006
@@ -13,14 +13,12 @@
# 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
+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)
-
-common-binary-post-install-indep::
- 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
+ echo "2.4-" > debian/python-cubictemp/usr/share/python-support/cubictemp/.version
+
+binary-install/python-cubictemp::
+ chmod +x debian/python-cubictemp/usr/share/python-support/cubictemp/cubictemp.py
More information about the Python-modules-commits
mailing list