[gdal] 02/05: Have dh_numpy{,3} act on specific package only.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Apr 3 18:52:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository gdal.
commit 88c6a48de5dfe0c7e3ce3f545e43e29cce92b3df
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 c302dcc..934ab52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gdal (2.0.2+dfsg-5) UNRELEASED; urgency=medium
* Build with external libjson-c instead of internal copy.
(LP: #1565475)
+ * Have dh_numpy{,3} act on specific package only.
-- Bas Couwenberg <sebastic at debian.org> Sun, 03 Apr 2016 16:38:52 +0200
diff --git a/debian/rules b/debian/rules
index ecfb6d6..e3f0b34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -198,11 +198,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