aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJonathan Riddell <jriddell@canonical.com>2009-08-05 00:19:38 +0100
committerJonathan Riddell <jriddell@canonical.com>2009-08-05 00:19:38 +0100
commitcb9d427cb789f34348e9697459c3c41b0e7046f3 (patch)
tree2d5388d2653052bbf9aef4e41e82711eb39cdcd4 /debian/control
parentd10264bc6f04f75ec0c48643c68d0179cd3ffc70 (diff)
parent42ba02f7916c1f77f7fb33c4c8cd7c64729312e5 (diff)
downloadlibayatana-indicator-cb9d427cb789f34348e9697459c3c41b0e7046f3.tar.gz
libayatana-indicator-cb9d427cb789f34348e9697459c3c41b0e7046f3.tar.bz2
libayatana-indicator-cb9d427cb789f34348e9697459c3c41b0e7046f3.zip
merge current package for upload, https://code.edge.launchpad.net/~indicator-applet-developers/indicator-applet/applet-packaging/+merge/9671
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control60
1 files changed, 57 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index d269a2d..23e0158 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 5.0),
gnome-doc-utils,
libgnomeui-dev,
libtool,
- intltool
+ intltool,
+ libxml2-dev
Standards-Version: 3.8.0
Homepage: https://launchpad.net/indicator-applet
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/ubuntu
@@ -28,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
@@ -46,7 +47,32 @@ Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libindicate1 (= ${binary:Version}),
+ libindicate2 (= ${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-gtk0 (= ${binary:Version}),
+ libindicate-dev (= ${binary:Version}),
libdbus-glib-1-dev (>= 0.76),
libgtk2.0-dev (>= 2.12.0)
Description: GNOME panel indicator applet - shared library
@@ -54,3 +80,31 @@ Description: GNOME panel indicator applet - shared library
various applications consistently in the GNOME panel.
.
This package contains files that are needed to build applications.
+
+Package: libindicator-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libgtk2.0-dev (>= 2.12.0)
+Description: GNOME panel indicator applet - shared library
+ This library contains information to build indicators to go into
+ the indicator applet.
+ .
+ This package contains files that are needed to build applications.
+
+Package: libindicate-doc
+Section: doc
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libindicate2 (= ${binary:Version}),
+ libindicate-gtk0 (= ${binary:Version}),
+ libdbus-glib-1-dev (>= 0.76),
+ libgtk2.0-dev (>= 2.12.0)
+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.
+