[Python-modules-commits] r25495 - in packages/python-axiom/trunk/debian (changelog rules)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sun Aug 11 04:45:02 UTC 2013
Date: Sunday, August 11, 2013 @ 04:44:58
Author: mithrandi
Revision: 25495
Set PYTHONDONTWRITEBYTECODE during build.
Modified:
packages/python-axiom/trunk/debian/changelog
packages/python-axiom/trunk/debian/rules
Modified: packages/python-axiom/trunk/debian/changelog
===================================================================
--- packages/python-axiom/trunk/debian/changelog 2013-08-11 04:29:05 UTC (rev 25494)
+++ packages/python-axiom/trunk/debian/changelog 2013-08-11 04:44:58 UTC (rev 25495)
@@ -1,4 +1,4 @@
-python-axiom (0.6.0-4) UNRELEASED; urgency=low
+python-axiom (0.6.0-4) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
@@ -13,6 +13,7 @@
* Ship upstream NEWS.txt which was omitted from the source tarball
accidentally.
* Use Breaks instead of Conflicts against libsqlite3-0.
+ * Set PYTHONDONTWRITEBYTECODE during build.
-- Jakub Wilk <jwilk at debian.org> Fri, 21 Jun 2013 19:55:24 +0200
Modified: packages/python-axiom/trunk/debian/rules
===================================================================
--- packages/python-axiom/trunk/debian/rules 2013-08-11 04:29:05 UTC (rev 25494)
+++ packages/python-axiom/trunk/debian/rules 2013-08-11 04:44:58 UTC (rev 25495)
@@ -4,6 +4,8 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
PKGDIR=debian/python-axiom/
+# Don't write any bytecode files implicitly during the build process
+export PYTHONDONTWRITEBYTECODE=yes
install/python-axiom::
rm -rf $(PKGDIR)/usr/lib/python*/site-packages/build
More information about the Python-modules-commits
mailing list