[Python-modules-commits] r21413 - in packages/python-poppler/trunk/debian (4 files)

gaspa-guest at users.alioth.debian.org gaspa-guest at users.alioth.debian.org
Tue Apr 24 13:46:52 UTC 2012


    Date: Tuesday, April 24, 2012 @ 13:46:39
  Author: gaspa-guest
Revision: 21413

removed quilt from b-d, fixed dh_clean target, added dep3 to 03-psfilenew

Modified:
  packages/python-poppler/trunk/debian/changelog
  packages/python-poppler/trunk/debian/control
  packages/python-poppler/trunk/debian/patches/03-psfilenew.diff
  packages/python-poppler/trunk/debian/rules

Modified: packages/python-poppler/trunk/debian/changelog
===================================================================
--- packages/python-poppler/trunk/debian/changelog	2012-04-24 11:03:06 UTC (rev 21412)
+++ packages/python-poppler/trunk/debian/changelog	2012-04-24 13:46:39 UTC (rev 21413)
@@ -1,7 +1,7 @@
-python-poppler (0.12.1-7) experimental; urgency=low
+python-poppler (0.12.1-7) unstable; urgency=low
 
   * debian/patches:
-      + series: reenabled poppler-0.18.diff (Closes: #651388)
+      + series: re-enabled poppler-0.18.diff (Closes: #651388)
       + added 03-psfilenew.diff (Closes: #662890)
       + added 04-closefiles.diff (LP: #316722)
   * debian/control: bump standard version to 3.9.3

Modified: packages/python-poppler/trunk/debian/control
===================================================================
--- packages/python-poppler/trunk/debian/control	2012-04-24 11:03:06 UTC (rev 21412)
+++ packages/python-poppler/trunk/debian/control	2012-04-24 13:46:39 UTC (rev 21413)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Andrea Gasparini <gaspa at yattaweb.it>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, quilt,
+Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf,
  python-all-dev (>=  2.6.6-3~), python-all-dbg, python-gtk2-dev (>= 2.10),
  python-gobject-dev (>= 2.10.1), python-cairo-dev (>= 1.8.4), libpoppler-glib-dev (>= 0.15),
  libatk1.0-dev (>= 1.6.0), 

Modified: packages/python-poppler/trunk/debian/patches/03-psfilenew.diff
===================================================================
--- packages/python-poppler/trunk/debian/patches/03-psfilenew.diff	2012-04-24 11:03:06 UTC (rev 21412)
+++ packages/python-poppler/trunk/debian/patches/03-psfilenew.diff	2012-04-24 13:46:39 UTC (rev 21413)
@@ -1,3 +1,9 @@
+Description: fixes a typo for ps_file_new binding.
+Author: Jens Stimpfle <debian at jstimpfle.de>
+Bug-Debian: http://bugs.debian.org/662890
+Forwarded: yes
+Last-Update: 2012-04-24
+
 --- python-poppler-0.12.1.orig/poppler.defs	2012-04-04 23:06:47.000000000 +0200
 +++ python-poppler-0.12.1/poppler.defs	2012-04-04 23:13:31.000000000 +0200
 @@ -1212,7 +1212,7 @@

Modified: packages/python-poppler/trunk/debian/rules
===================================================================
--- packages/python-poppler/trunk/debian/rules	2012-04-24 11:03:06 UTC (rev 21412)
+++ packages/python-poppler/trunk/debian/rules	2012-04-24 13:46:39 UTC (rev 21413)
@@ -3,13 +3,14 @@
 PYTHONS := $(shell pyversions -vr debian/control)
 
 %:
-	dh $@ --with quilt,python2,autoreconf
+	dh $@ --with python2,autoreconf
 
 override_dh_strip:
 	dh_strip --dbg-package=python-poppler-dbg -Xpoppler_d.so
 
 override_dh_clean:
 	rm -fr build
+	dh_clean
 
 override_dh_auto_configure:
 	for pyvers in ${PYTHONS}; do \




More information about the Python-modules-commits mailing list