aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-11-22 10:54:50 +0000
committerTarmac <Unknown>2012-11-22 10:54:50 +0000
commitd9ad4f9319f35fd38f5203890480eb22509f4c6e (patch)
tree8eedd37ac26b456db2831b13ef47971b07b3aa90 /debian/changelog
parentfe48eac5838c85e434fb0ec8e798b4a5b5a69802 (diff)
parent62c47635f73cb23736a0172c6eceb394f60f9309 (diff)
downloadayatana-indicator-printers-d9ad4f9319f35fd38f5203890480eb22509f4c6e.tar.gz
ayatana-indicator-printers-d9ad4f9319f35fd38f5203890480eb22509f4c6e.tar.bz2
ayatana-indicator-printers-d9ad4f9319f35fd38f5203890480eb22509f4c6e.zip
Inline package.
Approved by Didier Roche.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog107
1 files changed, 107 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ae87f16
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,107 @@
+indicator-printers (0.1.7-0ubuntu1) UNRELEASED; urgency=low
+
+ * debian/control:
+ - Bump debhelper Build-Depends to (>= 9).
+ - Update style to be consistent with other indicators.
+ - Drop Build-Depends on cdbs.
+ - Add a Build-Depends on gnome-common.
+ - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
+ - Add python to Build-Depends for gdbus-codegen.
+ * debian/rules:
+ - Migrate from cdbs to using the dh sequencer.
+ - Override dh_autoreconf to call autogen.sh.
+ - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL = 4.
+ - Override dh_auto_configure to properly pass --disable-static to
+ configure.
+ * debian/compat: bump compat level to 9.
+
+ -- 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):
+ - Don't access CUPS' ipp_attribute_t directly. Thanks Larsu
+
+ -- Didier Roche <didrocks@ubuntu.com> Fri, 07 Sep 2012 17:07:36 +0200
+
+indicator-printers (0.1.6-0ubuntu2) quantal; 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.
+ * Add test coverage build targets
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 04 Apr 2012 15:05:58 -0500
+
+indicator-printers (0.1.5-0ubuntu1) precise; urgency=low
+
+ * New upstream release.
+ - translate accessible description (LP: #957522)
+ - set lease durations on cups subscriptions (LP: #959195)
+ - draw number of jobs as lozenge
+
+ -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Tue, 20 Mar 2012 18:50:39 +0100
+
+indicator-printers (0.1.4-0ubuntu1) precise; urgency=low
+
+ * New upstream release.
+ - fix small i18n problems, thanks Gabor! (LP: #945547)
+
+ -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Tue, 06 Mar 2012 22:21:12 +0100
+
+indicator-printers (0.1.3-0ubuntu2) precise; urgency=low
+
+ * Add symbolic printer icons by Daniel Planas Armangue (LP: #840151)
+
+ -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Thu, 23 Feb 2012 15:57:28 +0100
+
+indicator-printers (0.1.3-0ubuntu1) precise; urgency=low
+
+ * New upstream release.
+ - generate dbus service file with the correct path
+ - use IndicatorServiceManager to manage the lifecycle of the service
+
+ -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Fri, 17 Feb 2012 19:30:24 +0100
+
+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:
+ - Flesh out description a tad more
+ - Recommend system-config-printer-gnome
+
+ -- Michael Terry <mterry@ubuntu.com> Wed, 15 Feb 2012 10:21:08 -0500
+
+indicator-printers (0.1-0ubuntu1) precise; urgency=low
+
+ * Sponsored to Ubuntu, thanks Lars!
+ * debian/control:
+ - recommends "unity | indicator-renderer", indicators are not that
+ useful without a renderer
+ - slightly improve the description
+ * debian/copyright:
+ - updated to the current format
+ * debian/rules:
+ - comment DEB_BUILDDIR to workaround a out of srcdir build issue
+
+ [ Lars Uebernickel ]
+ * Initial release.
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 15 Feb 2012 15:08:11 +0100