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

CVS:oo-debian-files/debian changelog,1.106.2.3,1.106.2.4 rules,1.25.2.1,1.25.2.2



Update of /cvs/debian-openoffice/oo-debian-files/debian
In directory gluck:/tmp/cvs-serv7792/debian

Modified Files:
      Tag: OPENOFFICE_ORG_1_1_3
	changelog rules 
Log Message:
add wrapper scripts for the SDK tools

Index: changelog
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/debian/changelog,v
retrieving revision 1.106.2.3
retrieving revision 1.106.2.4
diff -u -d -r1.106.2.3 -r1.106.2.4
--- changelog	14 Oct 2004 21:10:21 -0000	1.106.2.3
+++ changelog	31 Oct 2004 16:32:12 -0000	1.106.2.4
@@ -3,8 +3,9 @@
   * etc/autoresponse.conf, bin/openoffice: 1.1.3 [RE]
   * tighten depends to 1.1.3 packages [RE]
   * add WordPerfect mimetypes since OOo now can handle these documents [RE]
+  * add wrapper scripts for the OOo SDK tools 
 
- -- Rene Engelhard <rene@debian.org>  Thu, 14 Oct 2004 23:09:12 +0200
+ -- Rene Engelhard <rene@debian.org>  Sun, 31 Oct 2004 16:06:16 +0100
 
 openoffice.org-debian-files (1.1.2-5+1) unstable; urgency=medium
 

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/debian/rules,v
retrieving revision 1.25.2.1
retrieving revision 1.25.2.2
diff -u -d -r1.25.2.1 -r1.25.2.2
--- rules	14 Oct 2004 20:33:00 -0000	1.25.2.1
+++ rules	31 Oct 2004 16:32:12 -0000	1.25.2.2
@@ -39,6 +39,15 @@
 		$(CURDIR)/debian/openoffice.org$(VER)-debian-files/usr/bin/regcomp$(VER)
 	install -m755 bin/spadmin \
 		$(CURDIR)/debian/openoffice.org$(VER)-debian-files/usr/bin/oopadmin$(VER)
+	
+	if [ ! -d $(CURDIR)/debian/openoffice.org$(VER)-debian-files/usr/lib/openoffice/sdk/`dpkg-architecture -qDEB_HOST_GNU_SYSTEM`/bin ]; then \
+		mkdir -p $(CURDIR)/debian/openoffice.org$(VER)-debian-files/usr/lib/openoffice/sdk/`dpkg-architecture -qDEB_HOST_GNU_SYSTEM`/bin; \
+	fi
+	for i in cppumaker idlc idlcpp javamaker rdbmaker regmerge \
+	  regview uno xml2cmp; do \
+		install -m755 bin/sdk-wrapper \
+		$(CURDIR)/debian/openoffice.org$(VER)-debian-files/usr/lib/openoffice/sdk/linux/bin/$$i; \
+	done
 
 	# install prelink script
 	install -m755 bin/oooprelink \



Reply to: