diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-16 21:34:57 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-16 21:34:57 +0100 |
commit | cd4ca90b9de81d4a0430ad7782477f62035f5bbe (patch) | |
tree | 6df904e1443cc4e5263dbcd0b8c4c9aa8959a9ad /debian | |
parent | 1204ca2827e64aa041b4bd36813be3d70db54802 (diff) | |
parent | f35cbc8ebf673ca3308eb20fb5409c76e78de0ff (diff) | |
download | ayatana-indicator-printers-cd4ca90b9de81d4a0430ad7782477f62035f5bbe.tar.gz ayatana-indicator-printers-cd4ca90b9de81d4a0430ad7782477f62035f5bbe.tar.bz2 ayatana-indicator-printers-cd4ca90b9de81d4a0430ad7782477f62035f5bbe.zip |
releasing version 0.1.1-0ubuntu1
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..2452395 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +indicator-printers (0.1.1-0ubuntu1) precise; 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.uebernickel@ubuntu.com> Thu, 16 Feb 2012 21:19:35 +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 |