diff -Nru tinyows-1.1.1/debian/changelog tinyows-1.1.1/debian/changelog --- tinyows-1.1.1/debian/changelog 2018-08-01 18:53:00.000000000 +0000 +++ tinyows-1.1.1/debian/changelog 2020-11-02 05:10:50.000000000 +0000 @@ -1,3 +1,18 @@ +tinyows (1.1.1-7) unstable; urgency=medium + + * Bump Standards-Version to 4.5.0, no changes. + * Update watch file to limit matches to archive path. + * Update gbp.conf to use --source-only-changes by default. + * Drop Name field from upstream metadata. + * Fix spelling error in README.Debian. + * Bump debhelper compat to 10, changes: + - Drop --parallel option, enabled by default + - Don't explicitly enable autoreconf, enabled by default + - Drop dh-autoreconf build dependency + * Update lintian overrides. + + -- Bas Couwenberg Mon, 02 Nov 2020 06:10:50 +0100 + tinyows (1.1.1-6) unstable; urgency=medium * Drop autopkgtest to test installability. diff -Nru tinyows-1.1.1/debian/compat tinyows-1.1.1/debian/compat --- tinyows-1.1.1/debian/compat 2015-04-27 11:34:50.000000000 +0000 +++ tinyows-1.1.1/debian/compat 2020-03-19 19:50:26.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru tinyows-1.1.1/debian/control tinyows-1.1.1/debian/control --- tinyows-1.1.1/debian/control 2018-07-05 09:20:39.000000000 +0000 +++ tinyows-1.1.1/debian/control 2020-03-19 19:50:38.000000000 +0000 @@ -4,15 +4,14 @@ Bas Couwenberg Section: non-free/web Priority: optional -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 10~), flex, libfcgi-dev, libfl-dev, libpq-dev, libxml2-dev (>= 2.8.0), postgis -Standards-Version: 4.1.5 +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/tinyows Vcs-Git: https://salsa.debian.org/debian-gis-team/tinyows.git Homepage: http://www.mapserver.org/tinyows/ diff -Nru tinyows-1.1.1/debian/gbp.conf tinyows-1.1.1/debian/gbp.conf --- tinyows-1.1.1/debian/gbp.conf 2015-07-13 19:52:00.000000000 +0000 +++ tinyows-1.1.1/debian/gbp.conf 2019-07-07 08:20:25.000000000 +0000 @@ -14,3 +14,6 @@ # Always use pristine-tar. pristine-tar = True + +[buildpackage] +pbuilder-options = --source-only-changes diff -Nru tinyows-1.1.1/debian/patches/buffer_copy.patch tinyows-1.1.1/debian/patches/buffer_copy.patch --- tinyows-1.1.1/debian/patches/buffer_copy.patch 2016-10-04 13:46:51.000000000 +0000 +++ tinyows-1.1.1/debian/patches/buffer_copy.patch 2020-11-02 05:10:50.000000000 +0000 @@ -1,7 +1,7 @@ Description: Fix for buffer_copy when loading config from mapfile. -Origin: https://github.com/mapserver/tinyows/issues/58 Author: Pirmin Kalberer -Last-Update: 2013-03-08 +Origin: https://github.com/mapserver/tinyows/issues/58#issue-11806824 +Bug: https://github.com/mapserver/tinyows/issues/58 --- a/src/mapfile/mapfile.l +++ b/src/mapfile/mapfile.l diff -Nru tinyows-1.1.1/debian/patches/liborder.patch tinyows-1.1.1/debian/patches/liborder.patch --- tinyows-1.1.1/debian/patches/liborder.patch 2016-10-04 13:47:30.000000000 +0000 +++ tinyows-1.1.1/debian/patches/liborder.patch 2020-11-02 05:10:50.000000000 +0000 @@ -1,6 +1,5 @@ Description: Fix compiler flag order. Author: Pirmin Kalberer -Last-Update: 2012-07-09 --- a/Makefile.in +++ b/Makefile.in diff -Nru tinyows-1.1.1/debian/README.Debian tinyows-1.1.1/debian/README.Debian --- tinyows-1.1.1/debian/README.Debian 2015-12-20 00:43:51.000000000 +0000 +++ tinyows-1.1.1/debian/README.Debian 2019-12-15 19:09:15.000000000 +0000 @@ -4,7 +4,7 @@ The licensing of the Open Geospatial Consortium XML schemas and CITE tests is problematic in their compatibility with the DFSG. -The Document Notice doesn't allow modifications and is therefor incompatible +The Document Notice doesn't allow modifications and is therefore incompatible with DFSG#3 Derived Works. The Software Notice requires attribution and states that the licensee agrees to its terms by obtaining, using and/or copying the work. diff -Nru tinyows-1.1.1/debian/rules tinyows-1.1.1/debian/rules --- tinyows-1.1.1/debian/rules 2018-05-07 20:32:57.000000000 +0000 +++ tinyows-1.1.1/debian/rules 2020-03-19 19:50:44.000000000 +0000 @@ -15,8 +15,7 @@ CFLAGS += $(CPPFLAGS) %: - dh $@ --with autoreconf \ - --parallel + dh $@ override_dh_clean: dh_clean -Xautom4te.cache \ diff -Nru tinyows-1.1.1/debian/source/lintian-overrides tinyows-1.1.1/debian/source/lintian-overrides --- tinyows-1.1.1/debian/source/lintian-overrides 2018-08-01 18:52:57.000000000 +0000 +++ tinyows-1.1.1/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -# Not worth the effort -testsuite-autopkgtest-missing - diff -Nru tinyows-1.1.1/debian/upstream/metadata tinyows-1.1.1/debian/upstream/metadata --- tinyows-1.1.1/debian/upstream/metadata 2015-12-20 00:44:24.000000000 +0000 +++ tinyows-1.1.1/debian/upstream/metadata 2019-12-09 08:45:56.000000000 +0000 @@ -2,6 +2,5 @@ Bug-Database: https://github.com/mapserver/tinyows/issues Bug-Submit: https://github.com/mapserver/tinyows/issues/new Contact: The MapServer team -Name: TinyOWS Repository: https://github.com/mapserver/tinyows.git Repository-Browse: https://github.com/mapserver/tinyows diff -Nru tinyows-1.1.1/debian/watch tinyows-1.1.1/debian/watch --- tinyows-1.1.1/debian/watch 2018-02-17 17:01:44.000000000 +0000 +++ tinyows-1.1.1/debian/watch 2018-08-15 17:21:09.000000000 +0000 @@ -4,4 +4,4 @@ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/-/./g,\ filenamemangle=s/(?:.*)?(?:rel|v|tinyows)[\-\_\.]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/tinyows-$1.$2/ \ https://github.com/mapserver/tinyows/releases \ -(?:.*/)?(?:rel|v|tinyows)[\-\_\.]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +(?:.*?/archive/)?(?:rel|v|tinyows)?[\-\_\.]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))