[Pkg-xfce-commits] r3951 - in goodies/trunk/xfce4-cpufreq-plugin/debian: . patches source

Yves-Alexis Perez corsac at alioth.debian.org
Thu Apr 22 10:39:48 UTC 2010


Author: corsac
Date: 2010-04-22 22:39:48 +0000 (Thu, 22 Apr 2010)
New Revision: 3951

Added:
   goodies/trunk/xfce4-cpufreq-plugin/debian/patches/series
   goodies/trunk/xfce4-cpufreq-plugin/debian/source/
   goodies/trunk/xfce4-cpufreq-plugin/debian/source/format
Modified:
   goodies/trunk/xfce4-cpufreq-plugin/debian/changelog
   goodies/trunk/xfce4-cpufreq-plugin/debian/control
   goodies/trunk/xfce4-cpufreq-plugin/debian/rules
Log:
  - update standards version to 3.8.4.
  - switch to xfce section.
  - add depends on ${misc:Depends}.
* debian/source/format created with "3.0 (quilt)" format.

Modified: goodies/trunk/xfce4-cpufreq-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-cpufreq-plugin/debian/changelog	2010-04-22 22:28:23 UTC (rev 3950)
+++ goodies/trunk/xfce4-cpufreq-plugin/debian/changelog	2010-04-22 22:39:48 UTC (rev 3951)
@@ -10,15 +10,18 @@
   * debian/watch edited to track Xfce archive reorganisation.
   * debian/compat bumped to 7.
   * debian/control:
-    - update standards version to 3.8.2.
+    - update standards version to 3.8.4.
     - update debhelper build-dep to 7.
+    - switch to xfce section.
+    - add depends on ${misc:Depends}.
+  * debian/source/format created with "3.0 (quilt)" format.
 
   [ Lionel Le Folgoc ]
   * debian/patches/03_fix-segfault-on-exit.patch: use expected function
     signature for the "free-data" callback.         lp: #86317, closes: #505175
   * debian/control: add myself to Uploaders.
 
- -- Lionel Le Folgoc <mrpouit at gmail.com>  Tue, 16 Feb 2010 22:54:36 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 23 Apr 2010 00:31:36 +0200
 
 xfce4-cpufreq-plugin (0.2-2) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-cpufreq-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-cpufreq-plugin/debian/control	2010-04-22 22:28:23 UTC (rev 3950)
+++ goodies/trunk/xfce4-cpufreq-plugin/debian/control	2010-04-22 22:39:48 UTC (rev 3951)
@@ -1,18 +1,18 @@
 Source: xfce4-cpufreq-plugin
-Section: x11
+Section: xfce
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>,
  Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at debian.org>, Stefan Ott <stefan at ott.net>,
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: cdbs, debhelper (>= 7), libgtk2.0-dev, xfce4-panel-dev (>= 4.3.90.2-3), libxml2-dev, libcpufreq-dev, intltool
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-cpufreq-plugin/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-cpufreq-plugin/
 
 Package: xfce4-cpufreq-plugin
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: cpufreq information plugin for the Xfce4 panel
  This plugin displays the current frequency of the CPU, in GHz or MHz as
  necessary. It also displays the frequency relative to the maximum CPU

Added: goodies/trunk/xfce4-cpufreq-plugin/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-cpufreq-plugin/debian/patches/series	                        (rev 0)
+++ goodies/trunk/xfce4-cpufreq-plugin/debian/patches/series	2010-04-22 22:39:48 UTC (rev 3951)
@@ -0,0 +1,3 @@
+01_add_always_ghz_option.patch
+02_ja.po.patch
+03_fix-segfault-on-exit.patch

Modified: goodies/trunk/xfce4-cpufreq-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-cpufreq-plugin/debian/rules	2010-04-22 22:28:23 UTC (rev 3950)
+++ goodies/trunk/xfce4-cpufreq-plugin/debian/rules	2010-04-22 22:39:48 UTC (rev 3951)
@@ -1,12 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile-vars.mk
 
 DEB_MAKE_INVOKE := $(DEB_MAKE_ENVVARS) \
 	make -C $(DEB_BUILDDIR)
-	
+
 DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(CURDIR)/debian/`dh_listpackages`
 
 include /usr/share/cdbs/1/class/makefile.mk

Added: goodies/trunk/xfce4-cpufreq-plugin/debian/source/format
===================================================================
--- goodies/trunk/xfce4-cpufreq-plugin/debian/source/format	                        (rev 0)
+++ goodies/trunk/xfce4-cpufreq-plugin/debian/source/format	2010-04-22 22:39:48 UTC (rev 3951)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-xfce-commits mailing list