[pycoast] 01/01: Override dh_python2 to call dh_numpy too.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 28 14:47:45 UTC 2016


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

sebastic pushed a commit to branch master
in repository pycoast.

commit 8d3242dfa8d1d041ecbd8df5414a938ee3c19fd5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Mar 28 16:38:57 2016 +0200

    Override dh_python2 to call dh_numpy too.
---
 debian/changelog | 4 ++++
 debian/rules     | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 656bbaa..4cd2bf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 pycoast (0.5.2-3) UNRELEASED; urgency=medium
 
+  [ Antonio Valentino ]
   * debian/rules
     - enable parallel build
   * debian/control
     - package description updated
 
+  [ Bas Couwenberg ]
+  * Override dh_python2 to call dh_numpy too.
+
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 21 Feb 2016 17:59:03 +0000
 
 pycoast (0.5.2-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 2296f3f..c7acd94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,8 @@ override_dh_auto_build:
 override_dh_auto_clean:
 	dh_auto_clean --buildsystem=pybuild
 	$(MAKE) -C docs clean
+
+
+override_dh_python2:
+	dh_python2
+	dh_numpy

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



More information about the Pkg-grass-devel mailing list