Source: python-mapnik Version: 1:0.0~20200224-7da019cf9-2 Severity: important Tags: patch
Dear Maintainer, Mapnik 3.1.0 has been released and uploaded to experimental. Because of the minor version bump a changes to your package are required per the attached patch once Mapnik 3.1 is available in unstable. Kind Regards, Bas
diff -Nru python-mapnik-0.0~20200224-7da019cf9/debian/changelog python-mapnik-0.0~20200224-7da019cf9/debian/changelog --- python-mapnik-0.0~20200224-7da019cf9/debian/changelog 2020-06-04 06:27:12.000000000 +0200 +++ python-mapnik-0.0~20200224-7da019cf9/debian/changelog 2021-01-08 17:37:48.000000000 +0100 @@ -1,3 +1,9 @@ +python-mapnik (1:0.0~20200224-7da019cf9-3) UNRELEASED; urgency=medium + + * Rebuild with Mapnik 3.1.0. + + -- Bas Couwenberg <sebas...@debian.org> Fri, 08 Jan 2021 17:37:48 +0100 + python-mapnik (1:0.0~20200224-7da019cf9-2) unstable; urgency=medium * Bump debhelper compat to 10, changes: diff -Nru python-mapnik-0.0~20200224-7da019cf9/debian/rules python-mapnik-0.0~20200224-7da019cf9/debian/rules --- python-mapnik-0.0~20200224-7da019cf9/debian/rules 2020-06-04 06:26:52.000000000 +0200 +++ python-mapnik-0.0~20200224-7da019cf9/debian/rules 2021-01-08 17:37:13.000000000 +0100 @@ -16,7 +16,7 @@ export SYSTEM_FONTS=/usr/share/fonts # Custom mapnik libraries -export LIB_DIR_NAME=/mapnik/3.0 +export LIB_DIR_NAME=/mapnik/3.1 %: dh $@ \