source: pkg/frankie/main/upower/trunk/debian/changelog @ 6523

Revision 6523, 8.6 KB checked in by alanbach-guest, 3 years ago (diff)
  • Added upower to frankie
Line 
1upower (0.9.2-1) unstable; urgency=low
2
3  [ Michael Biebl ]
4  * New upstream release.
5    - Convert the daemon to using objects from libupower-glib.
6    - Get sleep capabilities, swap information and suspend and hibernate
7      commands from the backend, rather than hardcoding Linux specifics.
8    - Make dummy backend usable for architectures without a native backend.
9  * debian/patches/01-dummy-backend.patch
10    - Removed, merged upstream.
11  * debian/patches/99-autoreconf.patch
12    - Removed, no longer needed.
13  * debian/libupower-glib1.symbols
14    - Update for new API additions.
15  * debian/upower.install
16    - Install translations.
17
18 -- Alan Baghumian <alan@technotux.org>  Thu, 08 Apr 2010 21:13:30 -0700
19
20upower (0.9.1-2) unstable; urgency=low
21
22  [ Michael Biebl ]
23  * debian/control
24    - Update Homepage field.
25
26  [ Martin Pitt ]
27  * debian/watch: Update for new upstream location.
28
29  [ Michael Biebl ]
30  * debian/patches/01-dummy-backend.patch
31    - Fix the dummy backend to compile successfully and make it usable on
32      GNU/Hurd which does not have a native backend (yet).
33      Patch based on work by Pino Toscano, thanks!
34  * debian/patches/99-autoreconf.patch
35    - Run autoreconf as the patch above needed changes to the build system.
36  * debian/control
37    - Don't build depend on libgudev-1.0-dev on hurd-i386.
38    - Don't build depend on libusb-dev on kfreebsd-* and hurd-i386.
39
40 -- Michael Biebl <biebl@debian.org>  Mon, 05 Apr 2010 00:21:22 +0200
41
42upower (0.9.1-1) unstable; urgency=low
43
44  [ Martin Pitt ]
45  * New upstream release. Compared to our git snapshot, this just fixes the
46    BSD backend to compile.
47  * debian/upower.postinst: Restart the daemon if we stopped it, so that
48    clients don't suddenly stop getting signals.
49  * debian/control: Add udisks Conflicts/Replaces to devicekit-power, and
50    an additional Conflicts: to libdevkit-gobject, so that devicekit-power
51    gets properly cleaned up on upgrade.
52  * debian/upower.postinst: Migrate DeviceKit-power history on upgrade.
53  * Add debian/upower.postrm: Clean up /var/lib/upower on purge.
54    (Closes: #571156)
55
56  [ Michael Biebl ]
57  * debian/control
58    - Add dependency on dbus.
59    - Make udev a linux-only dependency.
60    - Add build dependency on libkvm-dev for kfreebsd-*.
61    - Don't build depend on libgudev-1.0-dev for kfreebsd-*.
62  * Install udev rules files conditionally on linux only.
63  * debian/*.symbols
64    - Bump symbol versions from previous git snapshot versions to 0.9.1.
65
66 -- Martin Pitt <mpitt@debian.org>  Fri, 05 Mar 2010 11:07:33 +0100
67
68upower (0.9.0+git20100216.b9bb78-2) unstable; urgency=low
69
70  * Upload to unstable.
71
72 -- Michael Biebl <biebl@debian.org>  Tue, 23 Feb 2010 01:51:37 +0100
73
74upower (0.9.0+git20100216.b9bb78-1) experimental; urgency=low
75
76  * New upstream git snapshot:
77    - Fix pkgconfig file to link against the correct library.
78    - Fix pkgconfig file and include directory to agree on the path for
79      libupower-glib include files.
80  * debian/libupower-glib-dev.install: Update include path accordingly.
81
82 -- Martin Pitt <mpitt@debian.org>  Sun, 21 Feb 2010 19:14:06 +0100
83
84upower (0.9.0+git20100216.72bb2-1) experimental; urgency=low
85
86  [ Martin Pitt ]
87  * New upstream release, and updating to current git head:
88    - Rename the project, library, and D-Bus interface to upower.
89    - Bug fixes.
90    - Translation updates.
91    - Set client library's can_{suspend,hibernate} properties to False if
92      suspend/hibernate is prohibited through PolicyKit. (LP: #432598)
93  * Drop 01-lid-status-fallback.patch, 02-dkpclient-singleton.patch: Applied
94    upstream.
95  * debian/rules, debian/control: Add an epoch to the transitional
96    devicekit-power-doc package, so that the upgrade will actually work.
97  * debian/rules: Explicitly enable gtk-doc building, upstream configure
98    disables that now.
99  * Build libdevkit-power-gobject{1,-dev} packages, but mark them as obsolete.
100    These are still necessary, until upowerd is fully ported to the new
101    libupower-glib.
102
103  [ Michael Biebl ]
104  * debian/upower.install: Only install upower and upowerd, not the
105    transitional symlinks.
106  * debian/control: Bump Standards-Version to 3.8.4. No further changes.
107
108 -- Martin Pitt <mpitt@debian.org>  Tue, 16 Feb 2010 10:10:47 +0100
109
110devicekit-power (014-3) unstable; urgency=low
111
112  * Add 02-dkpclient-singleton.patch: Make DkpClient a singleton to avoid some
113    weird race conditions. Patch taken from upstream git. (Closes: #567021,
114    LP: #425411)
115
116 -- Martin Pitt <mpitt@debian.org>  Tue, 26 Jan 2010 20:26:03 +0100
117
118devicekit-power (014-2) unstable; urgency=low
119
120  * debian/patches/01-lid-status-fallback.patch
121    - Use a fallback for the capability bit when checking the lid status.
122      Patch pulled from upstream Git. (Closes: #555740)
123
124 -- Michael Biebl <biebl@debian.org>  Tue, 12 Jan 2010 09:51:53 +0100
125
126devicekit-power (014-1) unstable; urgency=low
127
128  * New upstream release.
129
130 -- Martin Pitt <mpitt@debian.org>  Mon, 11 Jan 2010 09:33:33 +0100
131
132devicekit-power (013-1) unstable; urgency=low
133
134  * New upstream release.
135  * Drop 01-fix-hibernate-has-encrypted-swap-check.patch, merged upstream.
136
137 -- Michael Biebl <biebl@debian.org>  Mon, 07 Dec 2009 11:39:29 +0100
138
139devicekit-power (012-2) unstable; urgency=low
140
141  * debian/patches/01-fix-hibernate-has-encrypted-swap-check.patch
142    - Fix broken check if swap space is encrypted. (Closes: #551797)
143      Thanks to Michael Ott for spotting this.
144
145 -- Michael Biebl <biebl@debian.org>  Wed, 21 Oct 2009 16:07:56 +0200
146
147devicekit-power (012-1) unstable; urgency=low
148
149  * New upstream release
150    - Properly refresh update-time after AC changes. This avoids immediately
151      suspending again when AC state changes during suspend. (LP: #425411)
152  * debian/control
153    - Add dependency on udev.
154  * debian/devicekit-power.postinst
155    - Use start-stop-daemon instead of kill+pidof to stop the running
156      devkit-power-daemon process on upgrades.
157
158 -- Michael Biebl <biebl@debian.org>  Mon, 19 Oct 2009 17:13:24 +0200
159
160devicekit-power (011-1) unstable; urgency=low
161
162  [ Michael Biebl ]
163  * New upstream release.
164  * debian/control
165    - Add Recommends on pm-utils and policykit-1.
166
167  [ Martin Pitt ]
168  * debian/control:  This version changes the internal D-BUS API. Make library
169    and daemon break each other for versions prior to 011, to avoid partial
170    upgrades.
171
172 -- Martin Pitt <mpitt@debian.org>  Tue, 06 Oct 2009 18:04:57 +0200
173
174devicekit-power (010-2) unstable; urgency=low
175
176  [ Martin Pitt ]
177  * debian/control: Add missing libdevkit-power-gobject1 dependency to -dev.
178  * Add debian/devicekit-power.postinst: Kill the old devkit-power-daemon on
179    upgrade, to ensure that the new version will be used at the next occasion.
180
181  [ Michael Biebl ]
182  * debian/devicekit-power.{install,manpages}: Install manpages using the
183    *.install file and drop redundant *.manpages file.
184  * debian/libdevkit-power-gobject1.symbols: Add symbols file for improved
185    shlibs dependencies.
186
187 -- Michael Biebl <biebl@debian.org>  Mon, 28 Sep 2009 16:59:43 +0200
188
189devicekit-power (010-1) unstable; urgency=low
190
191  [ Martin Pitt ]
192  * New upstream release:
193    - Port to PolicyKit 1 API.
194    - Port from DeviceKit to gudev.
195    - Bug fixes.
196  * debian/control:
197    - libpolkit-dbus-dev → libpolkit-gobject-1-dev build dependency.
198    - libdevkit-gobject-dev → libgudev-1.0-dev build dependency.
199    - Drop devicekit dependency.
200    - Add Breaks to gnome-power-manager versions which aren't ported to new
201      PolicyKit API yet.
202  * Drop 0001-Add-a-notify-flag-to-set_lid_is_closed.patch, fixed upstream.
203
204  [ Michael Biebl ]
205  * Add debian/README.source which refers to the quilt documentation.
206  * Bump Standards-Version to 3.8.3.
207  * Upload to unstable.
208
209 -- Michael Biebl <biebl@debian.org>  Mon, 28 Sep 2009 06:58:20 +0200
210
211devicekit-power (009-1) experimental; urgency=low
212
213  * New upstream release.
214  * debian/control: Add myself to uploaders (discussed with Michael).
215  * debian/devicekit-power.install: Upstream installs udev rules into
216    /lib/udev/rules.d now, update accordingly.
217  * Add 0001-Add-a-notify-flag-to-set_lid_is_closed.patch: Properly fix the
218    silencing of the coldplug lid event, so that the first real lid event
219    actually works. Thanks to Loïc Minier! (fd.o #22574)
220
221 -- Martin Pitt <mpitt@debian.org>  Mon, 06 Jul 2009 19:12:49 +0200
222
223devicekit-power (008-1) experimental; urgency=low
224
225  * New upstream release.
226  * debian/copyright
227    - Add Name, Maintainer and Source field as recommended by DEP-5.
228
229 -- Michael Biebl <biebl@debian.org>  Wed, 03 Jun 2009 13:47:15 +0200
230
231devicekit-power (007-1) experimental; urgency=low
232
233  * Initial release. (Closes: #521363)
234
235 -- Michael Biebl <biebl@debian.org>  Mon, 18 May 2009 08:50:24 +0200
Note: See TracBrowser for help on using the repository browser.