[Python-modules-commits] [parallax] 01/02: Add openssh-client depends (Closes: #854722)

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sat Mar 25 11:02:44 UTC 2017


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

vvidic-guest pushed a commit to branch master
in repository parallax.

commit 30eedcf84cd3c4d40da1ed26b86b9fa89fbe4a4f
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Sat Mar 25 11:08:30 2017 +0100

    Add openssh-client depends (Closes: #854722)
    
    Uses openssh specific options so just ssh-client
    depends would not work.
---
 debian/control       | 4 ++--
 debian/tests/control | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 8fffc18..a011cb2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/parallax.git
 
 Package: python-parallax
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: openssh-client, ${misc:Depends}, ${python:Depends}
 Description: Execute commands and copy files over SSH (Python 2)
  Parallax SSH provides an interface to executing commands on multiple nodes at
  once using SSH. It also provides commands for sending and receiving files to
@@ -21,7 +21,7 @@ Description: Execute commands and copy files over SSH (Python 2)
 
 Package: python3-parallax
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: openssh-client, ${misc:Depends}, ${python3:Depends}
 Description: Execute commands and copy files over SSH (Python 3)
  Parallax SSH provides an interface to executing commands on multiple nodes at
  once using SSH. It also provides commands for sending and receiving files to
diff --git a/debian/tests/control b/debian/tests/control
index 275effb..0c60ffb 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,7 +1,7 @@
 Tests: testsuite
-Depends: python-parallax, openssh-server, openssh-client, adduser
+Depends: python-parallax, openssh-server, adduser
 Restrictions: needs-root, isolation-container
 
 Tests: testsuite3
-Depends: python3-parallax, openssh-server, openssh-client, adduser
+Depends: python3-parallax, openssh-server, adduser
 Restrictions: needs-root, isolation-container

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



More information about the Python-modules-commits mailing list