[Python-modules-commits] r29544 - in packages/python-rarfile/trunk/debian (rules)
hugo6390-guest at users.alioth.debian.org
hugo6390-guest at users.alioth.debian.org
Sun Jun 29 13:38:14 UTC 2014
Date: Sunday, June 29, 2014 @ 13:38:13
Author: hugo6390-guest
Revision: 29544
Trying to use PYTHONFONTWRITEBYTECODE to solve a lintian error.
Modified:
packages/python-rarfile/trunk/debian/rules
Modified: packages/python-rarfile/trunk/debian/rules
===================================================================
--- packages/python-rarfile/trunk/debian/rules 2014-06-29 07:38:03 UTC (rev 29543)
+++ packages/python-rarfile/trunk/debian/rules 2014-06-29 13:38:13 UTC (rev 29544)
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
export DH_VERBOSE=1
export PYBUILD_NAME=python-rarfile
+export PYTHONDONTWRITEBYTECODE=1
%:
dh $@ --with python3 --buildsystem=pybuild
@@ -12,6 +13,3 @@
override_dh_auto_clean:
dh_auto_clean
rm -f changelog
-
-override_dh_python3:
- dh_python3 --shebang='/usr/bin/python3 -B'
More information about the Python-modules-commits
mailing list