[Pkg-xfce-commits] r1148 - in goodies/xfce4-cpugraph-plugin/debian:
. patches
Mike Massonnet
mykey-guest at alioth.debian.org
Sun Feb 25 16:52:35 CET 2007
Author: mykey-guest
Date: 2007-02-25 16:52:35 +0100 (Sun, 25 Feb 2007)
New Revision: 1148
Added:
goodies/xfce4-cpugraph-plugin/debian/patches/
goodies/xfce4-cpugraph-plugin/debian/patches/00list
goodies/xfce4-cpugraph-plugin/debian/patches/01_typo_appearance.dpatch
Modified:
goodies/xfce4-cpugraph-plugin/debian/changelog
goodies/xfce4-cpugraph-plugin/debian/control
goodies/xfce4-cpugraph-plugin/debian/rules
Log:
Fix the typo with dpatch
Modified: goodies/xfce4-cpugraph-plugin/debian/changelog
===================================================================
--- goodies/xfce4-cpugraph-plugin/debian/changelog 2007-02-08 21:52:04 UTC (rev 1147)
+++ goodies/xfce4-cpugraph-plugin/debian/changelog 2007-02-25 15:52:35 UTC (rev 1148)
@@ -1,5 +1,8 @@
xfce4-cpugraph-plugin (0.3.0-2) UNRELEASED; urgency=low
+ (Mike Massonnet)
+ * Fix typo (#411935)
+
(Stefan Ott)
* debian/control: updated the url
Modified: goodies/xfce4-cpugraph-plugin/debian/control
===================================================================
--- goodies/xfce4-cpugraph-plugin/debian/control 2007-02-08 21:52:04 UTC (rev 1147)
+++ goodies/xfce4-cpugraph-plugin/debian/control 2007-02-25 15:52:35 UTC (rev 1148)
@@ -3,7 +3,7 @@
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 corsac.net>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), xfce4-panel-dev (>= 4.3.90.2-3), libxml2-dev, libxml-parser-perl
+Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), dpatch, xfce4-panel-dev (>= 4.3.90.2-3), libxml2-dev, libxml-parser-perl
Standards-Version: 3.7.2
Package: xfce4-cpugraph-plugin
Added: goodies/xfce4-cpugraph-plugin/debian/patches/00list
===================================================================
--- goodies/xfce4-cpugraph-plugin/debian/patches/00list 2007-02-08 21:52:04 UTC (rev 1147)
+++ goodies/xfce4-cpugraph-plugin/debian/patches/00list 2007-02-25 15:52:35 UTC (rev 1148)
@@ -0,0 +1 @@
+01_typo_appearance.dpatch
Added: goodies/xfce4-cpugraph-plugin/debian/patches/01_typo_appearance.dpatch
===================================================================
--- goodies/xfce4-cpugraph-plugin/debian/patches/01_typo_appearance.dpatch 2007-02-08 21:52:04 UTC (rev 1147)
+++ goodies/xfce4-cpugraph-plugin/debian/patches/01_typo_appearance.dpatch 2007-02-25 15:52:35 UTC (rev 1148)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_typo_appearance.dpatch by Mike Massonnet <mmassonnet at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Correction of a typo (#411935)
+
+ at DPATCH@
+
+diff -Nru xfce4-cpugraph-plugin-0.3.0.orig/panel-plugin/cpu.c xfce4-cpugraph-plugin-0.3.0/panel-plugin/cpu.c
+--- xfce4-cpugraph-plugin-0.3.0.orig/panel-plugin/cpu.c 2006-04-27 21:19:04.000000000 +0200
++++ xfce4-cpugraph-plugin-0.3.0/panel-plugin/cpu.c 2007-02-24 17:24:38.000000000 +0100
+@@ -606,7 +606,7 @@
+ op->m_Notebook = gtk_notebook_new ();
+ gtk_container_set_border_width (GTK_CONTAINER (op->m_Notebook),
+ BORDER - 2);
+- label = gtk_label_new (_("Apperance"));
++ label = gtk_label_new (_("Appearance"));
+ gtk_notebook_append_page (GTK_NOTEBOOK (op->m_Notebook),
+ GTK_WIDGET (vbox2), GTK_WIDGET (label));
+ label = gtk_label_new (_("Advanced"));
Property changes on: goodies/xfce4-cpugraph-plugin/debian/patches/01_typo_appearance.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Modified: goodies/xfce4-cpugraph-plugin/debian/rules
===================================================================
--- goodies/xfce4-cpugraph-plugin/debian/rules 2007-02-08 21:52:04 UTC (rev 1147)
+++ goodies/xfce4-cpugraph-plugin/debian/rules 2007-02-25 15:52:35 UTC (rev 1148)
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
makebuilddir/xfce4-cpugraph-plugin::
-rm -rf config.status
More information about the Pkg-xfce-commits
mailing list