~ubuntu-branches/ubuntu/vivid/debtags/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Enrico Zini, Michael Vogt, Enrico Zini
  • Date: 2013-10-25 12:41:25 UTC
  • Revision ID: package-import@ubuntu.com-20131025124125-ytl4xarlmdyiuzjb
Tags: 1.12
[ Michael Vogt ]
* Install files in python3-debtagshw

[ Enrico Zini ]
* Build with new wibble

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Uploaders: Enrico Rossi <e.rossi@tecnobrain.com>
6
6
Build-Depends:
7
7
  debhelper (>= 7.0.50~), dh-buildinfo, dh-autoreconf, pkg-config, apt,
8
 
  libwibble-dev (>= 0.1.15), libwibble-dev (<< 0.2),
 
8
  libwibble-dev (>= 1.1), libwibble-dev (<< 2.0),
9
9
  libtagcoll2-dev (>= 2.0.4), libtagcoll2-dev (<<2.1),
10
10
  libept-dev (>= 1.0), libept-dev (<< 2),
11
 
  zlib1g-dev, python, python-docutils, help2man, 
12
 
  python-setuptools
13
 
Standards-Version: 3.9.2.0
 
11
  zlib1g-dev, python-all, python3-all, python-docutils, help2man,
 
12
  python-setuptools, python3-setuptools
 
13
Standards-Version: 3.9.4.0
 
14
X-Python-Version: >= 2.6
 
15
X-Python3-Version: >= 3.2
 
16
XS-Testsuite: autopkgtest
14
17
Vcs-Git: git://git.debian.org/debtags/debtags.git
15
18
Vcs-Browser: http://git.debian.org/?p=debtags/debtags.git;a=summary
16
19
Homepage: http://wiki.debian.org/Debtags
41
44
 debtagshw provides a python library to match a given hardware:: debtag
42
45
 against the current system in order to verify that the system supports
43
46
 the hardware.
 
47
 
 
48
Package: python3-debtagshw
 
49
Section: python
 
50
Architecture: all
 
51
Depends: ${python3:Depends}, ${misc:Depends}
 
52
Recommends: gir1.2-gudev-1.0, laptop-detect, sane-utils, python-cups
 
53
Description: Match debtags hardware:: tags against the actual hardware (Python 3)
 
54
 debtagshw provides a python library to match a given hardware:: debtag
 
55
 against the current system in order to verify that the system supports
 
56
 the hardware.
 
57
 This package is for Python 3.