[python-cartopy] 01/01: Do not force the package maintainer to install build-dependencies like geos on local machine

Andreas Tille tille at debian.org
Fri Dec 16 07:59:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-cartopy.

commit decf81716edac9fcaeaff6f88a89fe696f66269f
Author: Andreas Tille <tille at debian.org>
Date:   Fri Dec 16 08:58:32 2016 +0100

    Do not force the package maintainer to install build-dependencies like geos on local machine
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2cd19cf..0eb4cc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,10 @@ export PYBUILD_TEST_ARGS = cartopy.tests.crs \
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
+override_dh_auto_clean:
+	dh_auto_clean || true
+	rm -rf .pybuild
+
 override_dh_python2:
 	dh_python2
 	dh_numpy

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-cartopy.git



More information about the debian-science-commits mailing list