Bas Couwenberg pushed to branch master at Debian GIS Project / tinyows
Commits: e4251784 by Bas Couwenberg at 2023-08-13T17:47:49+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ tinyows (1.2.0-3) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Add Rules-Requires-Root to control file. * Bump debhelper compat to 13. + * Remove generated files in clean target. -- Bas Couwenberg <[email protected]> Tue, 21 Jun 2022 07:23:49 +0200 ===================================== debian/clean ===================================== @@ -0,0 +1,4 @@ +test/wfs_100/config_wfs_100.xml +test/wfs_100/install_wfs_100.sh +test/wfs_110/config_wfs_110.xml +test/wfs_110/install_wfs_110.sh ===================================== debian/rules ===================================== @@ -17,13 +17,6 @@ CFLAGS += $(CPPFLAGS) %: dh $@ -override_dh_clean: - dh_clean -Xautom4te.cache \ - $(CURDIR)/test/wfs_100/config_wfs_100.xml \ - $(CURDIR)/test/wfs_100/install_wfs_100.sh \ - $(CURDIR)/test/wfs_110/config_wfs_110.xml \ - $(CURDIR)/test/wfs_110/install_wfs_110.sh - override_dh_auto_configure: dh_auto_configure -- --with-shp2pgsql=/usr/bin/shp2pgsql View it on GitLab: https://salsa.debian.org/debian-gis-team/tinyows/-/commit/e4251784fb4c7a0ee94bc09c4ec81b566ad64498 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tinyows/-/commit/e4251784fb4c7a0ee94bc09c4ec81b566ad64498 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
