[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-deb/debian changelog,1.362,1.363 rules,1.231,1.232



Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv27228/debian

Modified Files:
	changelog rules 
Log Message:
fix broken if statement breaking with-Java builds, thanks martink

Index: changelog
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -d -r1.362 -r1.363
--- changelog	31 Jul 2004 11:51:28 -0000	1.362
+++ changelog	12 Aug 2004 14:38:08 -0000	1.363
@@ -1,3 +1,10 @@
+openoffice.org (1.1.2-3.4pre) unstable; urgency=low
+
+  * debian/rules:
+    - fix broken if statement breaking with-Java builds, thanks martink [RE]
+
+ -- Rene Engelhard <rene@debian.org>  Thu, 12 Aug 2004 16:36:14 +0200
+
 openoffice.org (1.1.2-3) unstable; urgency=medium
 
   * ARM architecture support added, thanks Peter Naulls [PN],

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -d -r1.231 -r1.232
--- rules	27 Jul 2004 19:40:24 -0000	1.231
+++ rules	12 Aug 2004 14:38:09 -0000	1.232
@@ -1106,7 +1106,7 @@
 	for iso in $(LANGPACKISOS); do \
           langiso=`echo $$iso | tr A-Z a-z`;      \
 	  prefix=`debian/local/openoffice-xlate-lang -p $$iso`;\
-	    if [ -f $(MAINPKGDIR)-l10n-$$langiso$(OPENOFFICEDIR)/program/resource/jvm$(BUILDNUM)$$prefix.res; \
+	    if [ -f $(MAINPKGDIR)-l10n-$$langiso$(OPENOFFICEDIR)/program/resource/jvm$(BUILDNUM)$$prefix.res ]; then \
 	      rm -f $(MAINPKGDIR)-l10n-$$langiso$(OPENOFFICEDIR)/program/resource/jvm$(BUILDNUM)$$prefix.res; \
 	    fi; \
 	done



Reply to: