diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2013-01-04 11:18:51 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-01-04 11:18:51 +0000 |
commit | 2db941fba78c2a0b183dcdda671110ba008a3b0a (patch) | |
tree | 3eb068921865c06e4235c23d2e163aef8e1e89ad /debian/control | |
parent | b7c4bed23b243c047559bbd572dd1be0daa5c060 (diff) | |
parent | bdb90268942fca5a75bb587fc9176a052776259f (diff) | |
download | ayatana-ido-2db941fba78c2a0b183dcdda671110ba008a3b0a.tar.gz ayatana-ido-2db941fba78c2a0b183dcdda671110ba008a3b0a.tar.bz2 ayatana-ido-2db941fba78c2a0b183dcdda671110ba008a3b0a.zip |
Add introspection and vala support. Fixes: https://bugs.launchpad.net/bugs/582985.
Approved by Mathieu Trudel-Lapierre.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e1689d5..7c9d627 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,11 @@ Build-Depends: debhelper (>= 9), libglib2.0-dev (>=2.14.0), libgtk-3-dev (>= 3.0), gtk-doc-tools, + gobject-introspection, + libgirepository1.0-dev, + gir1.2-glib-2.0, + gir1.2-gtk-2.0, + 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 @@ -43,3 +48,15 @@ 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: libs +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. |