diff options
author | Ted Gould <ted@canonical.com> | 2009-01-16 13:04:41 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-16 13:04:41 -0600 |
commit | 0eb58996c1129d57347361833e021e5a5111cd03 (patch) | |
tree | dd0c5de4e334585db05167368314fbecf71a6626 /debian/control | |
parent | 2b6ce30681688304f321b1717cac0891882e773e (diff) | |
parent | 872812ad907aa58e02204885b12c533c2c1bec58 (diff) | |
download | libayatana-indicator-0eb58996c1129d57347361833e021e5a5111cd03.tar.gz libayatana-indicator-0eb58996c1129d57347361833e021e5a5111cd03.tar.bz2 libayatana-indicator-0eb58996c1129d57347361833e021e5a5111cd03.zip |
Getting the debian package built up so that it can have a seperate library binary package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 946cce9..e5d5cc3 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,25 @@ Standards-Version: 3.8.0 Package: indicator-applet Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-panel +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gnome-panel Description: Applet for the GNOME panel providing various indicators for display to users. + +Package: libindicate +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: A library used to indicate. + +Package: libindicate-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicate (= ${binary:Version}), + libdbus-glib-1-dev (>= 0.76), + libgtk2.0-dev (>= 2.12.0) +Description: Development files. |