------------------------------------------------------------
revno: 793
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: debian
timestamp: Mon 2007-07-30 22:17:32 +0200
message:
  remove bogus TKOS_BUILD_DATE
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2007-07-30 12:23:21 +0000
+++ b/changelog 2007-07-30 20:17:32 +0000
@@ -11,7 +11,7 @@
       + fix some stuff for etch backports
       + suggest libc*-dbg
       + reenable km again due to demand of the Khmer people...
-    - debian/*.mime: move Star* into a -filter-binfilter.mime [RE] 
+    - debian/*.mime: move Star* into a -filter-binfilter.mime [RE]
   * debian/control.in:
     - add build-conflicts against
       libxul-dev (= 1.8.0.13~pre070720-0etch1) - broken security update, see
@@ -21,7 +21,7 @@
   * debian/rules:
     - suggest openoffice.org-ctl-he at -l10n-he
 
- -- Rene Engelhard <[EMAIL PROTECTED]>  Mon, 30 Jul 2007 14:05:43 +0200
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Mon, 30 Jul 2007 22:17:05 +0200
 
 openoffice.org (2.2.1-6) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules     2007-07-27 10:50:19 +0000
+++ b/rules     2007-07-30 20:17:32 +0000
@@ -1101,6 +1101,12 @@
          grep -v OOO_LICENSE ooo-build/src/GSI_$$iso.sdf \
            > $$TMP && mv $$TMP ooo-build/src/GSI_$$iso.sdf; \
        done
+ifeq (he,$(findstring he,$(LANGPACKISOS)))
+       # TKOS_BUILD_DATE is bogus, too
+       TMP=`mktemp -q`; \
+       sed -e "s/TKOS_BUILD_DATE//g" < ooo-build/src/GSI_$$iso.sdf \
+         > $$TMP && mv $$TMP ooo-build/src/GSI_$$iso.sdf
+endif
 endif
 endif
 

Reply via email to