[python-pdal] 09/11: Override dh_python to use dh_numpy too.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Mar 20 03:32:19 UTC 2016


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

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

commit 1484b04466b6d88f68db340a58ebadc313de471d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Mar 19 23:39:04 2016 +0100

    Override dh_python to use dh_numpy too.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index bc89bed..b1541a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,11 @@ export PYBUILD_NAME=pdal
 override_dh_install:
 	dh_install --list-missing
 
+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-pdal.git



More information about the Pkg-grass-devel mailing list