File: control

package info (click to toggle)
python-pyxenstore 0.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 76 kB
  • ctags: 44
  • sloc: ansic: 575; python: 15; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 917 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
Source: python-pyxenstore
Section: python
Priority: optional
Maintainer: PKG Xen Devel <pkg-xen-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
               libxen-dev,
               python-all (>= 2.6.6-3~),
               python-dev,
               python-setuptools
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-xen/python-pyxenstore.git
Vcs-Git: git://anonscm.debian.org/pkg-xen/python-pyxenstore.git
Homepage: http://www.launchpad.net/pyxenstore/

Package: python-pyxenstore
Architecture: any
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Access XenStore from Python
 This package contains the Python bindings to access the XenStore filesystem.
 It may be useful from the dom0 and/or from the domU, to get / set information
 about runing virtual machines.