diff -Nru python-poppler-0.12.1/debian/changelog python-poppler-0.12.1/debian/changelog --- python-poppler-0.12.1/debian/changelog 2016-05-29 05:40:07.000000000 +0000 +++ python-poppler-0.12.1/debian/changelog 2017-11-19 15:51:15.000000000 +0000 @@ -1,3 +1,16 @@ +python-poppler (0.12.1-10) unstable; urgency=medium + + * Team upload. + * debian/control: Switch from python-gobject packages to python-gobject-2 + one, the former are transitional packages (Closes: #836486, #865169) + * debian/control: Bump python-cairo (build-)dependency to workaround an ABI + breakage that happened sometimes ago. + * debian/control: Bump Standards-Version to 4.1.1, use priority optional + instead of extra for the -dbg package, the later is deprecated + * debian/control: Bump debhelper compatibility to 10 + + -- Laurent Bigonville Sun, 19 Nov 2017 16:51:15 +0100 + python-poppler (0.12.1-9) unstable; urgency=low * Team upload. diff -Nru python-poppler-0.12.1/debian/compat python-poppler-0.12.1/debian/compat --- python-poppler-0.12.1/debian/compat 2016-05-29 05:17:10.000000000 +0000 +++ python-poppler-0.12.1/debian/compat 2017-11-19 15:39:54.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru python-poppler-0.12.1/debian/control python-poppler-0.12.1/debian/control --- python-poppler-0.12.1/debian/control 2016-05-29 05:25:57.000000000 +0000 +++ python-poppler-0.12.1/debian/control 2017-11-19 15:43:57.000000000 +0000 @@ -3,12 +3,12 @@ Priority: optional Maintainer: Andrea Gasparini Uploaders: Debian Python Modules Team -Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, dh-python, +Build-Depends: debhelper (>= 10), dh-python, 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), + python-gobject-2-dev (>= 2.10.1), python-cairo-dev (>= 1.15.4), libpoppler-glib-dev (>= 0.15), libatk1.0-dev (>= 1.6.0), libxcb-render-util0-dev (>= 0.2+git36-1~) | libxcb-render0-dev -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 X-Python-Version: >= 2.4 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-poppler.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-poppler.git @@ -16,7 +16,7 @@ Package: python-poppler Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>=2.10.0), python-gobject (>= 2.10.1), python-cairo (>= 1.8.4) +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>=2.10.0), python-gobject-2 (>= 2.10.1), python-cairo (>= 1.15.4) Provides: ${python:Provides} Description: Poppler Python bindings This package includes Python bindings for LibPoppler. @@ -27,8 +27,7 @@ Package: python-poppler-dbg Section: debug Architecture: any -Priority: extra -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-poppler (= ${binary:Version}), python-dbg, python-gobject-dbg, python-cairo-dbg, python-gtk2-dbg +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-poppler (= ${binary:Version}), python-dbg, python-gobject-2-dbg, python-cairo-dbg, python-gtk2-dbg Provides: ${python:Provides} Description: Poppler Python bindings (debug extension) This package includes Python bindings for LibPoppler. diff -Nru python-poppler-0.12.1/debian/rules python-poppler-0.12.1/debian/rules --- python-poppler-0.12.1/debian/rules 2016-05-29 05:45:29.000000000 +0000 +++ python-poppler-0.12.1/debian/rules 2017-11-19 15:48:19.000000000 +0000 @@ -6,7 +6,7 @@ dh $@ --with python2,autoreconf override_dh_strip: - dh_strip --dbg-package=python-poppler-dbg -Xpoppler_d.so + dh_strip --dbg-package=python-poppler-dbg -X_d.so override_dh_clean: rm -fr build