diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 00:27:09 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 00:27:09 +0100 |
commit | 84f000268db92a3070b223c956f07dac729c4703 (patch) | |
tree | dafd55a78d6f97c7b7638646ba128f5e29928c1b | |
parent | a1fa7baf4cdc6b0a29ba2d04e89691e6f1f02b72 (diff) | |
download | libayatana-indicator-84f000268db92a3070b223c956f07dac729c4703.tar.gz libayatana-indicator-84f000268db92a3070b223c956f07dac729c4703.tar.bz2 libayatana-indicator-84f000268db92a3070b223c956f07dac729c4703.zip |
* debian/control:
* Changing the version number of libindcate to 2 to match
the .so numbering.
* Creating packages for libindicate-gtk
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 27 |
2 files changed, 32 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index c05a0c0..a33afbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -indicator-applet (0.2.0~bzr309-0ubuntu4~ppa1) UNRELEASED; urgency=low +indicator-applet (0.2.0~bzr309-0ubuntu4~ppa2) UNRELEASED; urgency=low * Merging in upstream code to split out libindicate-gtk + * debian/control: + * Changing the version number of libindcate to 2 to match + the .so numbering. + * Creating packages for libindicate-gtk - -- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 00:22:33 +0100 + -- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 00:26:22 +0100 indicator-applet (0.2.0~bzr309-0ubuntu3) karmic; urgency=low diff --git a/debian/control b/debian/control index 47b903a..f755f70 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Description: GNOME panel indicator applet Currently this includes support for messaging applications in the indicator-messages package. -Package: libindicate1 +Package: libindicate2 Section: libs Conflicts: libindicate Replaces: libindicate @@ -48,6 +48,31 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libindicate1 (= ${binary:Version}), + libdbus-glib-1-dev (>= 0.76) +Description: GNOME panel indicator applet - shared library + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + This package contains files that are needed to build applications. + +Package: libindicate-gtk0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: GNOME panel indicator applet - shared library + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + This package contains shared libraries to be used by applications. + +Package: libindicate-gtk-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicate-gtk (= ${binary:Version}), + libindicate-dev, libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0) Description: GNOME panel indicator applet - shared library |