[python-pyproj] 02/03: Update dh_python & dh_numpy calls to act on specific package.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 28 17:27:42 UTC 2016


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

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

commit d1c00578c7843c739f19c2075fb0d67e8767e485
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Mar 28 18:58:23 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 7a5a25e..2476db2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-pyproj (1.9.5.1-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
+  * Update dh_python & dh_numpy calls to act on specific package.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 28 Mar 2016 18:50:16 +0200
 
diff --git a/debian/rules b/debian/rules
index ca3d6ba..4019444 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,10 +34,10 @@ override_dh_install:
 	dh_install --list-missing
 
 override_dh_python2:
-	dh_python2
-	dh_numpy
+	dh_python2 -ppython-pyproj
+	dh_numpy -ppython-pyproj
 
 override_dh_python3:
-	dh_python3
-	dh_numpy3
+	dh_python3 -ppython3-pyproj
+	dh_numpy3 -ppython3-pyproj
 

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



More information about the Pkg-grass-devel mailing list