------------------------------------------------------------
revno: 1056
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: debian
timestamp: Fri 2008-04-25 13:09:54 +0200
message:
  remove obsolete SRCNUM usage
modified:
  rules
=== modified file 'rules'
--- a/rules     2008-04-24 16:09:16 +0000
+++ b/rules     2008-04-25 11:09:54 +0000
@@ -55,7 +55,6 @@
 # work around tcsh bugs.debian.org/339034: tcsh: Unknown colorls variable `su'
 unexport LS_COLORS
 
-SRCNUM=680
 MWS=DEV300
 MILESTONE:=$(shell echo "$(UPSTREAM_VERSION)" | cut -d~ -f3 | sed -e s/$(shell 
echo $(MWS) | tr A-Z a-z)//)
 #MILESTONE=m1
@@ -2405,9 +2404,9 @@
                > 
debian/broffice.org/$(OODIR)/share/registry/data/org/openoffice/Setup.xcu
        for iso in $(LANGPACKISOS); do \
                if [ "$$iso" = "en-US" ]; then p=common; else p=l10n-`echo 
$$iso | tr A-Z a-z`; fi; \
-               cat 
$(PKGDIR)-$$p/$(OODIR)/program/resource/ooo$(SRCNUM)$$iso.res \
+               cat $(PKGDIR)-$$p/$(OODIR)/program/resource/ooo$$iso.res \
                | sed -e "s/OpenO/BrO/" \
-               > 
debian/broffice.org/$(OODIR)/program/resource/ooo$(SRCNUM)$$iso.res; \
+               > debian/broffice.org/$(OODIR)/program/resource/ooo$$iso.res; \
        done
        for i in writer calc draw impress math base; do \
                cat $(PKGDIR)-$$i/usr/share/applications/ooo-$$i.desktop \

Reply via email to