aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2009-12-16 16:56:19 -0500
committerKen VanDine <ken.vandine@canonical.com>2009-12-16 16:56:19 -0500
commit2ba572c4055412bbe6072a8e09bbc94580d50c94 (patch)
treef374e945996962bf1f8592fcd771de447857105d /debian/control
parent23b19e990aca3bfe31f01bb960f4cfd390d6e294 (diff)
downloadayatana-indicator-application-2ba572c4055412bbe6072a8e09bbc94580d50c94.tar.gz
ayatana-indicator-application-2ba572c4055412bbe6072a8e09bbc94580d50c94.tar.bz2
ayatana-indicator-application-2ba572c4055412bbe6072a8e09bbc94580d50c94.zip
Added mono bindings
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 03f2e49..a7853bd 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,11 @@ Build-Depends: debhelper (>= 5.0),
libindicator-dev (>= 0.3.0),
libdbusmenu-gtk-dev (>= 0.1.8),
libdbusmenu-glib-dev (>= 0.1.8)
+Build-Depends-Indep: cli-common-dev (>= 0.5.7),
+ mono-devel (>= 2.0.1),
+ gtk-sharp2-gapi,
+ libmono-dev,
+ libgtk2.0-cil
Standards-Version: 3.8.3
Homepage: https://launchpad.net/indicator-application
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu
@@ -78,4 +83,32 @@ Description: Application Indicators
A library and indicator to take menus from applications and place them in
the panel.
.
+ This package contains developer documentation.
+
+Package: libappindicator0-cil
+Section: cli-mono
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${cli:Depends},
+ libappindicator0 (= ${binary:Version})
+Provides: ${cli:Provides}
+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.
+ .
+ This package contains assemblies to be used by applications.
+
+Package: libappindicator-cil-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${cli:Depends},
+ libappindicator0-cil (= ${binary:Version})
+Description: Application Indicators
+ A library and indicator to take menus from applications and place them in
+ the panel.
+ .
+ This package contains files that are needed to build applications.