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

foka at users.alioth.debian.org foka at users.alioth.debian.org
Wed Sep 2 09:10:46 UTC 2015


    Date: Wednesday, September 2, 2015 @ 09:10:45
  Author: foka
Revision: 34093

New upstream python-poppler-qt4 (0.24.0)

  * New upstream release. (Closes: #758108)
  * Revamp package with py2dsc (python-stdeb), pybuild and friends.
  * Add new python3-poppler-qt4 binary package for Python 3.
  * Convert debian/copyright to machine-readable format v1.0.
  * Bump Standards-Version to 3.9.6, no changes needed.
  * Promote "Debian Python Modules Team" as Maintainer.

Added:
  packages/python-poppler-qt4/trunk/debian/clean
  packages/python-poppler-qt4/trunk/debian/python-poppler-qt4.docs
  packages/python-poppler-qt4/trunk/debian/python3-poppler-qt4.docs
Modified:
  packages/python-poppler-qt4/trunk/debian/changelog
  packages/python-poppler-qt4/trunk/debian/control
  packages/python-poppler-qt4/trunk/debian/copyright
  packages/python-poppler-qt4/trunk/debian/rules
  packages/python-poppler-qt4/trunk/debian/watch

Modified: packages/python-poppler-qt4/trunk/debian/changelog
===================================================================
--- packages/python-poppler-qt4/trunk/debian/changelog	2015-09-02 09:05:27 UTC (rev 34092)
+++ packages/python-poppler-qt4/trunk/debian/changelog	2015-09-02 09:10:45 UTC (rev 34093)
@@ -1,3 +1,14 @@
+python-poppler-qt4 (0.24.0-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #758108)
+  * Revamp package with py2dsc (python-stdeb), pybuild and friends.
+  * Add new python3-poppler-qt4 binary package for Python 3.
+  * Convert debian/copyright to machine-readable format v1.0.
+  * Bump Standards-Version to 3.9.6, no changes needed.
+  * Promote "Debian Python Modules Team" as Maintainer.
+
+ -- Anthony Fok <foka at debian.org>  Wed, 02 Sep 2015 02:57:58 -0600
+
 python-poppler-qt4 (0.16.3-2) unstable; urgency=low
 
   [ Jakub Wilk ]

Added: packages/python-poppler-qt4/trunk/debian/clean
===================================================================
--- packages/python-poppler-qt4/trunk/debian/clean	                        (rev 0)
+++ packages/python-poppler-qt4/trunk/debian/clean	2015-09-02 09:10:45 UTC (rev 34093)
@@ -0,0 +1 @@
+version.sip

Modified: packages/python-poppler-qt4/trunk/debian/control
===================================================================
--- packages/python-poppler-qt4/trunk/debian/control	2015-09-02 09:05:27 UTC (rev 34092)
+++ packages/python-poppler-qt4/trunk/debian/control	2015-09-02 09:10:45 UTC (rev 34093)
@@ -1,28 +1,51 @@
 Source: python-poppler-qt4
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ryan Kavanagh <rak at debian.org>, Anthony Fok <foka at debian.org>
 Section: python
 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 (>= 9.0.0)
- , python-all-dev
+Build-Depends: debhelper (>= 9)
+ , dh-python
+ , python-setuptools (>= 0.6b3)
+ , python3-setuptools
+ , python-all-dev (>= 2.6.6-3)
+ , python3-all-dev
  , libpoppler-qt4-dev
  , python-sip-dev
+ , python3-sip-dev
  , python-qt4
+ , python3-pyqt4
  , python-qt4-dev
  , pkg-config
-Standards-Version: 3.9.4
-Homepage: http://code.google.com/p/python-poppler-qt4/
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
+Homepage: https://github.com/wbsoft/python-poppler-qt4
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-poppler-qt4/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-poppler-qt4/
 
 Package: python-poppler-qt4
 Architecture: any
 Depends: ${shlibs:Depends}
+ , ${misc:Depends}
  , ${python:Depends}
  , ${sip:Depends}
- , ${misc:Depends}
  , python-qt4
-Description: Python binding to Poppler Qt4 C++ library
+Description: Python binding to Poppler-Qt4 C++ library (Python 2)
  Python binding to libpoppler-qt4 that aims for completeness and for being
- actively maintained. The bindings closely follow the C++ library API
+ actively maintained.  The bindings closely follow the C++ library API
  documented at http://people.freedesktop.org/~aacid/docs/qt4/ .
+ .
+ This package contains the Python 2 binding.
+
+Package: python3-poppler-qt4
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${misc:Depends}
+ , ${python3:Depends}
+ , ${sip3:Depends}
+ , python3-pyqt4
+Description: Python binding to Poppler-Qt4 C++ library (Python 3)
+ Python binding to libpoppler-qt4 that aims for completeness and for being
+ actively maintained.  The bindings closely follow the C++ library API
+ documented at http://people.freedesktop.org/~aacid/docs/qt4/ .
+ .
+ This package contains the Python 3 binding.

Modified: packages/python-poppler-qt4/trunk/debian/copyright
===================================================================
--- packages/python-poppler-qt4/trunk/debian/copyright	2015-09-02 09:05:27 UTC (rev 34092)
+++ packages/python-poppler-qt4/trunk/debian/copyright	2015-09-02 09:10:45 UTC (rev 34093)
@@ -1,36 +1,49 @@
-This package was debianized by Ryan Kavanagh <rak at debian.org> on
-Thur, 22 Dec 2011 20:17:00 -0500.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-poppler-qt4
+Upstream-Contact: Wilbert Berendsen <wbsoft at xs4all.nl>
+Source: https://pypi.python.org/pypi/python-poppler-qt4/
+Comment:
+ This package was debianized by Ryan Kavanagh <rak at debian.org> on
+ Thur, 22 Dec 2011 20:17:00 -0500.
 
-It was downloaded from http://code.google.com/p/python-poppler-qt4/
+Files: *
+Copyright: 2009–2015  Wilbert Berendsen <wbsoft at xs4all.nl>
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ 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".
 
-Upstream Author: 
+Files: debian/*
+Copyright: 2011–2013  Ryan Kavanagh <rak at debian.org>
+           2015       Anthony Fok <foka at debian.org>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in "/usr/share/common-licenses/GPL-2".
 
-    Wilbert Berendsen <wbsoft at xs4all.nl>
-
-Copyright: 
-
-    Copyright (C) 2009-2010 Wilbert Berendsen <wbsoft at xs4all.nl>
-
-License:
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public License
-    along with this library; if not, write to the Free Software Foundation,
-    Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-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–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'.

Added: packages/python-poppler-qt4/trunk/debian/python-poppler-qt4.docs
===================================================================
--- packages/python-poppler-qt4/trunk/debian/python-poppler-qt4.docs	                        (rev 0)
+++ packages/python-poppler-qt4/trunk/debian/python-poppler-qt4.docs	2015-09-02 09:10:45 UTC (rev 34093)
@@ -0,0 +1,2 @@
+README.rst
+TODO

Added: packages/python-poppler-qt4/trunk/debian/python3-poppler-qt4.docs
===================================================================
--- packages/python-poppler-qt4/trunk/debian/python3-poppler-qt4.docs	                        (rev 0)
+++ packages/python-poppler-qt4/trunk/debian/python3-poppler-qt4.docs	2015-09-02 09:10:45 UTC (rev 34093)
@@ -0,0 +1,2 @@
+README.rst
+TODO

Modified: packages/python-poppler-qt4/trunk/debian/rules
===================================================================
--- packages/python-poppler-qt4/trunk/debian/rules	2015-09-02 09:05:27 UTC (rev 34092)
+++ packages/python-poppler-qt4/trunk/debian/rules	2015-09-02 09:10:45 UTC (rev 34093)
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME = poppler-qt4
+export PYBUILD_BEFORE_INSTALL = dh_sip -ppython-poppler-qt4 ; \
+				dh_sip3 -ppython3-poppler-qt4
 %:
-	dh $@ --with python2
-
-override_dh_auto_install:
-	dh_sip
-	dh_auto_install
+	dh $@ --with python2,python3 --buildsystem=pybuild

Modified: packages/python-poppler-qt4/trunk/debian/watch
===================================================================
--- packages/python-poppler-qt4/trunk/debian/watch	2015-09-02 09:05:27 UTC (rev 34092)
+++ packages/python-poppler-qt4/trunk/debian/watch	2015-09-02 09:10:45 UTC (rev 34093)
@@ -1,3 +1,4 @@
+# please also check http://pypi.debian.net/python-poppler-qt4/watch
 version=3
-http://code.google.com/p/python-poppler-qt4/downloads/list \
-    //python-poppler-qt4.googlecode.com/files/python-poppler-qt4-([0-9.]+)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/python-poppler-qt4/python-poppler-qt4-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list