[python-shapely] 09/14: Drop unneeded dh_auto_test override.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 28 11:57:01 UTC 2016


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

sebastic pushed a commit to branch master
in repository python-shapely.

commit 4cd56597c9c6b9b635a8dfa5a2685240886dfc7b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Mar 28 11:49:39 2016 +0200

    Drop unneeded dh_auto_test override.
---
 debian/changelog |  1 +
 debian/rules     | 14 +++++---------
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fe9b600..0d8fa18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-shapely (1.5.14-1) UNRELEASED; urgency=medium
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
   * Enable parallel builds.
+  * Drop unneeded dh_auto_test override.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 28 Mar 2016 11:37:31 +0200
 
diff --git a/debian/rules b/debian/rules
index ab3cb7f..5061f7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,17 +17,13 @@ override_dh_clean:
 	         shapely/vectorized/_vectorized.c \
 	         Shapely.egg-info/*
 
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; for ver in `pyversions -vr`; do \
-	    python$$ver setup.py test; \
-	done
-endif
-
 override_dh_auto_build:
-	rm -f shapely/vectorized/_vectorized.c
-	rm -f shapely/speedups/_speedups.so
 	rm -f shapely/speedups/_speedups.c
+	rm -f shapely/speedups/_speedups.so
+	rm -f shapely/vectorized/_vectorized.c
+
 	dh_auto_build
+
 	python setup.py build_sphinx
 	ln -s /usr/share/javascript/mathjax build/sphinx/html/_static/
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git



More information about the Pkg-grass-devel mailing list