Bas Couwenberg pushed to branch master at Debian GIS Project / mkgmap-splitter
Commits: c512c038 by Bas Couwenberg at 2023-08-11T12:06:27+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ mkgmap-splitter (0.0.0+svn653-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Update URLs to use HTTPS. * Bump debhelper compat to 13. + * Remove generated files in clean target. -- Bas Couwenberg <[email protected]> Wed, 18 Jan 2023 17:02:41 +0100 ===================================== debian/clean ===================================== @@ -0,0 +1,5 @@ +dist/ +test-reports/ +tmp/ + +debian/man/*.1 ===================================== debian/rules ===================================== @@ -11,9 +11,6 @@ MANPAGES:=$(wildcard debian/man/*.*.xml) %: dh $@ --with javahelper -override_dh_clean: - dh_clean debian/man/*.1 - override_dh_auto_build: # Create man pages from DocBook XML for x in $(MANPAGES) ; do \ View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap-splitter/-/commit/c512c03888d466961fae2b078128fa1503be8558 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap-splitter/-/commit/c512c03888d466961fae2b078128fa1503be8558 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
