diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 11:36:55 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 11:36:55 -0500 |
commit | 23912f97598102be4c870a220446a6b153fb8d64 (patch) | |
tree | f1ebba5d6637a3b43072f12d1fbe2529d80cd6e2 /debian | |
parent | 7268d1632561fd223ca101043bd5839ccf5b4704 (diff) | |
download | ayatana-indicator-printers-23912f97598102be4c870a220446a6b153fb8d64.tar.gz ayatana-indicator-printers-23912f97598102be4c870a220446a6b153fb8d64.tar.bz2 ayatana-indicator-printers-23912f97598102be4c870a220446a6b153fb8d64.zip |
* debian/control:
- Bump debhelper Build-Depends to (>= 9).
- Update style to be consistent with other indicators.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 5eab099..90c2889 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-printers (0.1.6-0ubuntu4) UNRELEASED; urgency=low + + * debian/control: + - Bump debhelper Build-Depends to (>= 9). + - Update style to be consistent with other indicators. + + -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 19 Nov 2012 11:34:17 -0500 + indicator-printers (0.1.6-0ubuntu3) quantal; urgency=low * Cherry-pick a fix in trunk for FTBFS (cups changed its API): diff --git a/debian/control b/debian/control index dacc89f..663aab7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ 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), +Build-Depends: debhelper (>= 9), cdbs (>= 0.4.41), autotools-dev, dh-autoreconf, @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 8), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), libindicator3-dev (>= 0.3.91), - libcups2-dev + libcups2-dev, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-printers Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/indicator-printers/ubuntu @@ -21,9 +21,9 @@ Package: indicator-printers Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - cups (>= 1.5) + cups (>= 1.5), Recommends: indicator-applet (>= 0.2) | indicator-renderer, - system-config-printer-gnome + system-config-printer-gnome, Description: indicator showing active print jobs This indicator is designed to let you view and control active print jobs. . |