File: control

package info (click to toggle)
python-xvfbwrapper 0.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 100 kB
  • ctags: 43
  • sloc: python: 210; makefile: 25
file content (47 lines) | stat: -rw-r--r-- 2,007 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: python-xvfbwrapper
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Mehdi Abaakouk <sileht@sileht.net>,
           Gonéri Le Bouder <goneri@debian.org>
Build-Depends: debhelper (>= 10),
               python-all (>= 2.6.6-3~),
               python-nose,
               python-setuptools,
               python3-all,
               python3-nose,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-xvfbwrapper?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-xvfbwrapper -b debian/newton
Homepage: https://github.com/cgoldberg/xvfbwrapper

Package: python-xvfbwrapper
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: xvfb, ${misc:Depends}, ${python:Depends}
Description: headless display inside Xvfb - Python 2.x
 Python wrapper for running a display inside X virtual framebuffer (Xvfb).
 .
 In the X Window System, Xvfb or X Virtual FrameBuffer is an X11 server that
 performs all graphical operations in memory, not showing any screen output.
 This virtual server does not require the computer to run or to even have a
 screen or an input device. Only a network layer is necessary.
 .
 This package contains the Python 2.x module.

Package: python3-xvfbwrapper
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: xvfb, ${misc:Depends}, ${python3:Depends}
Description: headless display inside Xvfb - Python 3.x
 Python wrapper for running a display inside X virtual framebuffer (Xvfb).
 .
 In the X Window System, Xvfb or X Virtual FrameBuffer is an X11 server that
 performs all graphical operations in memory, not showing any screen output.
 This virtual server does not require the computer to run or to even have a
 screen or an input device. Only a network layer is necessary.
 .
 This package contains the Python 3.x module.