diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-24 19:41:24 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-24 19:41:24 +0200 |
commit | 2a0c152f523ce964572f3f9f318dac263e52079f (patch) | |
tree | da09f6b1815d42eb3b9d60a15324db04ef0cc907 /debian/control | |
parent | 5899afa3fa9f42532ac3afb1beefe9204104d225 (diff) | |
download | ayatana-indicator-printers-2a0c152f523ce964572f3f9f318dac263e52079f.tar.gz ayatana-indicator-printers-2a0c152f523ce964572f3f9f318dac263e52079f.tar.bz2 ayatana-indicator-printers-2a0c152f523ce964572f3f9f318dac263e52079f.zip |
Fork from Ubuntu's indicator-printers.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 44 |
1 files changed, 20 insertions, 24 deletions
diff --git a/debian/control b/debian/control index a2b0f05..50f712c 100644 --- a/debian/control +++ b/debian/control @@ -1,40 +1,36 @@ -Source: indicator-printers -Section: gnome +Source: ayatana-indicator-printers +Section: x11 Priority: extra -Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> -XSBC-Original-Maintainer: Lars Uebernickel <lars.uebernickel@canonical.com> +Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, - dh-translations, - gnome-common, + dpkg-dev (>= 1.16.1.1), + mate-common, python, libglib2.0-dev (>= 2.43.2), libgtk-3-dev, libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), - libindicator3-dev (>= 0.3.91), + libayatana-indicator3-dev (>= 0.3.91), libcups2-dev, - systemd, -Standards-Version: 3.9.2 -Homepage: https://launchpad.net/indicator-printers -# If you aren't a member of ~indicator-applet-developers but need to upload -# packaging changes, just go ahead. ~indicator-applet-developers will notice -# and sync up the code again. -Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-printers/trunk.13.04 -Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-printers/trunk.13.04/files -X-Ubuntu-Use-Langpack: yes + systemd [linux-any], +Standards-Version: 4.1.1 +Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-printers +Vcs-Git: https://github.com/AyatanaIndicators/ayatana-indicator-printers +Vcs-Browser: https://github.com/AyatanaIndicators/ayatana-indicator-printers -Package: indicator-printers +Package: ayatana-indicator-printers Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, cups (>= 1.5), - indicator-common, -Recommends: indicator-applet (>= 0.2) | indicator-renderer, - system-config-printer, -Description: indicator showing active print jobs - This indicator is designed to let you view and control active print jobs. + ayatana-indicator-common, +Recommends: system-config-printer, +Description: Ayatana Indicator showing active print jobs + This Ayatana 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. + Use an indicator plugin for your desktop environment or a desktop + environment that natively supports indicators to provide this indicator + to the user. |