[otb] 07/07: Override dh_python2 to call dh_numpy too.
Bas Couwenberg
sebastic at debian.org
Thu Jul 28 19:13:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository otb.
commit 01fe81957b65146506dcdb91c3bb6e6b8d3c67fd
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Jul 28 20:00:44 2016 +0200
Override dh_python2 to call dh_numpy too.
---
debian/changelog | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 874d772..c36682b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ otb (5.6.0+dfsg-1) UNRELEASED; urgency=medium
- Update list of LGPL-2 ossim plugin files
- Add license & copyright for SPTW
* Add python-numpy to build dependencies.
+ * Override dh_python2 to call dh_numpy too.
-- Bas Couwenberg <sebastic at debian.org> Thu, 28 Jul 2016 18:12:09 +0200
diff --git a/debian/rules b/debian/rules
index 71207b8..5f2ee87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,4 +98,8 @@ override_dh_install:
override_dh_installchangelogs:
dh_installchangelogs RELEASE_NOTES.txt
+override_dh_python2:
+ dh_python2
+ dh_numpy
+
.PHONY: templates
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git
More information about the Pkg-grass-devel
mailing list