Bas Couwenberg pushed to branch master at Debian GIS Project / nco
Commits: 8295b6d5 by Bas Couwenberg at 2023-08-11T12:17:36+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +nco (5.1.7-3) UNRELEASED; urgency=medium + + * Remove generated files in clean target. + + -- Bas Couwenberg <[email protected]> Fri, 11 Aug 2023 12:17:32 +0200 + nco (5.1.7-2) unstable; urgency=medium * Fix udunits2 support. ===================================== debian/clean ===================================== @@ -0,0 +1,13 @@ +data/big.nc +data/h0001 +data/h0002 +data/h0003 +data/in_1.nc +data/in_2.nc +data/in_4c.nc +data/in_zarr4/ +data/nco_bm.stderr +data/ref_utf8.nc +data/%tmp_fl_00 +data/%tmp_fl_01 +doc/nco.info* ===================================== debian/rules ===================================== @@ -9,17 +9,6 @@ export AUTOMAKE = ./debian/automake.sh %: dh $@ --buildsystem autoconf -override_dh_clean: - dh_clean data/big.nc \ - data/in_1.nc \ - data/in_2.nc \ - data/nco_bm.stderr \ - debian/rules.old \ - doc/nco.info \ - doc/nco.info-1 \ - doc/nco.info-2 \ - doc/nco.info-3 - override_dh_auto_configure: dh_auto_configure -- \ --libdir=/usr/lib/nco \ View it on GitLab: https://salsa.debian.org/debian-gis-team/nco/-/commit/8295b6d5cd6245c329fe2ddfbea8bfd8001c435f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/nco/-/commit/8295b6d5cd6245c329fe2ddfbea8bfd8001c435f 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
