Bas Couwenberg pushed to branch experimental at Debian GIS Project / proj
Commits: 60589ae3 by Bas Couwenberg at 2019-08-27T05:32:01Z Don't remove data/null on clean, included upstream too. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +proj (6.2.0~rc1-1~exp2) UNRELEASED; urgency=medium + + * Don't remove data/null on clean, included upstream too. + + -- Bas Couwenberg <[email protected]> Tue, 27 Aug 2019 07:31:58 +0200 + proj (6.2.0~rc1-1~exp1) experimental; urgency=medium * New upstream release candidate. ===================================== debian/rules ===================================== @@ -30,7 +30,7 @@ datumgrids-stamp: fi override_dh_auto_clean: - ( cd $(CURDIR)/data && cat $(CURDIR)/debian/datumgrids.list $(CURDIR)/debian/datumgrids-ch.list | xargs rm -f ) + ( cd $(CURDIR)/data && cat $(CURDIR)/debian/datumgrids.list $(CURDIR)/debian/datumgrids-ch.list | grep -v null | xargs rm -f ) dh_auto_clean override_dh_auto_configure: datumgrids View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/commit/60589ae341d041a44cbd9df48e69d9123e4980da -- View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/commit/60589ae341d041a44cbd9df48e69d9123e4980da 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
