diff options
author | Ted Gould <ted@canonical.com> | 2008-11-18 14:10:30 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-11-18 14:10:30 -0600 |
commit | 9073e40f1c0f2d95a8fd01d3f92c72bd691804bc (patch) | |
tree | ccc413dd9969eca700eda1a06220816df38fbb4e /debian/control | |
parent | 947bc3f33cfd514f9d517578f0aab6bec05cc191 (diff) | |
download | libayatana-indicator-9073e40f1c0f2d95a8fd01d3f92c72bd691804bc.tar.gz libayatana-indicator-9073e40f1c0f2d95a8fd01d3f92c72bd691804bc.tar.bz2 libayatana-indicator-9073e40f1c0f2d95a8fd01d3f92c72bd691804bc.zip |
Version one of debian packaging.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7c0e76b --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: indicator-applet +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> +Build-Depends: debhelper (>= 5.0), + cdbs (>= 0.4.41), + libgtk2.0-dev (>= 2.12.0), + libpanel-applet2-dev (>= 2.0.0), + gnome-doc-utils, + scrollkeeper, + intltool +Standards-Version: 3.8.0 + +Package: indicator-applet +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-panel +Description: Applet for the GNOME panel providing various indicators for + display to users. |