diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 11:28:49 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 11:28:49 -0500 |
commit | 58a2f61d69ee92d2b5ad9fc5628bdc2ae55eaa7c (patch) | |
tree | 42773bdbf9784ca62ad22103a7224f96a9abd755 /debian/control | |
parent | fe48eac5838c85e434fb0ec8e798b4a5b5a69802 (diff) | |
parent | aceae7afec11e85362d0a0698d6bdbfe01f7d8f8 (diff) | |
download | ayatana-indicator-printers-58a2f61d69ee92d2b5ad9fc5628bdc2ae55eaa7c.tar.gz ayatana-indicator-printers-58a2f61d69ee92d2b5ad9fc5628bdc2ae55eaa7c.tar.bz2 ayatana-indicator-printers-58a2f61d69ee92d2b5ad9fc5628bdc2ae55eaa7c.zip |
Import debian/ from lp:~ubuntu-desktop/indicator-printers/ubuntu.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..dacc89f --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: indicator-printers +Section: gnome +Priority: extra +Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> +XSBC-Original-Maintainer: Lars Uebernickel <lars.uebernickel@canonical.com> +Build-Depends: debhelper (>= 8), + cdbs (>= 0.4.41), + autotools-dev, + dh-autoreconf, + libglib2.0-dev (>= 2.22.3), + libgtk-3-dev, + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), + libindicator3-dev (>= 0.3.91), + libcups2-dev +Standards-Version: 3.9.2 +Homepage: https://launchpad.net/indicator-printers +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/indicator-printers/ubuntu + +Package: indicator-printers +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + cups (>= 1.5) +Recommends: indicator-applet (>= 0.2) | indicator-renderer, + system-config-printer-gnome +Description: indicator showing active print jobs + This indicator is designed to let you view and control active print jobs. + . + It requires some way to be hosted into a panel. Either Unity or an indicator + plugin for your desktop environment. |