Package: python-qscintilla2
Severity: important
Tags: patch
User: debian-qt-...@lists.debian.org
Usertags: dh_python2-qt4


Hello,

As far as I know the Debian Python Team started a transition to drop python-
support and use dh_python2 instead[1].

To switch python-qscintilla2 to dh_python2 you should wait until python-qt4 
switchs to dh_python2 as well, otherwise python-qscintilla2 will be broken. 

This bug will become RC once python-qt4 switches to dh_python2.

Last but not least, note that I don't actually work on python stuff, please 
review the patch carefully. Also when applying the patch, please replace my 
dummy changelog entry with a proper one.

[1] http://lists.debian.org/debian-python/2011/02/msg00008.html

Cheers.
diff -Nru qscintilla2-2.4.3/debian/changelog qscintilla2-2.4.3/debian/changelog
--- qscintilla2-2.4.3/debian/changelog	2011-03-31 08:44:25.000000000 +0200
+++ qscintilla2-2.4.3/debian/changelog	2011-07-20 16:28:24.000000000 +0200
@@ -1,3 +1,8 @@
+qscintilla2 (2.4.3-3~santa1) UNRELEASED; urgency=low
+
+
+ -- José Manuel Santamaría Lema <panfa...@gmail.com>  Wed, 20 Jul 2011 16:28:09 +0200
+
 qscintilla2 (2.4.3-2) unstable; urgency=low
 
   * Rebuilding (Closes: #619096)
diff -Nru qscintilla2-2.4.3/debian/control qscintilla2-2.4.3/debian/control
--- qscintilla2-2.4.3/debian/control	2011-03-31 08:44:09.000000000 +0200
+++ qscintilla2-2.4.3/debian/control	2011-07-20 16:38:37.000000000 +0200
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Torsten Marek <shlo...@debian.org>
 Uploaders: Gudjon I. Gudjonsson <gud...@gudjon.org>
-Build-Depends: debhelper (>= 7.0.1), libqt4-dev, python-all-dev, python-support (>= 0.9), python-sip-dev (>= 4.10), python-qt4 (>= 4.7), python-qt4-dev (>= 4.7)
+Build-Depends: debhelper (>= 7.0.1), libqt4-dev, python-all-dev (>= 2.6.6-3~), python-sip-dev (>= 4.10), python-qt4 (>= 4.8.3-3~), python-qt4-dev (>= 4.8.3-3~)
 Standards-Version: 3.9.1
 Section: libs
 Homepage: http://www.riverbankcomputing.co.uk/qscintilla/index.php
@@ -59,7 +59,7 @@
 Package: python-qscintilla2
 Section: python
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, python-qt4 (>= 4.7), ${sip:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, python-qt4 (>= 4.8.3-3~), ${sip:Depends}, ${misc:Depends}
 Description: Python bindings for QScintilla 2
  QScintilla is a text editor for Qt4 with features especially useful when 
  writing and debugging source code. These include support for syntax 
diff -Nru qscintilla2-2.4.3/debian/rules qscintilla2-2.4.3/debian/rules
--- qscintilla2-2.4.3/debian/rules	2010-04-18 18:56:25.000000000 +0200
+++ qscintilla2-2.4.3/debian/rules	2011-07-20 16:39:12.000000000 +0200
@@ -81,7 +81,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_pysupport
+	dh_python2
 	dh_sip
 	dh_makeshlibs
 	dh_installdeb

Reply via email to