Bas Couwenberg pushed to branch experimental at Debian GIS Project / freexl
Commits: b73486a7 by Bas Couwenberg at 2021-09-12T11:11:49+02:00 Remove .la file, not installed. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ freexl (2.0.0~rc1-1~exp2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.0, no changes. * Bump debhelper compat to 12, no changes. + * Remove .la file, not installed. -- Bas Couwenberg <[email protected]> Wed, 08 Sep 2021 16:21:28 +0200 ===================================== debian/rules ===================================== @@ -17,6 +17,11 @@ 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/b73486a76d99860e5ce8f9e883093deade5d4f24 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/freexl/-/commit/b73486a76d99860e5ce8f9e883093deade5d4f24 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
