Bas Couwenberg pushed to branch master at Debian GIS Project / librttopo
Commits: ccaaab7c by Bas Couwenberg at 2023-08-12T14:45:46+02:00 Use not-installed file instead of dh_auto_install override. - - - - - 3 changed files: - debian/changelog - + debian/not-installed - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ librttopo (1.1.0-4) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. + * Use not-installed file instead of dh_auto_install override. -- Bas Couwenberg <[email protected]> Wed, 18 Jan 2023 17:01:19 +0100 ===================================== debian/not-installed ===================================== @@ -0,0 +1 @@ +usr/lib/*/*.la ===================================== debian/rules ===================================== @@ -15,11 +15,5 @@ UPSTREAM_VERSION := $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') override_dh_autoreconf: dh_autoreconf ./autogen.sh -override_dh_auto_install: - dh_auto_install - - # Don't install .la files - $(RM) $(CURDIR)/debian/tmp/usr/lib/*/*.la - override_dh_makeshlibs: dh_makeshlibs -- -v$(UPSTREAM_VERSION) View it on GitLab: https://salsa.debian.org/debian-gis-team/librttopo/-/commit/ccaaab7c55577b0a5bc67691e9c1b59190e83260 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/librttopo/-/commit/ccaaab7c55577b0a5bc67691e9c1b59190e83260 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
