Bas Couwenberg pushed to branch master at Debian GIS Project / shapelib
Commits: c0321e43 by Bas Couwenberg at 2023-08-11T14:08:01+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ shapelib (1.5.0-4) UNRELEASED; urgency=medium * Add Rules-Requires-Root to control file. * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. + * Remove generated files in clean target. -- Bas Couwenberg <[email protected]> Tue, 29 Nov 2022 17:29:29 +0100 ===================================== debian/clean ===================================== @@ -0,0 +1,9 @@ +test*.dbf +test*.shp +test*.shx +contrib/tests/test.dbf +contrib/tests/test.shp +contrib/tests/test.shx +contrib/tests/test.out + +debian/man/*.1 ===================================== debian/rules ===================================== @@ -12,9 +12,6 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') %: dh $@ -override_dh_clean: - dh_clean debian/man/*.1 - override_dh_auto_build: dh_auto_build ronn -r --date="$(BUILD_DATE)" --manual=shplib debian/man/*.md View it on GitLab: https://salsa.debian.org/debian-gis-team/shapelib/-/commit/c0321e43e9776f1ab42650ec2c829bd4814488a1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/shapelib/-/commit/c0321e43e9776f1ab42650ec2c829bd4814488a1 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
