aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control4
2 files changed, 17 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 38c6536..bf4dbfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+indicator-printers (0.1.7+17.04.20161124-0ubuntu1) zesty; urgency=medium
+
+ * Recommend system-config-printer instead of obsolete system-config-
+ printer-gnome (LP: #1643129) (LP: #1643129)
+
+ -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 24 Nov 2016 23:27:58 +0000
+
+indicator-printers (0.1.7+17.04.20161026-0ubuntu1) zesty; urgency=medium
+
+ [ Ted Gould ]
+ * Add systemd unit
+
+ -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 26 Oct 2016 15:06:49 +0000
+
indicator-printers (0.1.7+15.04.20150220-0ubuntu1) vivid; urgency=medium
[ Lars Uebernickel ]
diff --git a/debian/control b/debian/control
index 62a0855..8ec81bb 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9),
libdbusmenu-gtk3-dev (>= 0.5.90),
libindicator3-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
@@ -27,8 +28,9 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
cups (>= 1.5),
+ indicator-common,
Recommends: indicator-applet (>= 0.2) | indicator-renderer,
- system-config-printer-gnome,
+ system-config-printer,
Description: indicator showing active print jobs
This indicator is designed to let you view and control active print jobs.
.