From 8830da32b2aa53a7b6260091932eb5c1544932f3 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Sat, 15 Dec 2012 11:13:12 +1300 Subject: Add introspection dependencies --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d2d85ed..1f0245c 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,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 -- cgit v1.2.3 From bdb90268942fca5a75bb587fc9176a052776259f Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Sat, 15 Dec 2012 20:39:02 +1300 Subject: Update packing for introspection/vapi --- debian/control | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 1f0245c..caa1a22 100644 --- a/debian/control +++ b/debian/control @@ -49,3 +49,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. -- cgit v1.2.3