[Pkg-xfce-commits] r7082 - in goodies/tags/xfce4-battery-plugin: . 1.0.5-1 1.0.5-1/debian 1.0.5-1/debian/patches

Yves-Alexis Perez corsac at alioth.debian.org
Sat Jun 30 01:31:01 UTC 2012


Author: corsac
Date: 2012-06-30 13:31:01 +0000 (Sat, 30 Jun 2012)
New Revision: 7082

Added:
   goodies/tags/xfce4-battery-plugin/1.0.5-1/
   goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/changelog
Removed:
   goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/changelog
   goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/patches/01_dont-reset-label-orientation.patch
   goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/patches/series
Log:
[svn-buildpackage] Tagging xfce4-battery-plugin 1.0.5-1


Property changes on: goodies/tags/xfce4-battery-plugin/1.0.5-1
___________________________________________________________________
Added: svn:mergeinfo
   + /goodies/branches/experimental/xfce4-battery-plugin:4419-5250

Deleted: goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/changelog
===================================================================
--- goodies/trunk/xfce4-battery-plugin/debian/changelog	2012-06-29 15:17:26 UTC (rev 7067)
+++ goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/changelog	2012-06-30 13:31:01 UTC (rev 7082)
@@ -1,278 +0,0 @@
-xfce4-battery-plugin (1.0.4-2) unstable; urgency=low
-
-  * debian/patches:
-    - 01_dont-reset-label-orientation added backported from upstream. Keep the
-      old behavior on 4.8 panel where there's no deskbar mode.  closes: #674864
-
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 28 May 2012 15:25:10 +0200
-
-xfce4-battery-plugin (1.0.4-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 14 May 2012 22:51:13 +0200
-
-xfce4-battery-plugin (1.0.1-1) unstable; urgency=low
-
-  [ Lionel Le Folgoc ]
-  * debian/patches: add missing DEP3 headers.
-
-  [ Yves-Alexis Perez ]
-  * New upstream release.
-  * debian/rules:
-    - use --parallel
-    - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
-    - pass --disable-static to configure.
-    - use find to remove .la files.
-  * debian/compat bumped to 9.
-  * debian/control:
-    - update debhelper build-dep to 9.
-    - add dpkg-dev 1.16.1 build-dep.
-    - drop hardening-includes build-dep.
-    - update standards version to 3.9.3. 
-    - replace libxfcegui4 build-dep by libxfce4ui.
-  * debian/patches:
-    - 0001-Show-time-when-on-battery-power-bug-3736 dropped, included
-      upstream.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 17 Apr 2012 21:21:40 +0200
-
-xfce4-battery-plugin (1.0.0-3) unstable; urgency=low
-
-  * debian/control:
-    - apm emulation has been backported to amd64 so enable battery plugin on
-      kfreebsd-amd64 arch.                                      closes: #634043
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 04 Sep 2011 22:30:42 +0200
-
-xfce4-battery-plugin (1.0.0-2) unstable; urgency=low
-
-  [ Yves-Alexis Perez ]
-  * Upload to unstable.
-  * debian/control:
-    - remove Emanuele and Simon from uploaders, thanks to them.
-    - drop cdbs build-dep.
-    - update xfce4-panel build-dep to 4.8.
-    - update standards version to 3.9.2.
-
-  [ Lionel Le Folgoc ]
-  * debian/patches:
-    - 0001-Show-time-when-on-battery-power-bug-3736.patch: show time estimate
-      with recent kernels (sysfs attribute change post 2.6.30). Closes: #614280
-    - series: add this patch.
-  * debian/control: add myself to Uploaders.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 19 Apr 2011 22:35:24 +0200
-
-xfce4-battery-plugin (1.0.0-1) experimental; urgency=low
-
-  [ Evgeni Golov ]
-  * Fix Vcs-* fields, they were missing 'trunk' in the path.
-
-  [ Yves-Alexis Perez ]
-  * New upstream release.
-  * debian/watch edited to track Xfce archive reorganisation.
-  * debian/control:
-    - switch to xfce section.
-    - update standards version to 3.9.1.
-    - use linux-any and kfreebsd-i386 architecture. 
-    - add build-dep on intltool.
-    - update debhelper build-dep to 7.
-    - add build-dep on hardening-includes.
-  * Switch to 3.0 (quilt) source format.
-  * debian/compat bumped to 7.0.50~ for overrides.
-  * debian/patches: 06_fix-ftbfs-2.6.24, 07_use-sysfs-fixed, 
-      08_no-battery-display dropped, included upstream.
-  * debian/rules:
-    - switch to tiny rules from dh 7.
-    - pick {C,LD}FLAGS from dpkg-buildflags.
-    - add hardening flags to {C,LD}FLAGS.
-    - add -z,defs, -O1 and --as-needed to LDFLAGS.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 27 Feb 2011 01:31:26 +0100
-
-xfce4-battery-plugin (0.5.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/patches:
-    - 03_lower-acpi-polling removed, same thing is included upstream now.
-                                                      (kind-of) closes: #498337
-    - 02_fix-2.6.21 same. 
-    - 05_fix-apm-kfreebsd-amd6 as well. 
-    - 08_ja.po too. 
-    - 08_no-battery-display added, correctly handle cases when no battery is
-      present. Patch taken from Xfce #3546.                     closes: #494099
-  * debian/control:
-    - remove Rudy Godoy from uploaders.
-    - add build-dep on libxfce4util-dev, libxfcegui4-dev.
-    - add dep on ${misc:Depends}.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 22 Feb 2009 18:34:36 +0100
-
-xfce4-battery-plugin (0.5.0-7) unstable; urgency=low
-
-  * debian/patches:
-    - 08_ja.po added, add japanese translation.                 closes: #475913
-  * debian/control:
-    - update long description based on Ubuntu one.
-    - remove Martin Loschwitz from Uploaders.
-    - update standards version to 3.8.0.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Thu, 03 Jul 2008 08:37:17 +0200
-
-xfce4-battery-plugin (0.5.0-6) unstable; urgency=low
-
-  * debian/patches: 
-    - 04_use-sysfs dropped, it causes too many problems.
-    - 07_use-sysfs-fixed added, enable generic sysfs use. 
-      Thanks Daniel Gibson.                                     closes: #466058
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 06 Apr 2008 11:39:22 +0200
-
-xfce4-battery-plugin (0.5.0-5) unstable; urgency=low
-
-  * debian/patches: 06_fix-ftbfs-2.6.24 added.
-  * debian/copyright:
-    - added dates.
-    - use © sign.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 18 Mar 2008 20:24:24 +0100
-
-xfce4-battery-plugin (0.5.0-4) unstable; urgency=low
-
-  * debian/patches:
-    - 01_fix-ftbfs-kfreebsd removed.
-    - 05_fix-apm-kfreebsd-amd64 added: fix ftbfs on kfreebsd-amd64 where apm
-      doesn't exist. (Xfce 3811)
-
- -- Yves-Alexis Perez <corsac at debian.org>  Thu, 24 Jan 2008 22:52:08 +0100
-
-xfce4-battery-plugin (0.5.0-3) unstable; urgency=low
-
-  [ Simon Huggins ]
-  * debian/control: Move fake Homepage field to a real one now dpkg
-    supports it.
-  * Add Vcs-* headers to debian/control
-
-  [ Yves-Alexis Perez ]
-  * debian/patches
-    - 04_use-sysfs: use sysfs interface if available.
-    - 03_lower-acpi-polling: don't refresh acpi system too often.
-  * debian/control:
-    - update email address.
-    - updated standards to 3.7.3.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 09 Dec 2007 00:23:32 +0100
-
-xfce4-battery-plugin (0.5.0-2) unstable; urgency=low
-
-  * debian/patches: added 02_fix-2.6.21.patch which fix battery plugin on
-    2.6.21 kernels and over.                                    closes: #409971 
-
- -- Yves-Alexis Perez <corsac at corsac.net>  Thu, 13 Sep 2007 22:42:42 +0200
-
-xfce4-battery-plugin (0.5.0-1) unstable; urgency=low
-
-  (Yves-Alexis Perez)
-  * New upstream release.
-  * debian/patches:
-  	- added 01_fix-ftbfs-kfreebsd.patch, thanks Cyril Brulebois. closes: #415658
-  (Stefan Ott)
-  * debian/control: updated the url
-  (Simon Huggins)
-  * Build against the latest and greatest xfce.
-
- -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 16 Apr 2007 19:01:41 +0100
-
-xfce4-battery-plugin (0.4.90.2-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Yves-Alexis Perez <corsac at corsac.net>  Sat, 23 Sep 2006 15:38:21 +0100
-
-xfce4-battery-plugin (0.4.0-3) unstable; urgency=low
-
-  * Add correct panel build-dep.
-
- -- Simon Huggins <huggie at earth.li>  Wed, 26 Jul 2006 16:36:32 +0100
-
-xfce4-battery-plugin (0.4.0-2) unstable; urgency=low
-
-  * (Yves-Alexis Perez)
-    - Incremented build-deps to match Xfce 4.4 Beta 2
-  * (Emanuele Rocca)
-    - Standards-Version bumped 
-
- -- Yves-Alexis Perez <corsac at corsac.net>  Tue, 25 Jul 2006 00:17:35 +0200
-
-xfce4-battery-plugin (0.4.0-1) unstable; urgency=low
-
-  * New upstream (unofficial) release
-  * Removed explicit dependency on xfce4-panel (managed by shlibs)
-
- -- Yves-Alexis Perez <corsac at corsac.net>  Wed, 03 May 2006 19:17:15 +0100
-
-xfce4-battery-plugin (0.3.0-2) unstable; urgency=low
-
-  * (Jani Monoses)
-    Modify ACPI battery status reading patch in debian/patches to work
-    with newer kernels and properly detect AC on/off.          Closes: #343159
-  * Updated Standards-version
-
- -- Simon Huggins <huggie at earth.li>  Wed, 28 Dec 2005 15:54:48 +0000
-
-xfce4-battery-plugin (0.3.0-1) unstable; urgency=low
-  
-  * New upstream release
-
- -- Emanuele Rocca <ema at debian.org>  Mon, 08 Aug 2005 21:57:27 +0200
- 
-xfce4-battery-plugin (0.2.0-7) unstable; urgency=low
-
-  * Moving to unstable
-
- -- Emanuele Rocca <ema at debian.org>  Sun, 19 Jun 2005 14:31:28 +0200
-
-xfce4-battery-plugin (0.2.0-6) experimental; urgency=low
-
-  * README.Debian added to document APM/ACPI stuff (Closes: #294308) 
-
- -- Emanuele Rocca <ema at debian.org>  Sun, 12 Jun 2005 19:54:23 +0200
-
-xfce4-battery-plugin (0.2.0-5) unstable; urgency=low
-  
-  * (Rudy Godoy)
-    - Package adopted by the Debian Xfce Maintainers (Closes: #245114)
-    - Fixed description synopsis's uppercase use
-    - Added patch which fixes /proc ac adapter path (Closes: #251796)
-  * (Emanuele Rocca)
-    - Switched to simple-patchsys.mk (CDBS)
-  * (Simon Huggins)
-    - Add the libtool update magic
-
- -- Emanuele Rocca <ema at debian.org>  Sun, 23 Jan 2005 21:07:44 +0100
-
-xfce4-battery-plugin (0.2.0-4) unstable; urgency=low
-
-  * Uploading with maintainer set to QA Group
-
- -- Andrew Pollock <apollock at debian.org>  Sun, 16 May 2004 22:21:49 +1000
-
-xfce4-battery-plugin (0.2.0-3) unstable; urgency=low
-
-  * Remove bashism from debian/rules
-
- -- Andrew Lau <netsnipe at users.sourceforge.net>  Sat,  8 Nov 2003 14:36:50 +1100
-
-xfce4-battery-plugin (0.2.0-2) unstable; urgency=low
-
-  * Remove libtool library and object.
-
- -- Andrew Lau <netsnipe at users.sourceforge.net>  Fri,  7 Nov 2003 16:16:35 +1100
-
-xfce4-battery-plugin (0.2.0-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Andrew Lau <netsnipe at users.sourceforge.net>  Wed, 29 Oct 2003 15:47:14 +1100
-

Copied: goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/changelog (from rev 7073, goodies/trunk/xfce4-battery-plugin/debian/changelog)
===================================================================
--- goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/changelog	                        (rev 0)
+++ goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/changelog	2012-06-30 13:31:01 UTC (rev 7082)
@@ -0,0 +1,286 @@
+xfce4-battery-plugin (1.0.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/patches:
+    - 01_dont-reset-label-orientation dropped, included upstream.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 30 Jun 2012 15:09:58 +0200
+
+xfce4-battery-plugin (1.0.4-2) unstable; urgency=low
+
+  * debian/patches:
+    - 01_dont-reset-label-orientation added backported from upstream. Keep the
+      old behavior on 4.8 panel where there's no deskbar mode.  closes: #674864
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 28 May 2012 15:25:10 +0200
+
+xfce4-battery-plugin (1.0.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 14 May 2012 22:51:13 +0200
+
+xfce4-battery-plugin (1.0.1-1) unstable; urgency=low
+
+  [ Lionel Le Folgoc ]
+  * debian/patches: add missing DEP3 headers.
+
+  [ Yves-Alexis Perez ]
+  * New upstream release.
+  * debian/rules:
+    - use --parallel
+    - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
+    - pass --disable-static to configure.
+    - use find to remove .la files.
+  * debian/compat bumped to 9.
+  * debian/control:
+    - update debhelper build-dep to 9.
+    - add dpkg-dev 1.16.1 build-dep.
+    - drop hardening-includes build-dep.
+    - update standards version to 3.9.3. 
+    - replace libxfcegui4 build-dep by libxfce4ui.
+  * debian/patches:
+    - 0001-Show-time-when-on-battery-power-bug-3736 dropped, included
+      upstream.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 17 Apr 2012 21:21:40 +0200
+
+xfce4-battery-plugin (1.0.0-3) unstable; urgency=low
+
+  * debian/control:
+    - apm emulation has been backported to amd64 so enable battery plugin on
+      kfreebsd-amd64 arch.                                      closes: #634043
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 04 Sep 2011 22:30:42 +0200
+
+xfce4-battery-plugin (1.0.0-2) unstable; urgency=low
+
+  [ Yves-Alexis Perez ]
+  * Upload to unstable.
+  * debian/control:
+    - remove Emanuele and Simon from uploaders, thanks to them.
+    - drop cdbs build-dep.
+    - update xfce4-panel build-dep to 4.8.
+    - update standards version to 3.9.2.
+
+  [ Lionel Le Folgoc ]
+  * debian/patches:
+    - 0001-Show-time-when-on-battery-power-bug-3736.patch: show time estimate
+      with recent kernels (sysfs attribute change post 2.6.30). Closes: #614280
+    - series: add this patch.
+  * debian/control: add myself to Uploaders.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 19 Apr 2011 22:35:24 +0200
+
+xfce4-battery-plugin (1.0.0-1) experimental; urgency=low
+
+  [ Evgeni Golov ]
+  * Fix Vcs-* fields, they were missing 'trunk' in the path.
+
+  [ Yves-Alexis Perez ]
+  * New upstream release.
+  * debian/watch edited to track Xfce archive reorganisation.
+  * debian/control:
+    - switch to xfce section.
+    - update standards version to 3.9.1.
+    - use linux-any and kfreebsd-i386 architecture. 
+    - add build-dep on intltool.
+    - update debhelper build-dep to 7.
+    - add build-dep on hardening-includes.
+  * Switch to 3.0 (quilt) source format.
+  * debian/compat bumped to 7.0.50~ for overrides.
+  * debian/patches: 06_fix-ftbfs-2.6.24, 07_use-sysfs-fixed, 
+      08_no-battery-display dropped, included upstream.
+  * debian/rules:
+    - switch to tiny rules from dh 7.
+    - pick {C,LD}FLAGS from dpkg-buildflags.
+    - add hardening flags to {C,LD}FLAGS.
+    - add -z,defs, -O1 and --as-needed to LDFLAGS.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 27 Feb 2011 01:31:26 +0100
+
+xfce4-battery-plugin (0.5.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/patches:
+    - 03_lower-acpi-polling removed, same thing is included upstream now.
+                                                      (kind-of) closes: #498337
+    - 02_fix-2.6.21 same. 
+    - 05_fix-apm-kfreebsd-amd6 as well. 
+    - 08_ja.po too. 
+    - 08_no-battery-display added, correctly handle cases when no battery is
+      present. Patch taken from Xfce #3546.                     closes: #494099
+  * debian/control:
+    - remove Rudy Godoy from uploaders.
+    - add build-dep on libxfce4util-dev, libxfcegui4-dev.
+    - add dep on ${misc:Depends}.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 22 Feb 2009 18:34:36 +0100
+
+xfce4-battery-plugin (0.5.0-7) unstable; urgency=low
+
+  * debian/patches:
+    - 08_ja.po added, add japanese translation.                 closes: #475913
+  * debian/control:
+    - update long description based on Ubuntu one.
+    - remove Martin Loschwitz from Uploaders.
+    - update standards version to 3.8.0.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 03 Jul 2008 08:37:17 +0200
+
+xfce4-battery-plugin (0.5.0-6) unstable; urgency=low
+
+  * debian/patches: 
+    - 04_use-sysfs dropped, it causes too many problems.
+    - 07_use-sysfs-fixed added, enable generic sysfs use. 
+      Thanks Daniel Gibson.                                     closes: #466058
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 06 Apr 2008 11:39:22 +0200
+
+xfce4-battery-plugin (0.5.0-5) unstable; urgency=low
+
+  * debian/patches: 06_fix-ftbfs-2.6.24 added.
+  * debian/copyright:
+    - added dates.
+    - use © sign.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 18 Mar 2008 20:24:24 +0100
+
+xfce4-battery-plugin (0.5.0-4) unstable; urgency=low
+
+  * debian/patches:
+    - 01_fix-ftbfs-kfreebsd removed.
+    - 05_fix-apm-kfreebsd-amd64 added: fix ftbfs on kfreebsd-amd64 where apm
+      doesn't exist. (Xfce 3811)
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 24 Jan 2008 22:52:08 +0100
+
+xfce4-battery-plugin (0.5.0-3) unstable; urgency=low
+
+  [ Simon Huggins ]
+  * debian/control: Move fake Homepage field to a real one now dpkg
+    supports it.
+  * Add Vcs-* headers to debian/control
+
+  [ Yves-Alexis Perez ]
+  * debian/patches
+    - 04_use-sysfs: use sysfs interface if available.
+    - 03_lower-acpi-polling: don't refresh acpi system too often.
+  * debian/control:
+    - update email address.
+    - updated standards to 3.7.3.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 09 Dec 2007 00:23:32 +0100
+
+xfce4-battery-plugin (0.5.0-2) unstable; urgency=low
+
+  * debian/patches: added 02_fix-2.6.21.patch which fix battery plugin on
+    2.6.21 kernels and over.                                    closes: #409971 
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Thu, 13 Sep 2007 22:42:42 +0200
+
+xfce4-battery-plugin (0.5.0-1) unstable; urgency=low
+
+  (Yves-Alexis Perez)
+  * New upstream release.
+  * debian/patches:
+  	- added 01_fix-ftbfs-kfreebsd.patch, thanks Cyril Brulebois. closes: #415658
+  (Stefan Ott)
+  * debian/control: updated the url
+  (Simon Huggins)
+  * Build against the latest and greatest xfce.
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 16 Apr 2007 19:01:41 +0100
+
+xfce4-battery-plugin (0.4.90.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sat, 23 Sep 2006 15:38:21 +0100
+
+xfce4-battery-plugin (0.4.0-3) unstable; urgency=low
+
+  * Add correct panel build-dep.
+
+ -- Simon Huggins <huggie at earth.li>  Wed, 26 Jul 2006 16:36:32 +0100
+
+xfce4-battery-plugin (0.4.0-2) unstable; urgency=low
+
+  * (Yves-Alexis Perez)
+    - Incremented build-deps to match Xfce 4.4 Beta 2
+  * (Emanuele Rocca)
+    - Standards-Version bumped 
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Tue, 25 Jul 2006 00:17:35 +0200
+
+xfce4-battery-plugin (0.4.0-1) unstable; urgency=low
+
+  * New upstream (unofficial) release
+  * Removed explicit dependency on xfce4-panel (managed by shlibs)
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Wed, 03 May 2006 19:17:15 +0100
+
+xfce4-battery-plugin (0.3.0-2) unstable; urgency=low
+
+  * (Jani Monoses)
+    Modify ACPI battery status reading patch in debian/patches to work
+    with newer kernels and properly detect AC on/off.          Closes: #343159
+  * Updated Standards-version
+
+ -- Simon Huggins <huggie at earth.li>  Wed, 28 Dec 2005 15:54:48 +0000
+
+xfce4-battery-plugin (0.3.0-1) unstable; urgency=low
+  
+  * New upstream release
+
+ -- Emanuele Rocca <ema at debian.org>  Mon, 08 Aug 2005 21:57:27 +0200
+ 
+xfce4-battery-plugin (0.2.0-7) unstable; urgency=low
+
+  * Moving to unstable
+
+ -- Emanuele Rocca <ema at debian.org>  Sun, 19 Jun 2005 14:31:28 +0200
+
+xfce4-battery-plugin (0.2.0-6) experimental; urgency=low
+
+  * README.Debian added to document APM/ACPI stuff (Closes: #294308) 
+
+ -- Emanuele Rocca <ema at debian.org>  Sun, 12 Jun 2005 19:54:23 +0200
+
+xfce4-battery-plugin (0.2.0-5) unstable; urgency=low
+  
+  * (Rudy Godoy)
+    - Package adopted by the Debian Xfce Maintainers (Closes: #245114)
+    - Fixed description synopsis's uppercase use
+    - Added patch which fixes /proc ac adapter path (Closes: #251796)
+  * (Emanuele Rocca)
+    - Switched to simple-patchsys.mk (CDBS)
+  * (Simon Huggins)
+    - Add the libtool update magic
+
+ -- Emanuele Rocca <ema at debian.org>  Sun, 23 Jan 2005 21:07:44 +0100
+
+xfce4-battery-plugin (0.2.0-4) unstable; urgency=low
+
+  * Uploading with maintainer set to QA Group
+
+ -- Andrew Pollock <apollock at debian.org>  Sun, 16 May 2004 22:21:49 +1000
+
+xfce4-battery-plugin (0.2.0-3) unstable; urgency=low
+
+  * Remove bashism from debian/rules
+
+ -- Andrew Lau <netsnipe at users.sourceforge.net>  Sat,  8 Nov 2003 14:36:50 +1100
+
+xfce4-battery-plugin (0.2.0-2) unstable; urgency=low
+
+  * Remove libtool library and object.
+
+ -- Andrew Lau <netsnipe at users.sourceforge.net>  Fri,  7 Nov 2003 16:16:35 +1100
+
+xfce4-battery-plugin (0.2.0-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Andrew Lau <netsnipe at users.sourceforge.net>  Wed, 29 Oct 2003 15:47:14 +1100
+

Deleted: goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/patches/01_dont-reset-label-orientation.patch
===================================================================
--- goodies/trunk/xfce4-battery-plugin/debian/patches/01_dont-reset-label-orientation.patch	2012-06-29 15:17:26 UTC (rev 7067)
+++ goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/patches/01_dont-reset-label-orientation.patch	2012-06-30 13:31:01 UTC (rev 7082)
@@ -1,18 +0,0 @@
-commit 7a5c18a7616944c38bd971c6a76dd93ad343ce07
-Author: Landry Breuil <landry at xfce.org>
-Date:   Mon May 28 14:58:44 2012 +0200
-
-    Don't set labels orientation on 4.8 panels (Bug #8961)
-
-diff --git a/panel-plugin/battery.c b/panel-plugin/battery.c
-index 4168f26..49fd16b 100644
---- a/panel-plugin/battery.c
-+++ b/panel-plugin/battery.c
-@@ -800,7 +800,6 @@ battmon_set_orientation (XfcePanelPlugin *plugin, GtkOrientation orientation,
-     xfce_hvbox_set_orientation(XFCE_HVBOX(battmon->actempbox), !orientation);
-     gtk_progress_bar_set_orientation(GTK_PROGRESS_BAR(battmon->battstatus),
-                (orientation == GTK_ORIENTATION_HORIZONTAL ? GTK_PROGRESS_BOTTOM_TO_TOP : GTK_PROGRESS_LEFT_TO_RIGHT));
--    battmon_set_labels_orientation(battmon, orientation);
-     battmon_set_size(plugin, xfce_panel_plugin_get_size (plugin), battmon);
-     update_apm_status( battmon );
-     battmon->timeoutid = g_timeout_add(1 * 1024, (GSourceFunc) update_apm_status, battmon);

Deleted: goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-battery-plugin/debian/patches/series	2012-06-29 15:17:26 UTC (rev 7067)
+++ goodies/tags/xfce4-battery-plugin/1.0.5-1/debian/patches/series	2012-06-30 13:31:01 UTC (rev 7082)
@@ -1 +0,0 @@
-01_dont-reset-label-orientation.patch




More information about the Pkg-xfce-commits mailing list