Bas Couwenberg pushed to branch master at Debian GIS Project / qgis
Commits: 905eac3a by Bas Couwenberg at 2021-09-14T07:39:10+02:00 Bump debhelper compat to 12. Changes: - Drop --list-missing from dh_install - - - - - b7b62bbf by Bas Couwenberg at 2021-09-14T10:38:09+02:00 Drop undefined substitution variables. - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +qgis (3.16.11+dfsg-1~exp2) UNRELEASED; urgency=medium + + * Bump debhelper compat to 12, changes: + - Drop --list-missing from dh_install + * Drop undefined substitution variables. + + -- Bas Couwenberg <[email protected]> Tue, 14 Sep 2021 07:39:00 +0200 + qgis (3.16.11+dfsg-1~exp1) experimental; urgency=medium * New upstream release. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -7,7 +7,7 @@ Priority: optional Build-Depends: bison, ca-certificates, cmake (>= 2.8), - debhelper (>= 10~), + debhelper-compat (= 12), dh-python, flex, gdal-bin, @@ -435,7 +435,6 @@ Depends: qgis-server-bin (= ${binary:Version}), qgis-server-wfs3 (= ${binary:Version}), qgis-server-wms (= ${binary:Version}), qgis-server-wmts (= ${binary:Version}), - ${shlibs:Depends}, ${misc:Depends} Description: QGIS server providing various OGC services QGIS is a Geographic Information System (GIS) which manages, analyzes and ===================================== debian/rules ===================================== @@ -286,7 +286,7 @@ override_dh_auto_install: install -o root -g root -m 644 $(CURDIR)/debian/qgis.default $(CURDIR)/debian/qgis/etc/default/qgis override_dh_install: - dh_install --autodest --list-missing + dh_install --autodest override_dh_installchangelogs: dh_installchangelogs ChangeLog View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/compare/0478fec5215c8e6f902d43b55f2ed0aa23a0c828...b7b62bbf00780c93d5907875eb87caa233299e1c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/compare/0478fec5215c8e6f902d43b55f2ed0aa23a0c828...b7b62bbf00780c93d5907875eb87caa233299e1c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
