diff -Nru pywps-4.5.2/debian/changelog pywps-4.5.2/debian/changelog --- pywps-4.5.2/debian/changelog 2022-04-14 03:25:14.000000000 +0000 +++ pywps-4.5.2/debian/changelog 2022-12-01 17:01:54.000000000 +0000 @@ -1,3 +1,13 @@ +pywps (4.5.2-2) unstable; urgency=medium + + * Team upload. + * Drop Ubuntu PIE changes. + * Bump Standards-Version to 4.6.1, no changes. + * Add Rules-Requires-Root to control file. + * Update lintian overrides. + + -- Bas Couwenberg Thu, 01 Dec 2022 18:01:54 +0100 + pywps (4.5.2-1) unstable; urgency=medium * Team upload. diff -Nru pywps-4.5.2/debian/control pywps-4.5.2/debian/control --- pywps-4.5.2/debian/control 2021-12-02 05:35:32.000000000 +0000 +++ pywps-4.5.2/debian/control 2022-11-29 09:16:52.000000000 +0000 @@ -7,7 +7,6 @@ dh-apache2, dh-python, libjs-mathjax, - lsb-release, python3-all, python3-dateutil, python3-gdal, @@ -24,10 +23,11 @@ python3-sphinx, python3-sqlalchemy, python3-werkzeug -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pywps Vcs-Git: https://salsa.debian.org/debian-gis-team/pywps.git Homepage: https://pywps.org +Rules-Requires-Root: no Package: python3-pywps Architecture: all diff -Nru pywps-4.5.2/debian/python3-pywps.lintian-overrides pywps-4.5.2/debian/python3-pywps.lintian-overrides --- pywps-4.5.2/debian/python3-pywps.lintian-overrides 2021-02-15 13:30:06.000000000 +0000 +++ pywps-4.5.2/debian/python3-pywps.lintian-overrides 2022-11-29 09:27:09.000000000 +0000 @@ -1,3 +1,3 @@ # Not a problem -package-contains-documentation-outside-usr-share-doc usr/lib/python*/dist-packages/pywps/schemas/geojson/README +package-contains-documentation-outside-usr-share-doc [usr/lib/python*/dist-packages/pywps/schemas/geojson/README] diff -Nru pywps-4.5.2/debian/rules pywps-4.5.2/debian/rules --- pywps-4.5.2/debian/rules 2021-09-14 05:26:03.000000000 +0000 +++ pywps-4.5.2/debian/rules 2022-04-21 17:55:44.000000000 +0000 @@ -12,16 +12,6 @@ # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all -# Disable PIE on Ubuntu where it's still problematic -VENDOR_DERIVES_FROM_UBUNTU ?= $(shell dpkg-vendor --derives-from Ubuntu && echo yes) -DISTRIBUTION_RELEASE := $(shell lsb_release -cs) - -ifeq ($(VENDOR_DERIVES_FROM_UBUNTU),yes) - ifneq (,$(filter $(DISTRIBUTION_RELEASE),xenial bionic)) - export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie - endif -endif - %: dh $@ --with apache2,python3,sphinxdoc --buildsystem=pybuild