[Python-modules-commits] r29476 - in packages/python-rarfile/trunk/debian (rules)

hugo6390-guest at users.alioth.debian.org hugo6390-guest at users.alioth.debian.org
Wed Jun 25 09:26:56 UTC 2014


    Date: Wednesday, June 25, 2014 @ 09:26:55
  Author: hugo6390-guest
Revision: 29476

Testing Python3 -B

Modified:
  packages/python-rarfile/trunk/debian/rules

Modified: packages/python-rarfile/trunk/debian/rules
===================================================================
--- packages/python-rarfile/trunk/debian/rules	2014-06-25 09:17:44 UTC (rev 29475)
+++ packages/python-rarfile/trunk/debian/rules	2014-06-25 09:26:55 UTC (rev 29476)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 export DH_VERBOSE=1
 export PYBUILD_NAME=python-rarfile
-export PYBUILD_INSTALL_ARGS_python3=-B
+#export PYBUILD_INSTALL_ARGS_python3=-B
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
@@ -13,3 +13,6 @@
 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