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

CVS:oo-deb/debian changelog,1.377,1.378 rules,1.238,1.239



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

Modified Files:
	changelog rules 
Log Message:
    - link to the english wizard/bitmap directory in the various langpacks
      to be able to access the localized-not-not-localized bitmaps. Fixes
      several Autopilots... (closes: #216647)


Index: changelog
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.377
retrieving revision 1.378
diff -u -d -r1.377 -r1.378
--- changelog	1 Nov 2004 01:20:46 -0000	1.377
+++ changelog	1 Nov 2004 18:36:57 -0000	1.378
@@ -2,8 +2,12 @@
 
   * New patches:
     - now actually apply sysui-mimetypes.diff... (closes: #272638)
+  * debian/rules:
+    - link to the english wizard/bitmap directory in the various langpacks
+      to be able to access the localized-not-not-localized bitmaps. Fixes
+      several Autopilots... (closes: #216647)
 
- -- Rene Engelhard <rene@debian.org>  Mon,  1 Nov 2004 02:16:05 +0100
+ -- Rene Engelhard <rene@debian.org>  Mon,  1 Nov 2004 19:13:03 +0100
 
 openoffice.org (1.1.2dfsg1-1) unstable; urgency=medium
 

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- rules	28 Oct 2004 23:02:57 -0000	1.238
+++ rules	1 Nov 2004 18:36:57 -0000	1.239
@@ -1135,6 +1135,12 @@
 	done
 endif
 
+	# create symlinks to the english wizard/bitmap directory for the
+	# other language packs
+	for i in `find . -type d -name "wizard" | grep l10n`; do \
+		ln -s ../../english/wizard/bitmap $$i/bitmap; \
+	done
+
 	touch $@
 
 



Reply to: