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
|
Source: python-gammu
Maintainer: Michal Čihař <nijel@debian.org>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3),
python3-setuptools,
python-all-dev (>= 2.6.6-3),
python3-all-dev,
debhelper (>= 9),
libgammu-dev (>= 1.37.90),
pkg-config,
libdbd-sqlite3,
dh-python
Standards-Version: 3.9.8
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/python-gammu.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-gammu.git
Homepage: http://wammu.eu/python-gammu/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-gammu
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Python module to communicate with mobile phones (Python 2)
This provides gammu module, that can work with any phone Gammu
supports - many Nokias, Siemens, Alcatel, ...
.
This package installs the library for Python 2.
Package: python3-gammu
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python module to communicate with mobile phones (Python 3)
This provides gammu module, that can work with any phone Gammu
supports - many Nokias, Siemens, Alcatel, ...
.
This package installs the library for Python 3.
|