Bas Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg
Commits: ae7d8b3d by Bas Couwenberg at 2021-09-13T12:54:35+02:00 Bump debhelper compat to 12. Changes: - Drop --list-missing from dh_install - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,8 @@ ogdi-dfsg (4.1.0+ds-6) UNRELEASED; urgency=medium * Team upload. * Bump Standards-Version to 4.6.0, no changes. + * Bump debhelper compat to 12, changes: + - Drop --list-missing from dh_install -- Bas Couwenberg <[email protected]> Wed, 08 Sep 2021 17:17:17 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Francesco Paolo Lovergine <[email protected]> Section: libs Priority: optional -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper-compat (= 12), libexpat1-dev, pkg-config, tcl-dev (>= 8.4), ===================================== debian/rules ===================================== @@ -45,7 +45,7 @@ override_dh_auto_install: $(RM) $(CURDIR)/debian/tmp/usr/lib/ogdi/libskeleton.so override_dh_install: - dh_install --list-missing + dh_install sed -i -e 's@$(CURDIR)/debian/tmp@@g' \ debian/*/usr/bin/ogdi-config \ debian/*/usr/share/pkgconfig/ogdi.pc View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/ae7d8b3d9edb82d1321e57f9b4b5a9c0bc8cdf00 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/ae7d8b3d9edb82d1321e57f9b4b5a9c0bc8cdf00 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
