[Pkg-virtualbox-commits] r335 - trunk/debian
meskes at alioth.debian.org
meskes at alioth.debian.org
Fri Aug 8 15:57:54 UTC 2008
Author: meskes
Date: 2008-08-08 15:57:53 +0000 (Fri, 08 Aug 2008)
New Revision: 335
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
Reverting changes
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-08-08 08:27:27 UTC (rev 334)
+++ trunk/debian/changelog 2008-08-08 15:57:53 UTC (rev 335)
@@ -1,9 +1,3 @@
-virtualbox-ose (1.6.2-dfsg-5) unstable; urgency=low
-
- * Set both, LC_ALL and LANG, to C when computing README.Debian.
-
- -- Michael Meskes <meskes at debian.org> Fri, 08 Aug 2008 10:27:50 +0200
-
virtualbox-ose (1.6.2-dfsg-4) unstable; urgency=medium
* Adding patch from Gonéri Le Bouder <goneri at rulezlan.org> to fix FTBFS with
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2008-08-08 08:27:27 UTC (rev 334)
+++ trunk/debian/rules 2008-08-08 15:57:53 UTC (rev 335)
@@ -34,7 +34,7 @@
# ... and text/plain
debian/virtualbox-ose.README.Debian: debian/README.Debian.html
chmod 755 debian/lynx-dump-postprocess
- export LC_ALL=C; 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