summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control189
1 files changed, 189 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..afc981d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,189 @@
+Source: gammu
+Priority: optional
+Maintainer: Michal Čihař <nijel@debian.org>
+Build-Depends: debhelper (>= 9),
+ dpkg-dev (>= 1.16.1~),
+ dh-systemd (>= 1.5),
+ cmake,
+ bash-completion,
+ doxygen,
+ python-sphinx (>= 1.3),
+ python-breathe (>= 4.1.0),
+ pkg-config,
+ default-libmysqlclient-dev,
+ libpq-dev,
+ unixodbc-dev,
+ libcurl4-gnutls-dev,
+ libusb-1.0-0-dev [linux-any],
+ libdbd-sqlite3,
+ sqlite3,
+ libdbi-dev,
+ libbluetooth-dev [linux-any],
+ libgudev-1.0-dev [linux-any],
+ libglib2.0-dev
+Standards-Version: 3.9.8
+Section: comm
+X-Python-Version: >= 2.5
+Homepage: http://www.gammu.org
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gammu.git
+Vcs-Git: git://anonscm.debian.org/collab-maint/gammu.git
+
+Package: gammu
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: whiptail | dialog, libgammu-i18n (>= ${source:Version})
+Suggests: wammu, gammu-doc (>= ${source:Version})
+Description: mobile phone management utility
+ Gammu is command line utility and library to work with mobile phones
+ from many vendors. Support for different models differs, but basic
+ functions should work with majority of them. Program can work with
+ contacts, messages (SMS, EMS and MMS), calendar, todos, filesystem,
+ integrated radio, camera, etc. It also supports daemon mode to send and
+ receive SMSes.
+ .
+ Currently supported phones include:
+ .
+ * Many Nokia models.
+ * Alcatel BE5 (501/701), BF5 (715), BH4 (535/735).
+ * AT capable phones (Siemens, Nokia, Alcatel, IPAQ).
+ * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
+ * Symbian phones through gnapplet.
+ .
+ This package contains Gammu binary as well as some examples.
+
+Package: gammu-smsd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base (>= 3.0-6)
+Suggests: gammu, gammu-doc (>= ${source:Version})
+Description: SMS message daemon
+ Gammu is command line utility and library to work with mobile phones
+ from many vendors. Support for different models differs, but basic
+ functions should work with majority of them. Program can work with
+ contacts, messages (SMS, EMS and MMS), calendar, todos, filesystem,
+ integrated radio, camera, etc. It also supports daemon mode to send and
+ receive SMSes.
+ .
+ Currently supported phones include:
+ .
+ * Many Nokia models.
+ * Alcatel BE5 (501/701), BF5 (715), BH4 (535/735).
+ * AT capable phones (Siemens, Nokia, Alcatel, IPAQ).
+ * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
+ * Symbian phones through gnapplet.
+ .
+ This package contains Gammu SMS Daemon and tool to inject messages
+ into the queue.
+
+Package: libgammu-dev
+Section: libdevel
+Architecture: any
+Depends: libgammu8 (= ${binary:Version}),
+ libgsmsd8 (= ${binary:Version}),
+ ${misc:Depends}
+Replaces: libgammu1-dev
+Conflicts: libgammu1-dev
+Suggests: pkg-config, gammu-doc (>= ${source:Version})
+Description: mobile phone management library (development files)
+ Gammu is command line utility and library to work with mobile phones
+ from many vendors. Support for different models differs, but basic
+ functions should work with majority of them. Program can work with
+ contacts, messages (SMS, EMS and MMS), calendar, todos, filesystem,
+ integrated radio, camera, etc. It also supports daemon mode to send and
+ receive SMSes.
+ .
+ Currently supported phones include:
+ .
+ * Many Nokia models.
+ * Alcatel BE5 (501/701), BF5 (715), BH4 (535/735).
+ * AT capable phones (Siemens, Nokia, Alcatel, IPAQ).
+ * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
+ * Symbian phones through gnapplet.
+ .
+ This package contains header files needed for compiling programs with
+ Gammu and developer documentation.
+
+Package: libgammu-i18n
+Section: localization
+Architecture: all
+Conflicts: libgammu1, libgammu-common
+Replaces: libgammu1, libgammu-common
+Depends: ${misc:Depends}
+Suggests: libgammu8
+Description: mobile phone management library (i18n files)
+ Gammu is command line utility and library to work with mobile phones
+ from many vendors. Support for different models differs, but basic
+ functions should work with majority of them. Program can work with
+ contacts, messages (SMS, EMS and MMS), calendar, todos, filesystem,
+ integrated radio, camera, etc. It also supports daemon mode to send and
+ receive SMSes.
+ .
+ Currently supported phones include:
+ .
+ * Many Nokia models.
+ * Alcatel BE5 (501/701), BF5 (715), BH4 (535/735).
+ * AT capable phones (Siemens, Nokia, Alcatel, IPAQ).
+ * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
+ * Symbian phones through gnapplet.
+ .
+ This package contains i18n files for Gammu shared library and binary.
+
+Package: libgammu8
+Suggests: gammu
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: libgammu-i18n (>= ${source:Version}), usb-modeswitch
+Description: mobile phone management library
+ Gammu is command line utility and library to work with mobile phones
+ from many vendors. Support for different models differs, but basic
+ functions should work with majority of them. Program can work with
+ contacts, messages (SMS, EMS and MMS), calendar, todos, filesystem,
+ integrated radio, camera, etc. It also supports daemon mode to send and
+ receive SMSes.
+ .
+ Currently supported phones include:
+ .
+ * Many Nokia models.
+ * Alcatel BE5 (501/701), BF5 (715), BH4 (535/735).
+ * AT capable phones (Siemens, Nokia, Alcatel, IPAQ).
+ * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
+ * Symbian phones through gnapplet.
+ .
+ This package contains Gammu shared library.
+
+Package: libgsmsd8
+Suggests: gammu-smsd
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: SMS daemon helper library
+ Gammu is command line utility and library to work with mobile phones
+ from many vendors. Support for different models differs, but basic
+ functions should work with majority of them. Program can work with
+ contacts, messages (SMS, EMS and MMS), calendar, todos, filesystem,
+ integrated radio, camera, etc. It also supports daemon mode to send and
+ receive SMSes.
+ .
+ Currently supported phones include:
+ .
+ * Many Nokia models.
+ * Alcatel BE5 (501/701), BF5 (715), BH4 (535/735).
+ * AT capable phones (Siemens, Nokia, Alcatel, IPAQ).
+ * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
+ * Symbian phones through gnapplet.
+ .
+ This package contains Gammu SMS daemon shared library.
+
+Package: gammu-doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Suggests: python-gammu
+Replaces: python-gammu-doc
+Section: doc
+Description: Gammu Manual
+ This provides gammu module, that can work with any phone Gammu
+ supports - many Nokias, Siemens, Alcatel, ...
+ .
+ This package contains The Gammu Manual, comprehensive documentation covering
+ Gammu command line utilities, Gammu SMS Daemon, Python bindings for Gammu and
+ libGammu library API.