File: changelog

package info (click to toggle)
xfce4-power-manager 4.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,756 kB
  • sloc: ansic: 20,313; sh: 4,936; makefile: 683; xml: 609; sed: 16
file content (704 lines) | stat: -rw-r--r-- 23,538 bytes parent folder | download
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
xfce4-power-manager (4.20.0-1) unstable; urgency=medium

  * d/rules: disable network-manager support (Closes: #1078973)
  * New upstream version 4.20.0
  * Upload to unstable

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 18 Dec 2024 21:00:15 +0100

xfce4-power-manager (4.19.4-1) experimental; urgency=medium

  * Team upload.
  * New upstream version 4.19.4.

 -- Mateusz Łukasik <mati75@linuxmint.pl>  Fri, 08 Nov 2024 18:55:00 +0100

xfce4-power-manager (4.19.3-1) experimental; urgency=medium

  * Team upload.
  * New upstream version 4.19.3.

 -- Unit 193 <unit193@debian.org>  Tue, 06 Aug 2024 04:17:54 -0400

xfce4-power-manager (4.19.2-1) experimental; urgency=medium

  * Team upload.

  [ Mateusz Łukasik ]
  * New upstream version 4.19.2.

  [ Unit 193 ]
  * d/control:
    - B-D on libwayland-dev.
    - Update B-D, pkg-config → pkgconf.
  * Update Standards-Version to 4.7.0.

 -- Unit 193 <unit193@debian.org>  Sat, 04 May 2024 02:54:23 -0400

xfce4-power-manager (4.19.1-1) experimental; urgency=medium

  * Team upload.
  * New upstream version 4.19.1.
  * d/control:
    - Replace intltool with gettext.
    - Bump version constraint on xfce4-dev-tools and libxfce4util-dev.
  * d/source/options: Drop, no longer needed.

 -- Unit 193 <unit193@debian.org>  Sat, 19 Aug 2023 04:51:43 -0400

xfce4-power-manager (4.18.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 4.18.2.
  * d/control: Set version constraint on libxfce4ui to 4.18.4.
  * Update Standards-Version to 4.6.2.

 -- Unit 193 <unit193@debian.org>  Thu, 15 Jun 2023 03:45:22 -0400

xfce4-power-manager (4.18.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 4.18.1.

 -- Unit 193 <unit193@debian.org>  Mon, 27 Feb 2023 00:20:48 -0500

xfce4-power-manager (4.18.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 4.18.0.
  * d/rules: Opt-out of trimmed changelogs, install NEWS as changelog.

 -- Unit 193 <unit193@debian.org>  Thu, 15 Dec 2022 19:46:45 -0500

xfce4-power-manager (4.17.1-1) experimental; urgency=medium

  * Team upload.
  * New upstream version 4.17.1.
  * d/rules: Drop dh_autoreconf override, no longer needed.

 -- Unit 193 <unit193@debian.org>  Mon, 05 Dec 2022 03:11:53 -0500

xfce4-power-manager (4.17.0-1) experimental; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Apply multi-arch hints.
    - xfce4-power-manager-data: Add Multi-Arch: foreign.

  [ Unit 193 ]
  * New upstream version 4.17.0.
  * d/control, d/rules: Bump DH compat to 13, drop dh_missing override.
  * d/control: Drop old version constraints and replaces.
  * d/rules:
    - Drop --as-needed from LDFLAGS, default now.
    - Replace dh_install override with execute_after for removing .la files.
  * Update Standards-Version to 4.6.1.

 -- Unit 193 <unit193@debian.org>  Tue, 08 Nov 2022 19:20:28 -0500

xfce4-power-manager (4.16.0-1) unstable; urgency=medium

  * New upstream version 4.16.0
  * d/control: version xfce4-dev-tools b-dep for 4.16
  * d/control: update standards version to 4.5.1
  * d/xfce4-power-information.1 removed (binary is gone)
  * d/watch: use standards version 4
  * Upload to unstable

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 23 Dec 2020 15:11:37 +0100

xfce4-power-manager (1.7.1-1) experimental; urgency=medium

  * Team upload.
  * New upstream version 1.7.1.
  * d/control:
    - Replace Recommend on 'libpam-systemd' with 'default-logind | logind'.
      Closes: #925339
    - Update 'Homepage' field, goodies.xfce → docs.xfce.
    - Drop old versioned build-depend on dpkg-dev.
    - R³: no.
  * d/rules: Drop '--disable-silent-rules' as that's passed by default now.

 -- Unit 193 <unit193@debian.org>  Fri, 13 Nov 2020 19:46:59 -0500

xfce4-power-manager (1.7.0-1) experimental; urgency=medium

  * New upstream version 1.7.0

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 15 Mar 2020 11:45:36 +0100

xfce4-power-manager (1.6.6-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Name (from ./configure), Repository.
  * Update standards version to 4.4.1, no changes needed.

  [ Yves-Alexis Perez ]
  * d/watch: use uscan special strings
  * New upstream version 1.6.6
  * d/control: update standards version to 4.5.0

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 15 Mar 2020 10:48:42 +0100

xfce4-power-manager (1.6.5-2) unstable; urgency=medium

  * d/control: xfpm needs libxfce4ui 4.13

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 21 Aug 2019 21:53:32 +0200

xfce4-power-manager (1.6.5-1) unstable; urgency=medium

  * New upstream version 1.6.5
  * d/control: drop Lionel from uploaders, thanks!
  * use debhelper-compat b-d for dh compat level
  * d/control: update dh compat level to 11
  * d/rules: drop manual call to xdt-autogen

 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 15 Aug 2019 17:09:14 +0200

xfce4-power-manager (1.6.3-1) unstable; urgency=medium

  [ Mateusz Łukasik ]
  * New upstream release.
  * d/xfce4-power-manager-data.install: Fix location of appdata.

  [ Yves-Alexis Perez ]
  * d/control: update standards version to 4.4.0
  * use HTTPS protocol for various URLs
  * move xfpm-power-backlight-helper manpage to correct section
  * New upstream version 1.6.3
  * d/xfce4-power-manager.manpages: fix manpage filename

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 17 Jul 2019 22:31:59 +0200

xfce4-power-manager (1.6.1-1) unstable; urgency=medium

  * New upstream bugfix release.
  * debian/control:
    - update standards version to 4.1.2.
  * Run wrap-and-sort.
  * debian/xfce4-power-manager-data.install:
    - move AppData folder to the AppStream location.
  * Moved the package to git on salsa.debian.org
  * Updated the maintainer address to debian-xfce@lists.debian.org
  * d/compat bumped to 10
  * d/control: bump dh build-dep to 10 for compat 10, add xfce4-dev-tools
  * d/rules: drop --parallel, done by compat 10
  * d/rules: call xdt-autogen before autoreconf
  * Upload to unstable

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 28 Mar 2018 13:00:37 +0200

xfce4-power-manager (1.6.0-1) experimental; urgency=medium

  [ Mateusz Łukasik ]
  * New upstream release:
    - Use GTK+3 from now.
  * Drop 01_fix-light-locker-schema-loading.patch -- included upstream.
  * debian/control:
    - Build-Depends on gtk3 instead of gtk2
    - Build-Depends on libxfce4ui-2-dev instead of libxfce4ui-1-dev
    - Build-Depends on libxfce4panel-2.0-dev instead of xfce4-panel-dev
    - Build-Depends on libglib2.0-dev instead of libdbus-1-dev,
      libdbus-glib-1-dev
    - Add libsystemd-dev build dep on Linux to use logind for session tracking.
  * debian/watch:
    - Bump version to 4.

  [ Yves-Alexis Perez ]
  * debian/control:
    - update standards version to 3.9.8.

 -- Yves-Alexis Perez <corsac@debian.org>  Fri, 26 Aug 2016 15:53:07 +0200

xfce4-power-manager (1.4.4-4) unstable; urgency=medium

  * debian/rules:
    - use linux suspend/hibernate backend on Linux and Hurd, and freebsd on
    kFreeBSD.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 16 May 2015 10:32:12 +0200

xfce4-power-manager (1.4.4-3) unstable; urgency=medium

  * Upload to unstable.

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 06 May 2015 18:15:26 +0200

xfce4-power-manager (1.4.4-2) experimental; urgency=medium

  * debian/patches:
    - 01_fix-light-locker-schema-loading added, make schema search recursive,
      fix detection of light-locker settings.

 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 23 Apr 2015 23:13:34 +0200

xfce4-power-manager (1.4.4-1) experimental; urgency=medium

  * New upstream release.
    - the tray icon is back.                                    closes: #755551
  * debian/NEWS: add a note about the re-introduction of the tray icon.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 22 Mar 2015 15:29:32 +0100

xfce4-power-manager (1.4.3-1) experimental; urgency=medium

  * New upstream release.
    - add symlinks for UPS icons.                               closes: #762500
  * debian/patches:
    - 0001-Use-translated-device-type-for-unknown-devices-bug-1 dropped,
      included upstream.
  * debian/control:
    - drop libsystemd-daemon-dev build-dep, obsolete.           closes: #779778

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 08 Mar 2015 21:57:47 +0100

xfce4-power-manager (1.4.1-2) unstable; urgency=medium

  * debian/patches:
    - 0001-Use-translated-device-type-for-unknown-devices-bug-1 added,
    cherry-picked from upstream to fix extra long battery names when the
    battery is not recognized by the system.                    closes: #763713
  * debian/control:
    - update standards version to 3.9.6.

 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 30 Oct 2014 23:08:40 +0100

xfce4-power-manager (1.4.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    - 0001-Fix-handle-lid-switch-with-loginD-Bug-11160 dropped, included
      upstream.

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 30 Sep 2014 21:49:35 +0200

xfce4-power-manager (1.4.0-2) unstable; urgency=medium

  * Upload to unstable
  * debian/patches:
    - 0001-Fix-handle-lid-switch-with-loginD-Bug-11160 added, fix incomplete
      patch reverting the logind xfconf hidden variables.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 21 Sep 2014 22:15:23 +0200

xfce4-power-manager (1.4.0-1) experimental; urgency=medium

  * New upstream stable release.
  * debian/rules:
    - stop calling xdt-autogen, not needed anymore.
  * debian/control:
    - drop build-dep on dh-autoreconf, xfce4-dev-tools and libtool.
  * debian/xfce4-power-manager-plugins.install:
    - update plugin install path.

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 15 Sep 2014 19:09:13 +0200

xfce4-power-manager (1.3.2-1) experimental; urgency=medium

  [ Jackson Doak ]
  * New upstream release

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 25 Aug 2014 21:38:14 +0200

xfce4-power-manager (1.3.1-1) experimental; urgency=medium

  * debian/NEWS:
    - inform users about the tray icon replacement by the Xfce panel plugin so
      they get a chance to install it.
  * New upstream release.
  * debian/control:
    - drop suggestion on udisks, not used anymore.

 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 14 Aug 2014 14:50:52 +0200

xfce4-power-manager (1.3.0-1) experimental; urgency=low

  [ Evgeni Golov ]
  * Correct Vcs-* URLs to point to anonscm.debian.org

  [ Jackson Doak ]
  * debian/control:
    - Bump standards-version to 3.9.5
    - Build-depend on dh-autoreconf
    - Drop redondant "Section" category
  * debian/rules: --with autoreconf
  * Created debian/source/options
  * Create manpages for xfce4-power-information
    and xfpm-power-backlight-helper

  [ Yves-Alexis Perez ]
  * New upstream release.
  * debian/control:
    - add build-dep on libupower-glib-dev.
    - version upower dependency to >= 0.99.
    - replace consolekit recommends by libpam-systemd on linux-any since we
      need logind support.
    - promote xfce4-power-manager-plugins to recommends since the tray icon is
      now gone and the panel plugin is the preferred way to interact with the
      daemon.
    - remove spurious Sections:
    - update VCS links since xfpm got moved from goodies to desktop.
  * debian/rules:
    - remove .la files.

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 23 Jun 2014 23:26:09 +0200

xfce4-power-manager (1.2.0-5) unstable; urgency=medium

  * Add patch to support upower 0.99. Closes: #752428
  * Bump upower depend to >= 0.99

 -- Jackson Doak <noskcaj@ubuntu.com>  Thu, 17 Jul 2014 06:20:22 +1000

xfce4-power-manager (1.2.0-4) unstable; urgency=medium

  * debian/control:
    - replace consolekit recommends by libpam-systemd, and add systemd-shim |
      system-sysv as well in order to not force systemd as init to users for
      now.
  * debian/control:
    - update standards version to 3.9.5.

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 11 Jun 2014 21:22:22 +0200

xfce4-power-manager (1.2.0-3) unstable; urgency=medium

  [ Evgeni Golov ]
  * Correct Vcs-* URLs to point to anonscm.debian.org

  [ Jackson Doak ]
  * debian/control:
    - Bump standards-version to 3.9.4
    - Build-depend on dh-autoreconf
    - Drop redandant "Section" category
  * debian/rules: --with autoreconf
  * Created debian/source/options
  * Create manpages for xfce4-power-information
    and xfpm-power-backlight-helper

  [ Yves-Alexis Perez ]
  * debian/patches:
    - 04_fix-missing-icons-for-non-system-batteries added, fix icon missing in
      the system tray for non system batteries.                 closes: #728257

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 09 Dec 2013 07:50:25 +0100

xfce4-power-manager (1.2.0-2) unstable; urgency=low

  [ Lionel Le Folgoc ]
  * debian/patches:
    - 02_translations-fix-invalid-format-strings.patch: updated to fix
      crashes because of en_GB.po and tr.po.

  [ Yves-Alexis Perez ]
  * Upload to unstable.
  * debian/patches:
    - 01_Remove_custom_OSD_brightness_popup,_use_libnotify_instead added, use
      libnotify for brightness notifications.
    - 03_fix-insert-battery added, fix spurious space appearing when
      removing/adding battery.                                  closes: #626224
  * debian/rules:
    - enable all hardening options.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Wed, 22 May 2013 00:46:08 +0200

xfce4-power-manager (1.2.0-1) experimental; urgency=low

  * New upstream stable release.
  * debian/control:
    - bump b-deps for Xfce 4.10.
  * debian/patches:
    - 02_translations-fix-invalid-format-strings.patch: refreshed, some
      translations have been fixed.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Sat, 05 May 2012 14:24:30 +0200

xfce4-power-manager (1.1.0-1) experimental; urgency=low

  [ Yves-Alexis Perez ]
  * New upstream development release.
  * debian/patches:
    - 03_trap-x-errors, 04_clear-idles-for-removed-batteries,
      05_fix-brightness-key-modifiers: dropped, included upstream.

  [ Lionel Le Folgoc ]
  * debian/patches:
    - 02_translations-fix-invalid-format-strings: refreshed to apply cleanly.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 15 Apr 2012 20:23:42 +0200

xfce4-power-manager (1.0.11-2) unstable; urgency=low

  [ Lionel Le Folgoc ]
  * debian/patches:
    - 02_translations-fix-invalid-format-strings.patch: drop translated
      strings when format strings don't match the original ones. This leads
      to hard to reproduce random crashes depending on the locale used…

  [ Yves-Alexis Perez ]
  * debian/rules:
    - build with --parallel.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Sun, 08 Apr 2012 22:25:40 +0200

xfce4-power-manager (1.0.11-1) unstable; urgency=low

  [ Lionel Le Folgoc ]
  * debian/patches: add missing DEP3 headers.

  [ Yves-Alexis Perez ]
  * New upstream release.
  * debian/patches:
    - 0001-Solaris-specific-code-for-determining-the-start-time dropped,
    included upstream.
    - 02_fix-notify-detect as well.
  * debian/control:
    - update standards version to 3.9.3.

 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Mar 2012 10:49:47 +0200

xfce4-power-manager (1.0.10-5) unstable; urgency=low

  [ Lionel Le Folgoc ]
  * debian/patches:
    - 03_trap-x-errors.patch: added, fix crash when all outputs don't support
      the backlight property.                                   Closes: #658916
    - 04_clear-idles-for-removed-batteries.patch: added, fix crash when xfpm
      tries to refresh the status icon of a removed battery.
    - 05_fix-brightness-key-modifiers.patch: added, let the brightness keys
      work even when numlock is on.
  * debian/rules:
    - use debhelper 9 hardening support.
  * debian/compat bumped to 9.
  * debian/control:
    - drop hardening-includes build-dep.
    - update debhelper build-dep to 9 for hardening support.
    - add dpkg-dev 1.16.1 build-dep for hardening support.

  [ Yves-Alexis Perez ]
  * debian/watch updated, xfpm has moved to xfce section.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Mon, 06 Feb 2012 21:38:26 +0100

xfce4-power-manager (1.0.10-4) unstable; urgency=low

  * debian/patches:
    - 02_fix-notify-detect added, fix libnotify detection.      closes: #630309

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 14 Jun 2011 21:44:04 +0200

xfce4-power-manager (1.0.10-3) unstable; urgency=low

  * debian/patches:
    - 0001-Solaris-specific-code-for-determining-the-start-time cherry-picked
      from master. We don't have solaris but it should fix the build-failure
      on GNU/Hurd anyway.

 -- Yves-Alexis Perez <corsac@debian.org>  Fri, 22 Apr 2011 23:32:17 +0200

xfce4-power-manager (1.0.10-2) unstable; urgency=low

  [ Lionel Le Folgoc ]
  * Upload to unstable.                                         closes: #623392
  * debian/control:
    - remove Simon and Emanuele from uploaders, thanks to them.
    - bump b-deps for Xfce 4.8.
  * debian/rules: switch to --fail-missing.
  * debian/xfce4-power-manager.install: add missing sysfs backlight
    helper and its pk policy.

  [ Yves-Alexis Perez ]
  * debian/control:
    - update standards version to 3.9.2.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Tue, 19 Apr 2011 23:19:53 +0200

xfce4-power-manager (1.0.10-1) experimental; urgency=low

  [ Yves-Alexis Perez ]
  * New upstream release.
  * debian/control:
    - switch libxfcegui4 build-dep to libxfce4ui.
    - add build-dep on libpolkit-gobject-1-dev, libxext-dev and libx11-dev.
    - replace dep on hal by upower.
    - add suggest on udisks for disk spinning.
    - add build-dep on hardening-includes.
  * debian/rules:
    - add -O1, -z,defs and --as-needed to LDFLAGS.
    - add hardening flags to {C,LD}FLAGS.

  [ Lionel Le Folgoc ]
  * debian/control:
    - add myself to Uploaders
    - bump Standards-Version to 3.9.1, no changes required.
  * Switch to 3.0 (quilt).
  * debian/rules:
    - use dpkg-buildflags for cflags/ldflags handling.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 20 Feb 2011 14:56:52 +0100

xfce4-power-manager (0.8.5-3) unstable; urgency=low

  [ Lionel Le Folgoc ]
  * Switch to 3.0 (quilt) source format.
  * debian/patches:
    - 01_assume-hal-is-available.patch: do not check for hal presence on
      the bus, it'll be spawned automatically on demand.        Closes: #612611
    - 02_fix-indirect-dso-linking.patch: fix FTBFS with --no-add-needed.
    - series: add them.
  * debian/rules: call xdt-autogen before configure, and clean up
    autogenerated files on clean.
  * debian/control:
    - build-depends on automake, autoconf, libtool and xfce4-dev-tools.
    - bump hal dep to (>= 0.5.14-4~) for the dbus activation.
    - add myself to Uploaders.

  [ Yves-Alexis Perez ]
  * debian/control:
    - update standards version to 3.9.1.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Sat, 19 Feb 2011 22:39:26 +0100

xfce4-power-manager (0.8.5-2) unstable; urgency=low

  * debian/control:
    - add recommends on consolekit so user gets the authorization to
      suspend/hibernate.                                        closes: #603325

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 13 Nov 2010 13:48:37 +0100

xfce4-power-manager (0.8.5-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - update standards version to 3.8.4.
    - update obsolete relation form < to <<.

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 02 Mar 2010 23:19:53 +0100

xfce4-power-manager (0.8.4.2-1) unstable; urgency=low

  * New upstream release.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 21 Nov 2009 14:37:32 +0100

xfce4-power-manager (0.8.4.1-1) unstable; urgency=low

  * New upstream release.
    - fix xfpm crashing when closing LID.                       closes: #552692
    - allow setting lower value in battery warnings.            closes: #549207
    - fix FTBFS when building twice in a row.                   closes: #549650
  * debian/xfce4-power-manager.xml: ship a default config to ask user when
    pressing the power button.                                  closes: #544858

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 02 Nov 2009 22:20:58 +0100

xfce4-power-manager (0.8.4-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - add Recommends on librsvg2-common, all icons are svg.
    - update standards version to 3.8.3.

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 29 Sep 2009 11:33:13 +0200

xfce4-power-manager (0.8.3.1-1) unstable; urgency=low

  * New upstream bugfix release.
  * debian/watch edited to track Xfce archive reorganisation.

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 10 Aug 2009 08:25:55 +0200

xfce4-power-manager (0.8.3-1) unstable; urgency=low

  * New upstream release.

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 03 Aug 2009 15:20:09 +0200

xfce4-power-manager (0.8.2-1) unstable; urgency=low

  * New upstream release.

 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 09 Jul 2009 23:41:28 +0200

xfce4-power-manager (0.8.1.1-1) unstable; urgency=low

  [ Evgeni Golov ]
  * Fix Vcs-* fields, they were missing 'trunk' in the path.

  [ Yves-Alexis Perez ]
  * New upstream release.
  * debian/control:
    - drop build-dep on libglade.
    - update standards version to 3.8.2.

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 07 Jul 2009 00:29:41 +0200

xfce4-power-manager (0.8.0-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - update long description, thanks to Gerfried Fuchs.        closes: #531812

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 09 Jun 2009 23:25:26 +0200

xfce4-power-manager (0.8.0~rc2-4) unstable; urgency=low

  * debian/rules:
    - don't use --fail-missing in dh_install since we have an arch:all
      package. Fixes FTBFS on all arches.                       closes: #530399

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 24 May 2009 18:37:32 +0200

xfce4-power-manager (0.8.0~rc2-3) unstable; urgency=low

  * *really* upload to unstable this time.

 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 21 May 2009 12:10:21 +0200

xfce4-power-manager (0.8.0~rc2-2) experimental; urgency=low

  * Upload to unstable.
  * debian/control:
    - update -plugins description now that inhibit was moved to the main
      program.

 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 21 May 2009 01:22:31 +0200

xfce4-power-manager (0.8.0~rc2-1) experimental; urgency=low

  [ Yves-Alexis Perez ]
  * New upstream beta release.
  * debian/control:
    - update standards version to 3.8.1.
    - add build-dep on libglade2-dev.
    - add build-dep on xfce4-panel-dev for panel plugins.
    - add a new package for the panel plugins.
    - add a new package for arch-indep files.
    - move to xfce section.
    - drop libhal-dev build-dep, now useless.
    - add dep on hal.
  * debian/rules:
    - run dh_install with --fail-missing.
    - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
  * debian/copyright: update dates and copyright holders.
  * debian/xfce4-power-manager.install:
    - install manpages in xfpm package.
  * debian/xfce4-power-manager.1 dropped, included upstream.
  * debian/xfce4-power-manager.manpages dropped, useless.

  [ Evgeni Golov ]
  * debian/control:
    - fix depends of -plugins

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 19 May 2009 23:49:06 +0200

xfce4-power-manager (0.6.2-1) experimental; urgency=low

  * Initial release.                                            closes: #503636

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 28 Feb 2009 23:59:10 +0100