1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
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
|