diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-14 16:34:25 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-14 16:34:25 +0200 |
commit | 73b749141c0c715d316d866298e6ef54be1ef57d (patch) | |
tree | 1db25db44a561da343e0c6eed8e31623370b4ceb /debian/control | |
parent | 40b74a14850bacbef753ed1e697de51f68a7ee62 (diff) | |
parent | d38c39a4e8bb745061507616cea3f83da5ed1e04 (diff) | |
download | libayatana-appindicator-73b749141c0c715d316d866298e6ef54be1ef57d.tar.gz libayatana-appindicator-73b749141c0c715d316d866298e6ef54be1ef57d.tar.bz2 libayatana-appindicator-73b749141c0c715d316d866298e6ef54be1ef57d.zip |
releasing version 0.0.19-0ubuntu20.0.19-0ubuntu2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 8b1e17f..e64f6ad 100644 --- a/debian/control +++ b/debian/control @@ -89,12 +89,11 @@ Description: Application Indicators Package: libappindicator0-cil Section: cli-mono -Architecture: any +Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, - libappindicator0 (= ${binary:Version}) -Provides: ${cli:Provides} + libappindicator0 (>= ${source:Version}) Description: CLI bindings for libappindicator This package provides the appindicator-sharp assembly that allows CLI (.NET) programs to take menus from applications and place them in the panel. @@ -103,7 +102,7 @@ Description: CLI bindings for libappindicator Package: libappindicator-cil-dev Section: libdevel -Architecture: any +Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, |