[python-pdal] 01/01: Update dh_python & dh_numpy calls to act on specific package.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 28 16:48:21 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 7ddecbe2596c22287b90acdffe0e628808d530b6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Mar 28 18:45:32 2016 +0200

    Update dh_python & dh_numpy calls to act on specific package.
---
 debian/changelog | 6 ++++++
 debian/rules     | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e3a9a55..568bfbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-pdal (1.1.0+ds-2) UNRELEASED; urgency=medium
+
+  * Update dh_python & dh_numpy calls to act on specific package.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 28 Mar 2016 18:21:04 +0200
+
 python-pdal (1.1.0+ds-1) unstable; urgency=medium
 
   * Initial release (Closes: #818718)
diff --git a/debian/rules b/debian/rules
index b1541a6..24a9f6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,10 @@ override_dh_install:
 	dh_install --list-missing
 
 override_dh_python2:
-	dh_python2
-	dh_numpy
+	dh_python2 -ppython-pdal
+	dh_numpy -ppython-pdal
 
 override_dh_python3:
-	dh_python3
-	dh_numpy3
+	dh_python3 -ppython3-pdal
+	dh_numpy3 -ppython3-pdal
 

-- 
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