diff options
author | Ted Gould <ted@canonical.com> | 2009-02-03 11:53:19 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-03 11:53:19 +0100 |
commit | 3c879bc2428ec4d9db9e8031ced6b931bed2b210 (patch) | |
tree | 51b471186b1c882e42476579ffb4d05f18d5a700 /debian/control | |
parent | 67d296734248fdb9a2c322e726ff7652bdbf6095 (diff) | |
download | libayatana-indicator-3c879bc2428ec4d9db9e8031ced6b931bed2b210.tar.gz libayatana-indicator-3c879bc2428ec4d9db9e8031ced6b931bed2b210.tar.bz2 libayatana-indicator-3c879bc2428ec4d9db9e8031ced6b931bed2b210.zip |
* Adding in package fixes from seb128
* Removing scrollkeeper
* Changing libindicate to libindicate0
* Removing .la file
* Removing targets for files in libindcate-dev.install
* Removing pkg-create-dbgsym
* Adding a build depend on pkg-create-dbgsym
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 2b47abf..9d04325 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 5.0), libpanel-applet2-dev (>= 2.0.0), libdbus-glib-1-dev, gnome-doc-utils, - scrollkeeper, libtool, intltool, gobject-introspection (>= 0.6), @@ -24,7 +23,7 @@ Depends: ${shlibs:Depends}, Description: Applet for the GNOME panel providing various indicators for display to users. -Package: libindicate +Package: libindicate0 Section: libs Architecture: any Depends: ${shlibs:Depends}, @@ -36,7 +35,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicate (= ${binary:Version}), + libindicate0 (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0) Description: Development files. |