~dobey/pyrtlsdr/packaging-dailies

« back to all changes in this revision

Viewing changes to control

  • Committer: Rodney Dawes
  • Date: 2013-05-05 19:47:56 UTC
  • Revision ID: dobey@wayofthemonkey.com-20130505194756-jp75crdzaq2lrf8d
Initial packaging for pyrtlsdr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: pyrtlsdr
 
2
Section: python
 
3
Priority: extra
 
4
Build-Depends: 
 
5
 debhelper (>= 7.0.50),
 
6
 python-all (>= 2.6.6-3),
 
7
 python-setuptools,
 
8
 python3-all,
 
9
 python3-setuptools
 
10
Maintainer: Rodney Dawes <dobey.pwns@gmail.com>
 
11
Standards-Version: 3.9.4
 
12
X-Python-Version: >= 2.6
 
13
X-Python3-Version: >= 3.1
 
14
 
 
15
Package: python-rtlsdr
 
16
Architecture: all
 
17
Depends:
 
18
 ${misc:Depends},
 
19
 ${python:Depends},
 
20
 librtlsdr0
 
21
Description: Python RTL SDR bindings
 
22
 Python bindings for the rtlsdr library.
 
23
 .
 
24
 This package contains the Python 2.x version of the bindings.
 
25
 
 
26
Package: python3-rtlsdr
 
27
Architecture: all
 
28
Depends:
 
29
 ${misc:Depends},
 
30
 ${python3:Depends},
 
31
 librtlsdr0
 
32
Description: Python RTL SDR bindings
 
33
 Python bindings for the rtlsdr library.
 
34
 .
 
35
 This package contains the Python 3.x version of the bindings.
 
36