[Python-modules-commits] r25289 - in packages/pyqt5/trunk/debian (3 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Sun Jul 28 20:20:40 UTC 2013
Date: Sunday, July 28, 2013 @ 20:20:38
Author: kitterman
Revision: 25289
* Remove broken shebang in examples/sql/connection.py instead of fixing it per upstream
* Set X-Python3-Version: >= 3.3 in debian/control as a temporary workaround to a dh_python3 issue with extension renaming
Modified:
packages/pyqt5/trunk/debian/changelog
packages/pyqt5/trunk/debian/control
packages/pyqt5/trunk/debian/patches/fix-example-shebang
Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog 2013-07-28 18:54:53 UTC (rev 25288)
+++ packages/pyqt5/trunk/debian/changelog 2013-07-28 20:20:38 UTC (rev 25289)
@@ -13,7 +13,9 @@
* Add debian/pyqt5-doc.links to replace embedded copy of jquery.min.js in
the fancybrowser example with a symlink to the existing copy in the html
documentation
- * Add debian/patches/fix-example-shebang to fix buggy shebang in
- examples/sql/connection.py
+ * Add debian/patches/fix-example-shebang to remove a buggy and unneeded
+ shebang in examples/sql/connection.py
+ * Set X-Python3-Version: >= 3.3 in debian/control as a temporary workaround
+ to a dh_python3 issue with extension renaming
- -- Dmitry Shachnev <mitya57 at gmail.com> Sat, 27 Jul 2013 13:15:13 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com> Sat, 28 Jul 2013 13:15:13 +0400
Modified: packages/pyqt5/trunk/debian/control
===================================================================
--- packages/pyqt5/trunk/debian/control 2013-07-28 18:54:53 UTC (rev 25288)
+++ packages/pyqt5/trunk/debian/control 2013-07-28 20:20:38 UTC (rev 25289)
@@ -31,6 +31,7 @@
python3-sip-dbg,
python3-sip-dev (>= 4.14.7-3~),
python3-sphinx
+X-Python3-Version: >= 3.3
Standards-Version: 3.9.4
Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyqt5/trunk/
Modified: packages/pyqt5/trunk/debian/patches/fix-example-shebang
===================================================================
--- packages/pyqt5/trunk/debian/patches/fix-example-shebang 2013-07-28 18:54:53 UTC (rev 25288)
+++ packages/pyqt5/trunk/debian/patches/fix-example-shebang 2013-07-28 20:20:38 UTC (rev 25289)
@@ -1,10 +1,11 @@
Index: pyqt5-5.0/examples/sql/connection.py
===================================================================
--- pyqt5-5.0.orig/examples/sql/connection.py 2013-06-16 09:31:14.000000000 -0400
-+++ pyqt5-5.0/examples/sql/connection.py 2013-07-27 11:42:55.099745313 -0400
-@@ -1,4 +1,4 @@
++++ pyqt5-5.0/examples/sql/connection.py 2013-07-28 14:58:02.097421419 -0400
+@@ -1,6 +1,3 @@
-#!/bin/env python
-+#!/usr/bin/env python
-
-
+-
+-
#############################################################################
+ ##
+ ## Copyright (C) 2013 Riverbank Computing Limited.
More information about the Python-modules-commits
mailing list