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

CVS:oo-deb/debian changelog,1.433,1.434 rules,1.259,1.260



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

Modified Files:
	changelog rules 
Log Message:
- fix typo at uuencoding, >, not >>


Index: changelog
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.433
retrieving revision 1.434
diff -u -d -r1.433 -r1.434
--- changelog	25 Feb 2005 07:31:21 -0000	1.433
+++ changelog	25 Feb 2005 10:06:19 -0000	1.434
@@ -4,10 +4,11 @@
     - fix get-ooo-build to get right ooo-build branch [RE]
     - add missing else to get the language-build special casing for the
       buildds work again, makes them not build OOo completely twice.... [RE]
+    - fix typo at uuencoding, >, not >> [RE]
   * debian/control.in:
     - version conflict with kwin-style-baghira (<< 0.6) [CH]
 
- -- Rene Engelhard <rene@debian.org>  Wed, 23 Feb 2005 14:00:07 +0100
+ -- Rene Engelhard <rene@debian.org>  Fri, 25 Feb 2005 11:01:13 +0100
 
 openoffice.org (1.1.3-6) unstable; urgency=high
 

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -d -r1.259 -r1.260
--- rules	23 Feb 2005 16:18:51 -0000	1.259
+++ rules	25 Feb 2005 10:06:19 -0000	1.260
@@ -451,7 +451,7 @@
 	  if [ -s $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png ]; then \
 	    uuencode $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png \
 		ximian-openoffice-$$i.png \
-		>> $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png.uu &&\
+		> $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png.uu &&\
 	    touch -r $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png.uu \
 		$(OOO_BUILD)/desktop/ximian-openoffice-$$i.png ;\
 	  fi; \
@@ -605,7 +605,7 @@
 	  touch -r $(OOO_BUILD)/fonts/opens___.ttf $(OOO_BUILD)/fonts/opens___.ttf.uu ;\
 	fi
 
-	# uuencode Ximian desktop icons
+	# uudecode Ximian desktop icons
 	for i in calc draw impress math template web writer; do \
 	  if [ ! -s $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png ]; then \
 	    uudecode -o $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png \



Reply to: