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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: python-gammu
Section: python
Priority: optional
Maintainer: Michal Čihař <nijel@debian.org>
Build-Depends: debhelper (>= 5.0.37.2),
python-all-dev (>= 2.3.5-11),
python-all-dbg,
libgammu-dev (>= 1.18.91),
python-epydoc,
pkg-config,
python-central (>= 0.5.6)
Standards-Version: 3.7.3
XS-Python-Version: all
Vcs-Svn: svn://svn.cihar.com/debian-python-gammu/trunk
Vcs-Browser: http://viewsvn.cihar.com/debian-python-gammu/trunk
Homepage: http://cihar.com/gammu/python
Package: python-gammu
Architecture: any
Replaces: python2.4-gammu (<< 0.14-1), python2.3-gammu (<< 0.14-1)
Conflicts: python2.4-gammu (<< 0.14-1), python2.3-gammu (<< 0.14-1)
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Suggests: python-gammu-doc (>= ${source:Version})
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Description: Python module to communicate with mobile phones
This provides gammu module, that can work with any phone Gammu
supports - many Nokias, Siemens, Alcatel, ...
.
This package contains modules for all Python versions supported in Debian.
Package: python-gammu-dbg
Architecture: any
Priority: extra
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Suggests: python-gammu-doc (>= ${source:Version})
Depends: python-gammu (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Description: Python module to communicate with mobile phones
This provides gammu module, that can work with any phone Gammu
supports - many Nokias, Siemens, Alcatel, ...
.
This package contains modules for all Python versions supported in
Debian built for Python debug interpreter.
Package: python-gammu-doc
Architecture: all
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-gammu (>= ${source:Version})
Section: doc
Description: Documentation for Python module to communicate with mobile phones
This provides gammu module, that can work with any phone Gammu
supports - many Nokias, Siemens, Alcatel, ...
.
This package contains documentation and examples.
|