diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-10 10:08:08 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-10 10:08:08 -0500 |
commit | 2227fe0427f22c10ba8bda49827cf242aa8d86c6 (patch) | |
tree | 3198bc0371388eaeb4256dc6a0f007b2e8ad673c /debian/control | |
parent | f87a07430d08c0f0e17e276f2ded3b7a03105e33 (diff) | |
parent | 9e7a9fb39945611092f7f35d20cd2da8e762870b (diff) | |
download | libayatana-appindicator-2227fe0427f22c10ba8bda49827cf242aa8d86c6.tar.gz libayatana-appindicator-2227fe0427f22c10ba8bda49827cf242aa8d86c6.tar.bz2 libayatana-appindicator-2227fe0427f22c10ba8bda49827cf242aa8d86c6.zip |
* debian/control
- Updated Vcs-Bzr, project urls and description
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/debian/control b/debian/control index 49b4a1c..11b02d9 100644 --- a/debian/control +++ b/debian/control @@ -12,28 +12,30 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.2.0~bzr301), + libindicator-dev (>= 0.3.0), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 -Homepage: https://launchpad.net/cape-girardeau -Vcs-Bzr: http://bazaar.launchpa.net/~canonical-dx-team/cape-girardeau/karmic +Homepage: https://launchpad.net/indicator-application +Vcs-Bzr: http://bazaar.launchpa.net/~indicator-applet-developers/indicator-application/karmic Package: indicator-application Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: cape-girardeau project - . - This package is the cape-girardeau project +Description: Application Indicators + A library and indicator to take menus from applications and place them in + the panel. Package: libappindicator0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: cape-girardeau project +Description: Application Indicators + A library and indicator to take menus from applications and place them in + the panel. . - This package is the cape-girardeau project + This package contains shared libraries to be used by applications. Package: libappindicator-dev Section: libdevel @@ -41,7 +43,20 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libdbus-glib-1-dev (>= 0.76) -Description: cape-girardeau project +Description: Application Indicators + A library and indicator to take menus from applications and place them in + the panel. . - This package is the cape-girardeau project + This package contains files that are needed to build applications. +Package: libappindicator-doc +Section: doc +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libappindicator0 (= ${binary:Version}) +Description: Application Indicators + A library and indicator to take menus from applications and place them in + the panel. + . + This package contains development documentation. |