diff -Nru libqxp-0.0.1/debian/changelog libqxp-0.0.1/debian/changelog --- libqxp-0.0.1/debian/changelog 2017-12-31 17:42:59.000000000 +0000 +++ libqxp-0.0.1/debian/changelog 2018-05-09 08:32:10.000000000 +0000 @@ -1,3 +1,11 @@ +libqxp (0.0.1-1~ubuntu16.04~ppa0) xenial; urgency=medium + + * Xenial backport. + * Lower debhelper compat level to 9. + * Upload to the Scribus PPA. + + -- Mattia Rizzolo Wed, 09 May 2018 10:32:10 +0200 + libqxp (0.0.1-1) unstable; urgency=medium * New upstream version 0.0.1 diff -Nru libqxp-0.0.1/debian/compat libqxp-0.0.1/debian/compat --- libqxp-0.0.1/debian/compat 2017-08-27 14:35:06.000000000 +0000 +++ libqxp-0.0.1/debian/compat 2018-05-09 08:32:10.000000000 +0000 @@ -1 +1 @@ -10 +9 diff -Nru libqxp-0.0.1/debian/control libqxp-0.0.1/debian/control --- libqxp-0.0.1/debian/control 2017-08-27 15:08:26.000000000 +0000 +++ libqxp-0.0.1/debian/control 2018-05-09 08:32:10.000000000 +0000 @@ -2,7 +2,7 @@ Priority: optional Maintainer: Debian LibreOffice Maintainers Uploaders: Rene Engelhard -Build-Depends: debhelper (>= 10), librevenge-dev, libboost-dev, libicu-dev, pkg-config, libcppunit-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, librevenge-dev, libboost-dev, libicu-dev, pkg-config, libcppunit-dev Build-Depends-Indep: doxygen Standards-Version: 3.9.8 Section: libs diff -Nru libqxp-0.0.1/debian/rules libqxp-0.0.1/debian/rules --- libqxp-0.0.1/debian/rules 2017-08-27 14:51:43.000000000 +0000 +++ libqxp-0.0.1/debian/rules 2018-05-09 08:32:10.000000000 +0000 @@ -2,6 +2,6 @@ #export DH_VERBOSE = 1 %: - dh $@ + dh $@ --parallel --with autoreconf