[Pkg-xfce-commits] r2329 - in goodies/xfce4-xkb-plugin/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Tue Sep 23 23:08:38 UTC 2008
Author: corsac
Date: 2008-09-23 23:08:37 +0000 (Tue, 23 Sep 2008)
New Revision: 2329
Modified:
goodies/xfce4-xkb-plugin/debian/changelog
goodies/xfce4-xkb-plugin/debian/patches/01_fix-xklavier-switch-utf8.patch
goodies/xfce4-xkb-plugin/debian/rules
Log:
debian/rules: include simple-patchsys.
Modified: goodies/xfce4-xkb-plugin/debian/changelog
===================================================================
--- goodies/xfce4-xkb-plugin/debian/changelog 2008-09-23 23:07:46 UTC (rev 2328)
+++ goodies/xfce4-xkb-plugin/debian/changelog 2008-09-23 23:08:37 UTC (rev 2329)
@@ -17,8 +17,9 @@
* debian/patches:
- 01_fix-xklavier-switch-utf8 added, don't try to convert xklavier strings
to UTF-8 as it's already UTF-8.
+ * debian/rules: include simple-patchsys.
- -- Yves-Alexis Perez <corsac at debian.org> Wed, 24 Sep 2008 00:55:54 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 24 Sep 2008 01:02:22 +0200
xfce4-xkb-plugin (0.4.3-1) unstable; urgency=low
Modified: goodies/xfce4-xkb-plugin/debian/patches/01_fix-xklavier-switch-utf8.patch
===================================================================
--- goodies/xfce4-xkb-plugin/debian/patches/01_fix-xklavier-switch-utf8.patch 2008-09-23 23:07:46 UTC (rev 2328)
+++ goodies/xfce4-xkb-plugin/debian/patches/01_fix-xklavier-switch-utf8.patch 2008-09-23 23:08:37 UTC (rev 2329)
@@ -8,7 +8,7 @@
char *sd = g_strstrip (ci->description);
- return sd[0] == 0 ? g_strdup (ci->name) :
- g_locale_to_utf8 (sd, -1, NULL, NULL, NULL);
-+ return sd[0] == 0 ? g_strdup (ci->name) : g_strdup(sd)
++ return sd[0] == 0 ? g_strdup (ci->name) : g_strdup(sd);
}
/**/
Modified: goodies/xfce4-xkb-plugin/debian/rules
===================================================================
--- goodies/xfce4-xkb-plugin/debian/rules 2008-09-23 23:07:46 UTC (rev 2328)
+++ goodies/xfce4-xkb-plugin/debian/rules 2008-09-23 23:08:37 UTC (rev 2329)
@@ -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/simple-patchsys.mk
binary-post-install/xfce4-weather-plugin::
-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
More information about the Pkg-xfce-commits
mailing list