[Python-modules-commits] r19817 - in packages/python-poppler-qt4/python-poppler-qt4/trunk (10 files)

rak at users.alioth.debian.org rak at users.alioth.debian.org
Sun Jan 1 21:30:34 UTC 2012


    Date: Sunday, January 1, 2012 @ 21:30:33
  Author: rak
Revision: 19817

[svn-inject] Applying Debian modifications (0.16.2-1) to trunk

Added:
  packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/
  packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/changelog
  packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/compat
  packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/control
  packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/copyright
  packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/docs
  packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/rules
  packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/source/
  packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/source/format
  packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/watch


Property changes on: packages/python-poppler-qt4/python-poppler-qt4/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/changelog
===================================================================
--- packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/changelog	                        (rev 0)
+++ packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/changelog	2012-01-01 21:30:33 UTC (rev 19817)
@@ -0,0 +1,5 @@
+python-poppler-qt4 (0.16.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #653046)
+
+ -- Ryan Kavanagh <rak at debian.org>  Sun, 01 Jan 2012 13:10:07 -0500

Added: packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/compat
===================================================================
--- packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/compat	                        (rev 0)
+++ packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/compat	2012-01-01 21:30:33 UTC (rev 19817)
@@ -0,0 +1 @@
+8

Added: packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/control
===================================================================
--- packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/control	                        (rev 0)
+++ packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/control	2012-01-01 21:30:33 UTC (rev 19817)
@@ -0,0 +1,25 @@
+Source: python-poppler-qt4
+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 (>= 8.0.0),
+ python-all-dev,
+ libpoppler-qt4-dev,
+ python-qt4,
+ python-qt4-dev
+Standards-Version: 3.9.2
+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/trunk/
+
+Package: python-poppler-qt4
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${python: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
+ documented at http://people.freedesktop.org/~aacid/docs/qt4/ .

Added: packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/copyright
===================================================================
--- packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/copyright	                        (rev 0)
+++ packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/copyright	2012-01-01 21:30:33 UTC (rev 19817)
@@ -0,0 +1,36 @@
+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/
+
+Upstream Author: 
+
+    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 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/python-poppler-qt4/trunk/debian/docs
===================================================================
--- packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/docs	                        (rev 0)
+++ packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/docs	2012-01-01 21:30:33 UTC (rev 19817)
@@ -0,0 +1,2 @@
+README
+TODO

Added: packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/rules
===================================================================
--- packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/rules	                        (rev 0)
+++ packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/rules	2012-01-01 21:30:33 UTC (rev 19817)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


Property changes on: packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/source/format
===================================================================
--- packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/source/format	                        (rev 0)
+++ packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/source/format	2012-01-01 21:30:33 UTC (rev 19817)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/watch
===================================================================
--- packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/watch	                        (rev 0)
+++ packages/python-poppler-qt4/python-poppler-qt4/trunk/debian/watch	2012-01-01 21:30:33 UTC (rev 19817)
@@ -0,0 +1,3 @@
+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




More information about the Python-modules-commits mailing list