Bas Couwenberg pushed to branch master at Debian GIS Project / freexl
Commits: 18125291 by Bas Couwenberg at 2023-08-12T10:46:39+02:00 Use not-installed file instead of dh_install override. - - - - - 3 changed files: - debian/changelog - + debian/not-installed - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +freexl (2.0.0-2) UNRELEASED; urgency=medium + + * Use not-installed file instead of dh_install override. + + -- Bas Couwenberg <[email protected]> Sat, 12 Aug 2023 10:46:23 +0200 + freexl (2.0.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/not-installed ===================================== @@ -0,0 +1 @@ +usr/lib/*/*.la ===================================== debian/rules ===================================== @@ -17,10 +17,5 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') %: dh $@ -override_dh_install: - $(RM) $(CURDIR)/debian/*/usr/lib/*/libfreexl.la - - dh_install - override_dh_makeshlibs: dh_makeshlibs -- -v$(UPSTREAM_VERSION) View it on GitLab: https://salsa.debian.org/debian-gis-team/freexl/-/commit/18125291aa1ed99a586043a9a4156897580f5179 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/freexl/-/commit/18125291aa1ed99a586043a9a4156897580f5179 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
