Your message dated Wed, 19 Apr 2017 13:39:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#860589: unblock: pyvirtualdisplay/0.2.1-2
has caused the Debian Bug report #860589,
regarding unblock: pyvirtualdisplay/0.2.1-2
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 [email protected]
immediately.)
--
860589: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860589
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package pyvirtualdisplay
The last upload add 2 dependencies, needed to be able to use pyvirtualdisplay
(without any of them, arguably xvfb the most important, so in depends, you cant
instantiate the main class Display())
source debdiff attached
unblock pyvirtualdisplay/0.2.1-2
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru pyvirtualdisplay-0.2.1/debian/changelog
pyvirtualdisplay-0.2.1/debian/changelog
--- pyvirtualdisplay-0.2.1/debian/changelog 2016-12-13 19:16:11.000000000
-0500
+++ pyvirtualdisplay-0.2.1/debian/changelog 2017-04-18 20:13:15.000000000
-0400
@@ -1,3 +1,11 @@
+pyvirtualdisplay (0.2.1-2) unstable; urgency=medium
+
+ * debian/control
+ - add xvfb to depends and xserver-xephyr to suggests: one of them has to be
+ available to instantiate the Display() class; Closes: #860501
+
+ -- Sandro Tosi <[email protected]> Tue, 18 Apr 2017 20:13:15 -0400
+
pyvirtualdisplay (0.2.1-1) unstable; urgency=medium
* New upstream release
diff -Nru pyvirtualdisplay-0.2.1/debian/control
pyvirtualdisplay-0.2.1/debian/control
--- pyvirtualdisplay-0.2.1/debian/control 2016-12-13 19:16:11.000000000
-0500
+++ pyvirtualdisplay-0.2.1/debian/control 2017-04-18 20:13:15.000000000
-0400
@@ -17,9 +17,9 @@
Package: python-pyvirtualdisplay
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends}, xvfb
Recommends: ${python:Recommends}
-Suggests: ${python:Suggests}
+Suggests: ${python:Suggests}, xserver-xephyr
Description: python wrapper for Xvfb, Xephyr and Xvnc - Python 2.X
pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc
.
@@ -27,9 +27,9 @@
Package: python3-pyvirtualdisplay
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
+Depends: ${misc:Depends}, ${python3:Depends}, xvfb
Recommends: ${python3:Recommends}
-Suggests: ${python3:Suggests}
+Suggests: ${python3:Suggests}, xserver-xephyr
Description: python wrapper for Xvfb, Xephyr and Xvnc
pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc
.
--- End Message ---
--- Begin Message ---
Sandro Tosi:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package pyvirtualdisplay
>
> The last upload add 2 dependencies, needed to be able to use pyvirtualdisplay
> (without any of them, arguably xvfb the most important, so in depends, you
> cant
> instantiate the main class Display())
>
> source debdiff attached
>
> unblock pyvirtualdisplay/0.2.1-2
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---