[Python-modules-commits] r28914 - in packages/chardet/trunk/debian (changelog rules)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Thu May 15 20:15:33 UTC 2014
Date: Thursday, May 15, 2014 @ 20:15:32
Author: barry
Revision: 28914
* Team upload.
* d/rules:
- Build the universal wheels.
- Override dh_python3 to set the shebang line to /usr/bin/python3
(Closes: #741340)
Modified:
packages/chardet/trunk/debian/changelog
packages/chardet/trunk/debian/rules
Modified: packages/chardet/trunk/debian/changelog
===================================================================
--- packages/chardet/trunk/debian/changelog 2014-05-15 19:56:03 UTC (rev 28913)
+++ packages/chardet/trunk/debian/changelog 2014-05-15 20:15:32 UTC (rev 28914)
@@ -1,13 +1,17 @@
-chardet (2.2.1-2) UNRELEASED; urgency=medium
+chardet (2.2.1-2) unstable; urgency=medium
+ * Team upload.
* d/control:
- Add python3-wheel to Build-Depends.
- Add python-chardet-wheels binary package.
- Clean up whitespace.
- * d/rules: Build the universal wheels.
+ * d/rules:
+ - Build the universal wheels.
+ - Override dh_python3 to set the shebang line to /usr/bin/python3
+ (Closes: #741340)
* d/python-chardet-wheels.install: Added.
- -- Barry Warsaw <barry at debian.org> Mon, 12 May 2014 20:45:57 -0400
+ -- Barry Warsaw <barry at debian.org> Thu, 15 May 2014 16:14:49 -0400
chardet (2.2.1-1) unstable; urgency=medium
Modified: packages/chardet/trunk/debian/rules
===================================================================
--- packages/chardet/trunk/debian/rules 2014-05-15 19:56:03 UTC (rev 28913)
+++ packages/chardet/trunk/debian/rules 2014-05-15 20:15:32 UTC (rev 28914)
@@ -6,6 +6,9 @@
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+override_dh_python3:
+ dh_python3 --shebang=/usr/bin/python3
+
override_dh_auto_build:
dh_auto_build
cp debian/chardet.1 debian/chardet3.1
More information about the Python-modules-commits
mailing list