[Python-modules-commits] [pyvirtualdisplay] 01/02: 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 morph at moszumanska.debian.org
Wed Apr 19 00:19:51 UTC 2017


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

morph pushed a commit to branch master
in repository pyvirtualdisplay.

commit b4e4a7a2da905d3fa9b47bb6a68d2d7e5f5eef87
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Apr 18 20:13:05 2017 -0400

    add xvfb to depends and xserver-xephyr to suggests: one of them has to be available to instantiate the Display() class; Closes: #860501
---
 debian/changelog | 8 ++++++++
 debian/control   | 8 ++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 54298c1..ae17a5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pyvirtualdisplay (0.2.1-2) UNRELEASED; 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 <morph at debian.org>  Tue, 18 Apr 2017 20:11:58 -0400
+
 pyvirtualdisplay (0.2.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 0a5aabe..9b2606e 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,9 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pyvirtualdis
 
 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 @@ Description: python wrapper for Xvfb, Xephyr and Xvnc - Python 2.X
 
 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
  .

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



More information about the Python-modules-commits mailing list