[Python-modules-commits] [python-spur] 01/02: Fix FTBFS

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Oct 18 08:33:57 UTC 2015


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

rubund-guest pushed a commit to branch master
in repository python-spur.

commit d6576f0b1ecf675702d7291d7ad4e241de787262
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Oct 18 10:30:27 2015 +0200

    Fix FTBFS
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 +++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e76897f..2d544b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-spur (0.3.14-2) unstable; urgency=medium
+
+  * debian/control: add python-paramiko and python3-paramiko to
+    build-depenedencies
+    - Fixes FTBFS (test suite problem) (Closes: #802158)
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 18 Oct 2015 10:27:41 +0200
+
 python-spur (0.3.14-1) unstable; urgency=low
 
   * Initial release (Closes: #784026)
diff --git a/debian/control b/debian/control
index 61cb4a0..ee039b2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,10 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
                python-setuptools,
+               python-paramiko,
                python3-all,
-               python3-setuptools
+               python3-setuptools,
+               python3-paramiko
 Standards-Version: 3.9.6
 X-Python-Version: all
 X-Python3-Version: >= 3.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-spur.git



More information about the Python-modules-commits mailing list