diff options
author | Ted Gould <ted@canonical.com> | 2009-01-16 16:21:09 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-16 16:21:09 -0600 |
commit | ac140d5000a6f6698f5b7d690ba48c877472c054 (patch) | |
tree | 464ee8f3babdc7793e4e4f3339d677165b8e5f84 /debian | |
parent | e83283e29941c9f6e4a0b20cc179c846edf7dc47 (diff) | |
download | libayatana-indicator-ac140d5000a6f6698f5b7d690ba48c877472c054.tar.gz libayatana-indicator-ac140d5000a6f6698f5b7d690ba48c877472c054.tar.bz2 libayatana-indicator-ac140d5000a6f6698f5b7d690ba48c877472c054.zip |
Bringing GObject Introspection into the build and making it so that
it gets installed with the library.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/libindicate.install | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c7a7645..bdc2172 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,11 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, libtool, - intltool + intltool, + gobject-introspection (>= 0.6), + gobject-introspection-glib-2.0 (>= 0.6), + gobject-introspection-repository (>= 0.6), + libgirepository-dev (>= 0.6) Standards-Version: 3.8.0 Package: indicator-applet diff --git a/debian/libindicate.install b/debian/libindicate.install index c31fb18..a83aa8a 100644 --- a/debian/libindicate.install +++ b/debian/libindicate.install @@ -1 +1,3 @@ -debian/tmp/usr/lib/libindicate.so.* usr/lib +debian/tmp/usr/lib/libindicate.so.* +debian/tmp/usr/share/gir/ +debian/tmp/usr/lib/girepository/ |