summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/compat2
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
4 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 65849e4..6583155 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
nitime (0.5-2) UNRELEASED; urgency=medium
* Update maintainer email address.
+ * Remove dependency on python-support, while upgrading to dh9
+ (Closes: #786233).
-- Michael Hanke <mih@debian.org> Mon, 24 Aug 2015 18:53:56 +0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 4ed155a..ef7a731 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: python
Priority: extra
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>, Michael Hanke <mih@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all, python-support,
+Build-Depends: debhelper (>= 9~), python-all,
+ dh-python,
python-numpy,
python-scipy,
python-matplotlib, python-tk,
diff --git a/debian/rules b/debian/rules
index 93dce87..c2ae623 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export MPLCONFIGDIR=$(CURDIR)/build
export HOME=$(CURDIR)/build
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_test:
: # Do not test just after build, lets install and then test