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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

