[Python-modules-commits] r34166 - in packages/python-poppler-qt5/trunk (15 files)
foka at users.alioth.debian.org
foka at users.alioth.debian.org
Sun Sep 6 01:15:17 UTC 2015
Date: Sunday, September 6, 2015 @ 01:15:16
Author: foka
Revision: 34166
[svn-inject] Applying Debian modifications (0.24.2-1) to trunk
Added:
packages/python-poppler-qt5/trunk/debian/
packages/python-poppler-qt5/trunk/debian/changelog
packages/python-poppler-qt5/trunk/debian/clean
packages/python-poppler-qt5/trunk/debian/compat
packages/python-poppler-qt5/trunk/debian/control
packages/python-poppler-qt5/trunk/debian/copyright
packages/python-poppler-qt5/trunk/debian/docs
packages/python-poppler-qt5/trunk/debian/patches/
packages/python-poppler-qt5/trunk/debian/patches/import-qtxmlmod-sip.patch
packages/python-poppler-qt5/trunk/debian/patches/series
packages/python-poppler-qt5/trunk/debian/python3-poppler-qt5.docs
packages/python-poppler-qt5/trunk/debian/rules
packages/python-poppler-qt5/trunk/debian/source/
packages/python-poppler-qt5/trunk/debian/source/format
packages/python-poppler-qt5/trunk/debian/watch
Property changes on: packages/python-poppler-qt5/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-poppler-qt5/trunk/debian/changelog
===================================================================
--- packages/python-poppler-qt5/trunk/debian/changelog (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/changelog 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1,6 @@
+python-poppler-qt5 (0.24.2-1) unstable; urgency=low
+
+ * Initial upload, borrowing from python-poppler-qt4 packaging.
+ (Closes: #798087)
+
+ -- Anthony Fok <foka at debian.org> Sat, 05 Sep 2015 14:55:29 -0600
Added: packages/python-poppler-qt5/trunk/debian/clean
===================================================================
--- packages/python-poppler-qt5/trunk/debian/clean (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/clean 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1 @@
+version.sip
Added: packages/python-poppler-qt5/trunk/debian/compat
===================================================================
--- packages/python-poppler-qt5/trunk/debian/compat (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/compat 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1 @@
+9
Added: packages/python-poppler-qt5/trunk/debian/control
===================================================================
--- packages/python-poppler-qt5/trunk/debian/control (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/control 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1,23 @@
+Source: python-poppler-qt5
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Anthony Fok <foka at debian.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python3-setuptools, python3-all-dev, debhelper (>= 9),
+ qtbase5-dev, libpoppler-qt5-dev, pyqt5-dev, python3-sip-dev, python3-pyqt5,
+ pkg-config
+Standards-Version: 3.9.6
+Homepage: https://github.com/wbsoft/python-poppler-qt5
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-poppler-qt5/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-poppler-qt5/
+
+Package: python3-poppler-qt5
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${sip3:Depends},
+ ${shlibs:Depends}, python3-pyqt5
+Description: Python binding to Poppler-Qt5 C++ library (Python 3)
+ Python binding to libpoppler-qt5 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/qt5/ .
+ .
+ This package contains the Python 3 binding.
Added: packages/python-poppler-qt5/trunk/debian/copyright
===================================================================
--- packages/python-poppler-qt5/trunk/debian/copyright (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/copyright 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-poppler-qt5
+Upstream-Contact: Wilbert Berendsen <wbsoft at xs4all.nl>
+Source: https://pypi.python.org/pypi/python-poppler-qt5/
+
+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".
+
+Files: debian/*
+Copyright: 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".
+
Added: packages/python-poppler-qt5/trunk/debian/docs
===================================================================
--- packages/python-poppler-qt5/trunk/debian/docs (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/docs 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1,2 @@
+README.rst
+TODO
Added: packages/python-poppler-qt5/trunk/debian/patches/import-qtxmlmod-sip.patch
===================================================================
--- packages/python-poppler-qt5/trunk/debian/patches/import-qtxmlmod-sip.patch (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/patches/import-qtxmlmod-sip.patch 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1,24 @@
+Description: %Import QtXml/QtXmlmod.sip if available
+ to fix `sip: QDomElement is undefined` compile error.
+Forwarded: https://github.com/wbsoft/python-poppler-qt5/pull/3
+Author: Anthony Fok <foka at debian.org>
+Last-Update: 2015-09-05
+
+--- a/poppler-qt5.sip
++++ b/poppler-qt5.sip
+@@ -5,11 +5,13 @@
+ * Maintained by Wilbert Berendsen <wbsoft at xs4all.nl>
+ */
+
++%Feature QTXML_AVAILABLE
+
+ %Import QtCore/QtCoremod.sip
+ %Import QtGui/QtGuimod.sip
+-
+-%Feature QTXML_AVAILABLE
++%If(QTXML_AVAILABLE)
++%Import QtXml/QtXmlmod.sip
++%End
+
+ %Timeline {
+ POPPLER_V0_20_0
Added: packages/python-poppler-qt5/trunk/debian/patches/series
===================================================================
--- packages/python-poppler-qt5/trunk/debian/patches/series (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/patches/series 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1 @@
+import-qtxmlmod-sip.patch
Added: packages/python-poppler-qt5/trunk/debian/python3-poppler-qt5.docs
===================================================================
--- packages/python-poppler-qt5/trunk/debian/python3-poppler-qt5.docs (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/python3-poppler-qt5.docs 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1,2 @@
+README.rst
+TODO
Added: packages/python-poppler-qt5/trunk/debian/rules
===================================================================
--- packages/python-poppler-qt5/trunk/debian/rules (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/rules 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+export QT_SELECT = qt5
+export PYBUILD_NAME = poppler-qt5
+export PYBUILD_BEFORE_INSTALL = dh_sip3
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
Property changes on: packages/python-poppler-qt5/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-poppler-qt5/trunk/debian/source/format
===================================================================
--- packages/python-poppler-qt5/trunk/debian/source/format (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/source/format 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-poppler-qt5/trunk/debian/watch
===================================================================
--- packages/python-poppler-qt5/trunk/debian/watch (rev 0)
+++ packages/python-poppler-qt5/trunk/debian/watch 2015-09-06 01:15:16 UTC (rev 34166)
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/python-poppler-qt5/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/python-poppler-qt5/python-poppler-qt5-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
More information about the Python-modules-commits
mailing list