Bas Couwenberg pushed to branch master at Debian GIS Project / fyba
Commits: a0617037 by Bas Couwenberg at 2023-08-12T10:56:45+02:00 Use not-installed file instead of dh_install override. - - - - - a0f971be by Bas Couwenberg at 2023-08-12T10:57:27+02:00 Drop obsolete -Wl,--as-needed linker flag, used by default. - - - - - 3 changed files: - debian/changelog - + debian/not-installed - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,8 @@ fyba (4.1.1-9) UNRELEASED; urgency=medium * Enable Salsa CI. * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. + * Use not-installed file instead of dh_install override. + * Drop obsolete -Wl,--as-needed linker flag, used by default. -- Bas Couwenberg <[email protected]> Sun, 08 Jan 2023 15:16:38 +0100 ===================================== debian/not-installed ===================================== @@ -0,0 +1,2 @@ +usr/lib/*/*.la +usr/share/doc/fyba/*.html ===================================== debian/rules ===================================== @@ -5,13 +5,5 @@ # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - %: dh $@ - -override_dh_install: - $(RM) $(CURDIR)/debian/*/usr/lib/*/*.la - $(RM) $(CURDIR)/debian/*/usr/share/doc/fyba/*.html - - dh_install View it on GitLab: https://salsa.debian.org/debian-gis-team/fyba/-/compare/eb4980e404e79cab9d47533f9a43a909f05c9d73...a0f971bef952a750b663af3b4020e56b335cf7f1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/fyba/-/compare/eb4980e404e79cab9d47533f9a43a909f05c9d73...a0f971bef952a750b663af3b4020e56b335cf7f1 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
