[Python-modules-commits] r25279 - in packages/pyqt5/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat Jul 27 16:46:45 UTC 2013


    Date: Saturday, July 27, 2013 @ 16:46:43
  Author: kitterman
Revision: 25279

  * Revert change to require dh_python3 from experimental, not needed
  * Add debian/patches/fix-example-shebang to fix buggy shebang in
    examples/sql/connection.py

Added:
  packages/pyqt5/trunk/debian/patches/fix-example-shebang
Modified:
  packages/pyqt5/trunk/debian/changelog
  packages/pyqt5/trunk/debian/control
  packages/pyqt5/trunk/debian/patches/series

Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog	2013-07-27 16:41:53 UTC (rev 25278)
+++ packages/pyqt5/trunk/debian/changelog	2013-07-27 16:46:43 UTC (rev 25279)
@@ -13,7 +13,7 @@
   * 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
-  * Set minimum python3-all-dev version to 3.3.2-10~ to ensure availability of
-    a non-buggy dh_python3 that generates depends correctly
+  * Add debian/patches/fix-example-shebang to fix buggy shebang in
+    examples/sql/connection.py
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 27 Jul 2013 13:15:13 +0400

Modified: packages/pyqt5/trunk/debian/control
===================================================================
--- packages/pyqt5/trunk/debian/control	2013-07-27 16:41:53 UTC (rev 25278)
+++ packages/pyqt5/trunk/debian/control	2013-07-27 16:46:43 UTC (rev 25279)
@@ -25,7 +25,7 @@
                libqt5xmlpatterns5-dev,
                python-dbus-dev,
                python3-all-dbg,
-               python3-all-dev (>= 3.3.2-11~),
+               python3-all-dev (>= 3.2.3-6~),
                python3-dbus,
                python3-dbus-dbg,
                python3-sip-dbg,

Added: packages/pyqt5/trunk/debian/patches/fix-example-shebang
===================================================================
--- packages/pyqt5/trunk/debian/patches/fix-example-shebang	                        (rev 0)
+++ packages/pyqt5/trunk/debian/patches/fix-example-shebang	2013-07-27 16:46:43 UTC (rev 25279)
@@ -0,0 +1,10 @@
+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 @@
+-#!/bin/env python
++#!/usr/bin/env python
+ 
+ 
+ #############################################################################

Modified: packages/pyqt5/trunk/debian/patches/series
===================================================================
--- packages/pyqt5/trunk/debian/patches/series	2013-07-27 16:41:53 UTC (rev 25278)
+++ packages/pyqt5/trunk/debian/patches/series	2013-07-27 16:46:43 UTC (rev 25279)
@@ -1 +1,2 @@
 mainloop_rename.diff
+fix-example-shebang




More information about the Python-modules-commits mailing list