[Python-modules-commits] r7806 - in packages/python-poppler/trunk/debian (3 files)
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Sun Mar 8 04:03:34 UTC 2009
Date: Sunday, March 8, 2009 @ 04:03:32
Author: joss
Revision: 7806
* New upstream release. Closes: #518611.
+ Bump build-dependency on poppler.
+ Add missing build-dependency on atk.
* Switch to python-support.
Modified:
packages/python-poppler/trunk/debian/changelog
packages/python-poppler/trunk/debian/control
packages/python-poppler/trunk/debian/rules
Modified: packages/python-poppler/trunk/debian/changelog
===================================================================
--- packages/python-poppler/trunk/debian/changelog 2009-03-06 19:44:26 UTC (rev 7805)
+++ packages/python-poppler/trunk/debian/changelog 2009-03-08 04:03:32 UTC (rev 7806)
@@ -1,10 +1,17 @@
-python-poppler (0.8.1-2) UNRELEASED; urgency=low
+python-poppler (0.10.0-1) unstable; urgency=low
+ [ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
- -- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:15:36 +0100
+ [ Josselin Mouette ]
+ * New upstream release. Closes: #518611.
+ + Bump build-dependency on poppler.
+ + Add missing build-dependency on atk.
+ * Switch to python-support.
+ -- Josselin Mouette <joss at debian.org> Sun, 08 Mar 2009 04:39:53 +0100
+
python-poppler (0.8.1-1) unstable; urgency=low
[ Andrea Gasparini ]
Modified: packages/python-poppler/trunk/debian/control
===================================================================
--- packages/python-poppler/trunk/debian/control 2009-03-06 19:44:26 UTC (rev 7805)
+++ packages/python-poppler/trunk/debian/control 2009-03-08 04:03:32 UTC (rev 7806)
@@ -4,8 +4,9 @@
Maintainer: Andrea Gasparini <gaspa at yattaweb.it>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), cdbs, python-all-dev (>= 2.3.5-11), python-all-dbg, python-gtk2-dev (>= 2.10),
- python-gobject-dev (>= 2.10.1), python-cairo-dev (>= 1.2.0), libpoppler-glib-dev (>= 0.8-0 ),
- libxcb-render-util0-dev (>= 0.2+git36-1~), python-central
+ python-gobject-dev (>= 2.10.1), python-cairo-dev (>= 1.2.0), libpoppler-glib-dev (>= 0.10),
+ libatk1.0-dev (>= 1.6.0),
+ libxcb-render-util0-dev (>= 0.2+git36-1~), python-support (>= 0.8)
Standards-Version: 3.8.0
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-poppler/trunk/
Modified: packages/python-poppler/trunk/debian/rules
===================================================================
--- packages/python-poppler/trunk/debian/rules 2009-03-06 19:44:26 UTC (rev 7805)
+++ packages/python-poppler/trunk/debian/rules 2009-03-08 04:03:32 UTC (rev 7806)
@@ -71,7 +71,7 @@
dh_installexamples
dh_strip --dbg-package=python-poppler-dbg -Xpoppler_d.so
dh_compress --exclude=.py --exclude=.resX
- dh_pycentral
+ dh_pysupport
dh_fixperms
dh_installdeb
dh_shlibdeps
More information about the Python-modules-commits
mailing list