File: control

package info (click to toggle)
python-gudev 147.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 116 kB
  • ctags: 6
  • sloc: sh: 137; makefile: 73; python: 32; ansic: 18
file content (29 lines) | stat: -rw-r--r-- 849 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
Source: python-gudev
Section: python
Priority: optional
Maintainer: Alessio Treglia <alessio@debian.org>
Uploaders: Martin Pitt <mpitt@debian.org>
Build-Depends: automake,
 debhelper (>= 7.0.50~),
 dh-autoreconf,
 libgudev-1.0-dev (>= 147),
 libtool,
 python-all-dev (>= 2.6.6-3~),
 python-gobject-dev (>= 2.18.0)
Standards-Version: 3.9.2
X-Python-Version: >= 2.5
Vcs-Git: git://git.debian.org/collab-maint/python-gudev.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-gudev.git
Homepage: http://github.com/nzjrs/python-gudev/

Package: python-gudev
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 python-gobject,
 ${python:Depends}
Description: Python bindings for gudev
 The gudev library makes it much simpler to use libudev from programs already
 using GObject.
 .
 This package provides a Python binding to gudev.