aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index f79874c..868d901 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 9),
intltool,
gtk-doc-tools,
gnome-common,
+ gobject-introspection,
+ libgirepository1.0-dev,
libglib2.0-dev (>= 2.30.2),
libgudev-1.0-dev (>= 147),
libqmi-glib-dev (>= 1.8),
@@ -108,6 +110,7 @@ Architecture: any
Section: libdevel
Depends: libmm-glib0 (= ${binary:Version}),
modemmanager-dev,
+ gir1.2-modemmanager-0.1,
${shlibs:Depends},
${misc:Depends},
Suggests: libmm-glib-doc
@@ -137,3 +140,19 @@ Description: D-Bus service for managing modems - library documentation
.
This package contains documentation of libmm-glib to use when writing
applications that interface with ModemManager.
+
+Package: gir1.2-modemmanager-0.1
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: D-Bus service for managing modems - library documentation
+ Provides a D-Bus interface to communicate with mobile broadband (GSM, CDMA,
+ UMTS, ...) cards. Implements a loadable plugin interface to add work-arounds
+ for non standard devices. Also provides patches to use networkmanager (and
+ the applet) with modem manager.
+ .
+ Git Repository: http://cgit.freedesktop.org/ModemManager/ModemManager/
+ .
+ This package contains introspection data for the libmm-glib library.