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

CVS:oo-deb/debian changelog,1.362.2.30,1.362.2.31 rules,1.231.2.18,1.231.2.19



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

Modified Files:
      Tag: OPENOFFICE_ORG_1_1_3
	changelog rules 
Log Message:
rename the SDK tools to *.bin to be able to install wrapper scripts for them

Index: changelog
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.362.2.30
retrieving revision 1.362.2.31
diff -u -d -r1.362.2.30 -r1.362.2.31
--- changelog	30 Oct 2004 21:36:57 -0000	1.362.2.30
+++ changelog	31 Oct 2004 16:32:57 -0000	1.362.2.31
@@ -95,7 +95,7 @@
   * debian/openoffice.org-bin.templates.master: rename to .templates [RE]
   * debian/po/*: update for plain po-debconf usage [RE]
 
- -- Rene Engelhard <rene@debian.org>  Fri, 29 Oct 2004 01:53:41 +0200
+ -- Rene Engelhard <rene@debian.org>  Sun, 31 Oct 2004 16:41:36 +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.231.2.18
retrieving revision 1.231.2.19
diff -u -d -r1.231.2.18 -r1.231.2.19
--- rules	29 Oct 2004 14:58:16 -0000	1.231.2.18
+++ rules	31 Oct 2004 16:32:57 -0000	1.231.2.19
@@ -953,6 +953,11 @@
 		< $(MAINPKGDIR)-dev.links.in > $(MAINPKGDIR)-dev.links
 	dh_install $(DEBHELPER_OPTIONS) --sourcedir=debian/tmp -a
 
+	# move the OOo SDK binaries to a .bin so we can install our wrapper
+	# scripts from oo.o-d-f
+	cd $(MAINPKGDIR)-dev/$(OPENOFFICEDIR)/sdk/linux/bin && \
+		for i in *; do mv $$i $$i.bin; done
+
 	# install gnomevfs version of libtl, we can't do it in dh_install
 	# because dh_install can't rename files...
 	install -m644 \



Reply to: