------------------------------------------------------------
revno: 893
committer: Mirco Bauer <[EMAIL PROTECTED]>
branch nick: experimental
timestamp: Mon 2007-09-24 00:40:17 +0200
message:
  - fixed date call, using LC_ALL=C
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2007-09-23 22:30:45 +0000
+++ b/changelog 2007-09-23 22:40:17 +0000
@@ -5,6 +5,9 @@
     - remove bogus curl conditional which was temporary but slipped in...
 
   [ Mirco Bauer ]
+  * debian/rules:
+    - use LC_ALL=C instead of LANG=C for date call, else LC_ALL or LC_TIME
+      might override it.
   * debian/control.mono.in:
     - enhanced package description
 

=== modified file 'rules'
--- a/rules     2007-09-17 12:26:04 +0000
+++ b/rules     2007-09-23 22:40:17 +0000
@@ -157,7 +157,7 @@
                 --mandir=/usr/share/man \
                 --with-docdir=/usr/share/doc/openoffice.org \
                --with-lang="$(BUILD_ISOS)" \
-                --with-build-version="openoffice.org$(VER)-core 
$(BINARY_VERSION), `LANG=C date`" \
+                --with-build-version="openoffice.org$(VER)-core 
$(BINARY_VERSION), `LC_ALL=C date`" \
                 --disable-strip \
                --enable-atkbridge \
                 --enable-lockdown \

Reply via email to