[Python-modules-commits] r819 - in /packages/python-htmltmpl/trunk/debian: changelog rules

sto at users.alioth.debian.org sto at users.alioth.debian.org
Wed Jun 14 23:54:58 UTC 2006


Author: sto
Date: Wed Jun 14 23:54:55 2006
New Revision: 819

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=819
Log:
Fix the package to build correctly using cdbs (>= 0.4.41)

Modified:
    packages/python-htmltmpl/trunk/debian/changelog
    packages/python-htmltmpl/trunk/debian/rules

Modified: packages/python-htmltmpl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-htmltmpl/trunk/debian/changelog?rev=819&op=diff
==============================================================================
--- packages/python-htmltmpl/trunk/debian/changelog (original)
+++ packages/python-htmltmpl/trunk/debian/changelog Wed Jun 14 23:54:55 2006
@@ -1,9 +1,10 @@
 python-htmltmpl (1.22-10) unstable; urgency=low
 
   * Build-Depend on cdbs (>= 0.4.41), remove extensions from the
-    debian/rules file.
+    debian/rules file and set the variable DEB_PYTHON_INSTALL_ARGS to
+    '--no-compile -O0' to avoid distributing compiled .py files.
 
- -- Sergio Talens-Oliag <sto at debian.org>  Wed, 14 Jun 2006 23:34:18 +0200
+ -- Sergio Talens-Oliag <sto at debian.org>  Thu, 15 Jun 2006 01:48:29 +0200
 
 python-htmltmpl (1.22-9) unstable; urgency=low
 

Modified: packages/python-htmltmpl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-htmltmpl/trunk/debian/rules?rev=819&op=diff
==============================================================================
--- packages/python-htmltmpl/trunk/debian/rules (original)
+++ packages/python-htmltmpl/trunk/debian/rules Wed Jun 14 23:54:55 2006
@@ -1,9 +1,8 @@
 #!/usr/bin/make -f
 
 DEB_PYTHON_SYSTEM := pysupport
+DEB_PYTHON_INSTALL_ARGS := --no-compile -O0 
 
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-
-DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/python-htmltmpl




More information about the Python-modules-commits mailing list