diff -Nru pygac-1.1.0/debian/changelog pygac-1.1.0/debian/changelog --- pygac-1.1.0/debian/changelog 2019-07-24 18:24:00.000000000 +0000 +++ pygac-1.1.0/debian/changelog 2019-08-01 05:48:49.000000000 +0000 @@ -1,3 +1,10 @@ +pygac (1.1.0-3) unstable; urgency=medium + + * Correctly install the configuration file (Closes: #933536). + * Set compat to 12. + + -- Antonio Valentino Thu, 01 Aug 2019 05:48:49 +0000 + pygac (1.1.0-2) unstable; urgency=medium * Team upload. diff -Nru pygac-1.1.0/debian/compat pygac-1.1.0/debian/compat --- pygac-1.1.0/debian/compat 2018-12-25 07:56:50.000000000 +0000 +++ pygac-1.1.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru pygac-1.1.0/debian/control pygac-1.1.0/debian/control --- pygac-1.1.0/debian/control 2019-07-10 16:59:16.000000000 +0000 +++ pygac-1.1.0/debian/control 2019-08-01 05:48:49.000000000 +0000 @@ -2,9 +2,9 @@ Maintainer: Debian GIS Project Uploaders: Antonio Valentino Section: python -Priority: optional Testsuite: autopkgtest-pkg-python -Build-Depends: debhelper (>= 11), +Priority: optional +Build-Depends: debhelper-compat (= 12), dh-python, cython3, python3-all-dev, diff -Nru pygac-1.1.0/debian/install pygac-1.1.0/debian/install --- pygac-1.1.0/debian/install 2018-12-25 07:56:50.000000000 +0000 +++ pygac-1.1.0/debian/install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -debian/pygac.cfg etc diff -Nru pygac-1.1.0/debian/python3-pygac.install pygac-1.1.0/debian/python3-pygac.install --- pygac-1.1.0/debian/python3-pygac.install 2019-07-08 03:55:05.000000000 +0000 +++ pygac-1.1.0/debian/python3-pygac.install 2019-08-01 05:48:49.000000000 +0000 @@ -1,3 +1,3 @@ usr/lib/python3*/dist-packages/pygac* usr/share/pygac/* -etc/pygac* +debian/pygac.cfg etc