Bas Couwenberg pushed to branch master at Debian GIS Project / ruby-hdfeos5
Commits: e320142d by Bas Couwenberg at 2023-08-13T14:53:40+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -5,6 +5,7 @@ ruby-hdfeos5 (1.2-12) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Drop obsolete ruby-interpreter dependency alternative. * Bump debhelper compat to 13. + * Remove generated files in clean target. -- Bas Couwenberg <[email protected]> Tue, 02 Nov 2021 12:26:59 +0100 ===================================== debian/clean ===================================== @@ -0,0 +1,2 @@ +*.he5 +test-lib/ ===================================== debian/rules ===================================== @@ -16,8 +16,3 @@ export HE5_HDF_INCDIR := /usr/include/hdf-eos5 %: @echo $(HDF5_DIR) dh $@ --with ruby --buildsystem ruby - -override_dh_auto_clean: - dh_auto_clean - rm -f *.he5 - rm -rf test-lib View it on GitLab: https://salsa.debian.org/debian-gis-team/ruby-hdfeos5/-/commit/e320142d51f292a28891ff4c4a25fb8b7697fa02 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/ruby-hdfeos5/-/commit/e320142d51f292a28891ff4c4a25fb8b7697fa02 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
