[Python-modules-commits] r23465 - in packages/python-poppler-qt4/trunk/debian (5 files)

rak at users.alioth.debian.org rak at users.alioth.debian.org
Tue Feb 12 16:54:20 UTC 2013


    Date: Tuesday, February 12, 2013 @ 16:54:18
  Author: rak
Revision: 23465

Changes for python-poppler-qt4_0.16.3-1

Modified:
  packages/python-poppler-qt4/trunk/debian/changelog
  packages/python-poppler-qt4/trunk/debian/compat
  packages/python-poppler-qt4/trunk/debian/control
  packages/python-poppler-qt4/trunk/debian/copyright
  packages/python-poppler-qt4/trunk/debian/rules

Modified: packages/python-poppler-qt4/trunk/debian/changelog
===================================================================
--- packages/python-poppler-qt4/trunk/debian/changelog	2013-02-12 04:42:33 UTC (rev 23464)
+++ packages/python-poppler-qt4/trunk/debian/changelog	2013-02-12 16:54:18 UTC (rev 23465)
@@ -1,10 +1,27 @@
-python-poppler-qt4 (0.16.2-2) UNRELEASED; urgency=low
+python-poppler-qt4 (0.16.3-1) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release. 
+  * Build-Depend on python-sip-dev and add ${sip:Depends} to Depends. This
+    prevents having to manually rebuild python-poppler-qt4 every time
+    python-sip gets update, or more precisely, users won't get mysterious
+    crashes every time pythno-sip gets updated
+  * Bump standards to 3.9.4, no changes needed
+  * Use debhelper >= 9.0.0, bump compat to 9, so that hardening build flags
+    are enabled
+  * Update copyright years
+
+ -- Ryan Kavanagh <rak at debian.org>  Tue, 12 Feb 2013 11:10:00 -0500
+
+python-poppler-qt4 (0.16.2-2) unstable; urgency=medium
+
+  * Rebuild fixes mismatch with python-sip, which was rendering
+    python-poppler-qt4 unusable. We'll need to rebuild every time python-sip
+    gets updated. (Closes: #672753)
   * Explicitly build-depend on pkg-config since libpoppler-qt4-dev no longer
     indirectly depends on it (Closes: #661446)
+  * Bump Standards version to 3.9.3
 
- -- Ryan Kavanagh <rak at debian.org>  Thu, 01 Mar 2012 06:56:43 -0500
+ -- Ryan Kavanagh <rak at debian.org>  Thu, 17 May 2012 09:46:31 -0400
 
 python-poppler-qt4 (0.16.2-1) unstable; urgency=low
 

Modified: packages/python-poppler-qt4/trunk/debian/compat
===================================================================
--- packages/python-poppler-qt4/trunk/debian/compat	2013-02-12 04:42:33 UTC (rev 23464)
+++ packages/python-poppler-qt4/trunk/debian/compat	2013-02-12 16:54:18 UTC (rev 23465)
@@ -1 +1 @@
-8
+9

Modified: packages/python-poppler-qt4/trunk/debian/control
===================================================================
--- packages/python-poppler-qt4/trunk/debian/control	2013-02-12 04:42:33 UTC (rev 23464)
+++ packages/python-poppler-qt4/trunk/debian/control	2013-02-12 16:54:18 UTC (rev 23465)
@@ -3,23 +3,25 @@
 Priority: optional
 Maintainer: Ryan Kavanagh <rak at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 8.0.0),
- python-all-dev,
- libpoppler-qt4-dev,
- python-qt4,
- python-qt4-dev,
- pkg-config
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9.0.0)
+ , python-all-dev
+ , libpoppler-qt4-dev
+ , python-sip-dev
+ , python-qt4
+ , python-qt4-dev
+ , pkg-config
+Standards-Version: 3.9.4
 Homepage: http://code.google.com/p/python-poppler-qt4/
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-poppler-qt4
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-poppler-qt4
 
 Package: python-poppler-qt4
 Architecture: any
-Depends: ${shlibs:Depends},
- ${python:Depends},
- ${misc:Depends},
- python-qt4
+Depends: ${shlibs:Depends}
+ , ${python:Depends}
+ , ${sip:Depends}
+ , ${misc:Depends}
+ , python-qt4
 Description: Python binding to Poppler Qt4 C++ library
  Python binding to libpoppler-qt4 that aims for completeness and for being
  actively maintained. The bindings closely follow the C++ library API

Modified: packages/python-poppler-qt4/trunk/debian/copyright
===================================================================
--- packages/python-poppler-qt4/trunk/debian/copyright	2013-02-12 04:42:33 UTC (rev 23464)
+++ packages/python-poppler-qt4/trunk/debian/copyright	2013-02-12 16:54:18 UTC (rev 23465)
@@ -30,7 +30,7 @@
 On Debian systems, the complete text of the GNU Lesser General Public License
 version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
-The Debian packaging is Copyright (C) 2011 Ryan Kavanagh <rak at debian.org> and is
-licensed under the GPL license version 2. On Debian systems, the complete text
-of the GNU General Public License version 2 can be found in
+The Debian packaging is Copyright (C) 2011–2013 Ryan Kavanagh <rak at debian.org>
+and is licensed under the GPL license version 2. On Debian systems, the complete
+text of the GNU General Public License version 2 can be found in
 `/usr/share/common-licenses/GPL-2'.

Modified: packages/python-poppler-qt4/trunk/debian/rules
===================================================================
--- packages/python-poppler-qt4/trunk/debian/rules	2013-02-12 04:42:33 UTC (rev 23464)
+++ packages/python-poppler-qt4/trunk/debian/rules	2013-02-12 16:54:18 UTC (rev 23465)
@@ -2,3 +2,7 @@
 
 %:
 	dh $@ --with python2
+
+override_dh_auto_install:
+	dh_sip
+	dh_auto_install




More information about the Python-modules-commits mailing list