Your message dated Sat, 25 Mar 2017 17:59:59 +0000
with message-id <e1crpyp-0006wz...@respighi.debian.org>
and subject line unblock parallax
has caused the Debian Bug report #858728,
regarding unblock: parallax/1.0.1-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
858728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858728
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package parallax
The upload fixes a missing depends on openssh-client as reported
in #854722. Since the library does not function without the openssh
installed it would be good to have this fixed for the stable release.
diff -Nru parallax-1.0.1/debian/changelog parallax-1.0.1/debian/changelog
--- parallax-1.0.1/debian/changelog 2016-12-29 15:09:19.000000000 +0100
+++ parallax-1.0.1/debian/changelog 2017-03-25 11:09:15.000000000 +0100
@@ -1,3 +1,9 @@
+parallax (1.0.1-3) unstable; urgency=medium
+
+ * Add openssh-client depends (Closes: #854722)
+
+ -- Valentin Vidic <valentin.vi...@carnet.hr> Sat, 25 Mar 2017 11:09:15 +0100
+
parallax (1.0.1-2) unstable; urgency=low
* Move internal scripts to /usr/lib/parallax
diff -Nru parallax-1.0.1/debian/control parallax-1.0.1/debian/control
--- parallax-1.0.1/debian/control 2016-12-29 15:09:19.000000000 +0100
+++ parallax-1.0.1/debian/control 2017-03-25 11:06:16.000000000 +0100
@@ -11,7 +11,7 @@
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 @@
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 -Nru parallax-1.0.1/debian/tests/control
parallax-1.0.1/debian/tests/control
--- parallax-1.0.1/debian/tests/control 2016-12-29 15:09:19.000000000 +0100
+++ parallax-1.0.1/debian/tests/control 2017-03-25 11:06:36.000000000 +0100
@@ -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
unblock parallax/1.0.1-3
-- System Information:
Debian Release: 9.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Unblocked parallax.
--- End Message ---