aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1142b97..bb14463 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+indicator-printers (0.1.6-0ubuntu2) UNRELEASED; urgency=low
+
+ * debian/control:
+ - Don't recommend Unity; indicators work in GNOME Classic session
+ without Unity being installed
+
+ -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 31 Aug 2012 20:04:34 -0400
+
indicator-printers (0.1.6-0ubuntu1) precise; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index a3555c8..dacc89f 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
cups (>= 1.5)
-Recommends: unity | indicator-renderer,
+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.