[pyepr] 02/02: Override dh_python{2,3} to call dh_numpy{,3} too.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 28 14:55:55 UTC 2016


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

sebastic pushed a commit to branch master
in repository pyepr.

commit 6142bddba2714b3f8f09eb35b220bf1db9a6aabe
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Mar 28 16:53:46 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c3328a4..956e475 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pyepr (0.9.3-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Add gbp.conf to use pristine-tar by default.
+  * Override dh_python{2,3} to call dh_numpy{,3} too.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 28 Mar 2016 16:49:32 +0200
 
diff --git a/debian/rules b/debian/rules
index c8a3400..f634b08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,6 +101,16 @@ endif
 	dh_installdocs
 
 
+override_dh_python2:
+	dh_python2
+	dh_numpy
+
+
+override_dh_python3:
+	dh_python3
+	dh_numpy3
+
+
 .PHONY: override_dh_auto_build override_dh_auto_clean override_dh_auto_test \
         override_dh_installchangelogs override_dh_compress override_dh_install \
         override_dh_auto_install dh_sphinxdoc override_dh_installdocs

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



More information about the Pkg-grass-devel mailing list