[Git][debian-gis-team/proj][experimental] Don't remove data/null on clean, included upstream too.
Bas Couwenberg
gitlab at salsa.debian.org
Tue Aug 27 06:32:12 BST 2019
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190827/f5039e40/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list