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

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

commit 5bf4e318b366be01e4713ba9ecfea4e1e75bfc42
Author: Bas Couwenberg <[email protected]>
Date:   Mon Mar 28 13:15:16 2016 +0200

    Override dh_python{2,3} to call dh_numpy{,3} too.
---
 debian/changelog | 1 +
 debian/rules     | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 175737a..500c751 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ python-shapely (1.5.14-1) UNRELEASED; urgency=medium
   * Add build dependency on pytest.
   * Enable all hardening buildflags, except PIE (causes build failure).
   * Add descartes to build dependencies for documentation.
+  * Override dh_python{2,3} to call dh_numpy{,3} too.
 
  -- Bas Couwenberg <[email protected]>  Mon, 28 Mar 2016 11:37:31 +0200
 
diff --git a/debian/rules b/debian/rules
index 16f7de0..3ab4e5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,3 +31,11 @@ override_dh_auto_build:
        python setup.py build_sphinx
        ln -s /usr/share/javascript/mathjax build/sphinx/html/_static/
 
+override_dh_python2:
+       dh_python2
+       dh_numpy
+
+override_dh_python3:
+       dh_python3
+       dh_numpy3
+

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

_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to