[Modconf-commits] r207 - in trunk/modconf: . debian

Frank Lichtenheld djpig at debian.org
Thu May 10 22:56:06 UTC 2007


Author: djpig
Date: 2007-05-10 22:56:06 +0000 (Thu, 10 May 2007)
New Revision: 207

Modified:
   trunk/modconf/Makefile
   trunk/modconf/debian/changelog
Log:
Handle UTF-8 characters in module descriptions
(seems the first now found his way in the kernel tree)


Modified: trunk/modconf/Makefile
===================================================================
--- trunk/modconf/Makefile	2007-05-10 22:29:05 UTC (rev 206)
+++ trunk/modconf/Makefile	2007-05-10 22:56:06 UTC (rev 207)
@@ -64,7 +64,9 @@
 
 build/eval_%.auto: build/kerneldsc
 	[ -d build ] || mkdir build
-	cat build/kerneldsc | sort | uniq > $@
+	cat build/kerneldsc | sort | uniq > $@.tmp
+	iconv -f utf-8 -t $(charset-$(patsubst build/eval_%.auto,%,$@)) < $@.tmp >$@
+	rm -f $@.tmp
 
 build/kerneldsc:
 	debian/mkkerneldesc.pl "$(KERNELTREE26)" > build/kerneldsc

Modified: trunk/modconf/debian/changelog
===================================================================
--- trunk/modconf/debian/changelog	2007-05-10 22:29:05 UTC (rev 206)
+++ trunk/modconf/debian/changelog	2007-05-10 22:56:06 UTC (rev 207)
@@ -3,6 +3,8 @@
   * Fix escaping of qoutes in module summaries. Patch by
     Scott Edwards. (Closes: #358855)
   * Build against kernel-tree-2.6.20
+  * Handle UTF-8 characters in module descriptions
+    (seems the first now found his way in the kernel tree)
 
  -- Frank Lichtenheld <djpig at debian.org>  Fri, 11 May 2007 00:26:16 +0200
 




More information about the Modconf-commits mailing list