diff options
author | Ted Gould <ted@canonical.com> | 2009-01-16 16:34:04 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-16 16:34:04 -0600 |
commit | ba631e9419ab5ca3fe2971d50804649e4b23c3d5 (patch) | |
tree | 4384843fdc9b0a06687b26144c82cfd6632d79ae /debian | |
parent | 09d01e604a2ab80a9a9c5d59a30021993adbf93b (diff) | |
parent | e3f1f4e35e606e7bcb01da73bfdf70720b9739f3 (diff) | |
download | libayatana-indicator-ba631e9419ab5ca3fe2971d50804649e4b23c3d5.tar.gz libayatana-indicator-ba631e9419ab5ca3fe2971d50804649e4b23c3d5.tar.bz2 libayatana-indicator-ba631e9419ab5ca3fe2971d50804649e4b23c3d5.zip |
Adding the GObject Introspection files into the build and the
packaging.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/libindicate.install | 4 |
3 files changed, 15 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 60f51f1..08307c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-applet (0.1~ppa11) intrepid; urgency=low + + * Adding the GObject Introspection files into the build and the + packaging. + + -- Ted Gould <ted@ubuntu.com> Fri, 16 Jan 2009 16:23:14 -0600 + indicator-applet (0.1~ppa10) intrepid; urgency=low * Adding in libtool to build deps 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/ |