~ampelbein/ubuntu/natty/pyserial/lp-715766

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-01-25 07:59:17 UTC
  • mfrom: (3.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20110125075917-m132a8pxfff5a7sf
Tags: 2.5-1
* New upstream version. Closes: #520618.
* Build a python3-serial package.
* Don't use string exception in miniterm.py. Closes: #585328.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Matthias Klose <doko@debian.org>
5
5
Build-Depends: debhelper (>= 5)
6
 
Build-Depends-Indep: python-dev, python-central
 
6
Build-Depends-Indep: python (>= 2.6.6-2~), python3 (>= 3.1.2-10~)
7
7
XS-Python-Version: all
8
 
Standards-Version: 3.8.0
 
8
Standards-Version: 3.9.1
9
9
 
10
10
Package: python-serial
11
11
Architecture: all
12
 
Depends: ${python:Depends}
 
12
Depends: ${python:Depends}, ${misc:Depends}
13
13
Suggests: python-wxgtk2.8 | python-wxgtk2.6 | python-wxgtk
14
14
XB-Python-Version: ${python:Versions}
15
15
Description: pyserial - module encapsulating access for the serial port
16
16
 This module capsulates the access for the serial port. It provides
17
17
 backends for standard Python running on Windows, Linux, BSD (possibly
18
 
 any POSIX compilant system). The module named "serial" automaticaly
 
18
 any POSIX compilant system). The module named "serial" automatically
 
19
 selects the appropriate backend.
 
20
 
 
21
Package: python3-serial
 
22
Architecture: all
 
23
Depends: ${python3:Depends}, ${misc:Depends}
 
24
Suggests: python3-wxgtk2.8 | python3-wxgtk
 
25
XB-Python-Version: ${python3:Versions}
 
26
Description: pyserial - module encapsulating access for the serial port
 
27
 This module capsulates the access for the serial port. It provides
 
28
 backends for standard Python running on Windows, Linux, BSD (possibly
 
29
 any POSIX compilant system). The module named "serial" automatically
19
30
 selects the appropriate backend.