Bas Couwenberg pushed to branch master at Debian GIS Project / libspatialindex
Commits: 1de3387c by Bas Couwenberg at 2023-08-12T14:52:44+02:00 Use not-installed file instead of dh_install override. - - - - - 3 changed files: - debian/changelog - + debian/not-installed - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ spatialindex (1.9.3-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_install override. -- Bas Couwenberg <[email protected]> Wed, 18 Jan 2023 17:01:24 +0100 ===================================== debian/not-installed ===================================== @@ -0,0 +1 @@ +usr/lib/*/*.la ===================================== debian/rules ===================================== @@ -23,10 +23,5 @@ override_dh_auto_configure: dh_auto_configure -- -DSIDX_LIB_SUBDIR=lib/$(DEB_HOST_MULTIARCH) \ -DCMAKE_SKIP_RPATH=ON -override_dh_install: - $(RM) $(CURDIR)/debian/tmp/usr/lib/*/*.la - - dh_install - override_dh_makeshlibs: dh_makeshlibs -- -c0 -v$(UPSTREAM_VERSION) View it on GitLab: https://salsa.debian.org/debian-gis-team/libspatialindex/-/commit/1de3387cbcc5df32ed829682cc49bdc4f81c2b19 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libspatialindex/-/commit/1de3387cbcc5df32ed829682cc49bdc4f81c2b19 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
