diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-16 21:18:56 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-16 21:18:56 +0100 |
commit | ba27629c4519fa09da8cbfaffe2dcff003fcfef0 (patch) | |
tree | 67aa7e8ecbb19c0c0dd4f5b1e2ea3e003684c0cd /debian | |
parent | 1204ca2827e64aa041b4bd36813be3d70db54802 (diff) | |
parent | 8ce897a37ffe58051684fba7478a2f076aeec57d (diff) | |
download | ayatana-indicator-printers-ba27629c4519fa09da8cbfaffe2dcff003fcfef0.tar.gz ayatana-indicator-printers-ba27629c4519fa09da8cbfaffe2dcff003fcfef0.tar.bz2 ayatana-indicator-printers-ba27629c4519fa09da8cbfaffe2dcff003fcfef0.zip |
* New upstream release.
- prepare for i18n
- make sure CUPS' dbus notification is on while the service is running
- fix build system to enable out-of-tree builds
* debian/control
- bump libindicator dependency 0.3.91
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e76b281..deaa88f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +indicator-printers (0.1.1-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release. + - prepare for i18n + - make sure CUPS' dbus notification is on while the service is running + - fix build system to enable out-of-tree builds + + * debian/control + - bump libindicator dependency 0.3.91 + + -- Lars Uebernickel <lars@lars-laptop> Thu, 16 Feb 2012 21:15:27 +0100 + indicator-printers (0.1-0ubuntu2) precise; urgency=low * debian/control: diff --git a/debian/control b/debian/control index fb464ca..a3555c8 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 8), libgtk-3-dev, libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), - libindicator3-dev (>= 0.3.90), + libindicator3-dev (>= 0.3.91), libcups2-dev Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-printers |