[gdal] 13/16: Have dh_numpy{,3} act on specific package only.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Apr 2 16:11:18 UTC 2016


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

sebastic pushed a commit to branch experimental-2.1
in repository gdal.

commit 9cf01709e6330f6bb838ad6924bdce93dcca09c8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Apr 2 15:55:16 2016 +0200

    Have dh_numpy{,3} act on specific package only.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 44efa2b..23f9d80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ gdal (2.1.0~beta1+dfsg-1) UNRELEASED; urgency=medium
   * Drop patches applied upstream. Refresh remaining patches.
   * Add patch to bump minimum Java version to 5 for annotations.
   * Include additional manpages in gdal-bin.
+  * Have dh_numpy{,3} act on specific package only.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 02 Apr 2016 11:15:12 +0200
 
diff --git a/debian/rules b/debian/rules
index c05ef76..118e127 100755
--- a/debian/rules
+++ b/debian/rules
@@ -199,11 +199,11 @@ override_dh_installchangelogs:
 
 override_dh_python2:
 	dh_python2 -X.info -ppython-gdal
-	dh_numpy
+	dh_numpy -ppython-gdal
 
 override_dh_python3:
 	dh_python3 -X.info -ppython3-gdal
-	dh_numpy3
+	dh_numpy3 -ppython3-gdal
 
 override_dh_makeshlibs:
 	# Forces failure ignoring to collect new symbols on all archs

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



More information about the Pkg-grass-devel mailing list