aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control63
1 files changed, 63 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a1ee62e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,63 @@
+Source: ido
+Section: libs
+Priority: optional
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ gnome-common,
+ libxorg-gtest-dev,
+ libxi-dev,
+ libx11-dev,
+ libgtest-dev,
+ libglib2.0-dev (>=2.14.0),
+ libgtk-3-dev (>= 3.8.2-0ubuntu2),
+ gtk-doc-tools,
+ gobject-introspection,
+ libgirepository1.0-dev,
+ valac (>= 0.16)
+Standards-Version: 3.9.3
+Homepage: https://launchpad.net/ido
+# If you aren't a member of ~indicator-applet-developers but need to upload
+# packaging changes, just go ahead. ~indicator-applet-developers will notice
+# and sync up the code again.
+Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/ido/trunk.13.04
+Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/ido/trunk.13.04/files
+
+Package: libido3-0.1-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+Pre-Depends: ${misc:Pre-Depends},
+Multi-Arch: same
+Description: Shared library providing extra gtk menu items for display in
+ system indicators
+ .
+ This package contains shared libraries to be used by GTK+ 3 applications.
+
+Package: libido3-0.1-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ gir1.2-ido3-0.1 (= ${binary:Version}),
+ libido3-0.1-0 (= ${binary:Version}),
+ pkg-config,
+ libglib2.0-dev (>=2.14.0),
+ libgtk-3-dev (>= 3.8.2-0ubuntu2),
+Description: Shared library providing extra gtk menu items for display in
+ system indicators
+ .
+ This package contains files that are needed to build GTK+ 3 applications.
+
+Package: gir1.2-ido3-0.1
+Section: introspection
+Architecture: any
+Depends: ${misc:Depends},
+ libido3-0.1-0 (>= ${binary:Version}),
+ ${gir:Depends}
+Description: Typelib file for libido3-0.1
+ Shared library providing extra gtk menu items for display in system indicators.
+ .
+ This package can be used by other packages using the GIRepository format to
+ generate dynamic bindings for libido3-0.1.