[Pkg-virtualbox-commits] r330 - trunk/debian

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Aug 7 14:41:35 UTC 2008


Author: daniel
Date: 2008-08-07 14:41:34 +0000 (Thu, 07 Aug 2008)
New Revision: 330

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Adding patch from Gon?\195?\169ri Le Bouder <goneri at rulezlan.org> to fix FTBFS with LC_ALL set to fr_FR.UTF-8 (Closes: #494157).

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-08-07 14:37:26 UTC (rev 329)
+++ trunk/debian/changelog	2008-08-07 14:41:34 UTC (rev 330)
@@ -1,3 +1,12 @@
+virtualbox-ose (1.6.2-dfsg-4) UNRELEASED; urgency=medium
+
+  * Adding patch from Gonéri Le Bouder <goneri at rulezlan.org> to fix FTBFS with
+    dash as /bin/sh (Closes: #493402).
+  * Adding patch from Gonéri Le Bouder <goneri at rulezlan.org> to fix FTBFS with
+    LC_ALL set to fr_FR.UTF-8 (Closes: #494157).
+
+ -- Daniel Baumann <daniel at debian.org>  Thu,  7 Aug 2008 11:38:00 -0300
+
 virtualbox-ose (1.6.2-dfsg-3) unstable; urgency=medium
 
   [ Daniel Baumann ]

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-08-07 14:37:26 UTC (rev 329)
+++ trunk/debian/rules	2008-08-07 14:41:34 UTC (rev 330)
@@ -34,7 +34,7 @@
 # ... and text/plain
 debian/virtualbox-ose.README.Debian: debian/README.Debian.html
 	chmod 755 debian/lynx-dump-postprocess
-	export LANG=C; lynx -force_html -dump $< | ./debian/lynx-dump-postprocess > $@.tmp
+	export LC_ALL=C; lynx -force_html -dump $< | ./debian/lynx-dump-postprocess > $@.tmp
 	mv $@.tmp $@
 
 env.sh: patch-stamp




More information about the Pkg-virtualbox-commits mailing list