diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2012-08-31 20:07:05 -0400 |
---|---|---|
committer | Jeremy Bicha <jbicha@ubuntu.com> | 2012-08-31 20:07:05 -0400 |
commit | a0b958ce4746fe88d6d3b43b6619223fc9b4f56d (patch) | |
tree | fa51b5d900cfd77699bc15e0e11d2482828761d2 | |
parent | beefe179db43461a44b43d0f82facb10fb2ad8fb (diff) | |
download | ayatana-indicator-printers-a0b958ce4746fe88d6d3b43b6619223fc9b4f56d.tar.gz ayatana-indicator-printers-a0b958ce4746fe88d6d3b43b6619223fc9b4f56d.tar.bz2 ayatana-indicator-printers-a0b958ce4746fe88d6d3b43b6619223fc9b4f56d.zip |
* debian/control:
- Don't recommend Unity; indicators work in GNOME Classic session
without Unity being installed
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
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. |