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

CVS:oo-debian-files/debian changelog,1.118.2.2,1.118.2.3 rules,1.27,1.27.2.1



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

Modified Files:
      Tag: OPENOFFICE_ORG_1_1_4
	changelog rules 
Log Message:
generate a bash_completion file

Index: changelog
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/debian/changelog,v
retrieving revision 1.118.2.2
retrieving revision 1.118.2.3
diff -u -d -r1.118.2.2 -r1.118.2.3
--- changelog	13 Feb 2005 17:17:39 -0000	1.118.2.2
+++ changelog	14 Feb 2005 02:43:38 -0000	1.118.2.3
@@ -11,8 +11,10 @@
   * add Quattro Pro mimetypes [RE]
   * remove Jan-Hendick Palic from Uploaders [RE]
   * add regcomp manpage; thanks Nathanael Nerode (closes: #294885) [RE]
+  * generate a bash_completion file for
+    oo{calc,writer,impress,draw,math,fromtemplate,master} (closes: #258074) [RE] 
 
- -- Rene Engelhard <rene@debian.org>  Sun, 13 Feb 2005 18:04:27 +0100
+ -- Rene Engelhard <rene@debian.org>  Mon, 14 Feb 2005 02:41:31 +0100
 
 openoffice.org-debian-files (1.1.3-3+1) unstable; urgency=low
 

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/debian/rules,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -u -d -r1.27 -r1.27.2.1
--- rules	23 Dec 2004 12:23:46 -0000	1.27
+++ rules	14 Feb 2005 02:43:38 -0000	1.27.2.1
@@ -17,12 +17,14 @@
 
 build-stamp: configure-stamp 
 	dh_testdir
+	perl bin/generate_bash_completion.pl bash_completion.openoffice
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
+	rm -f bash_completion.openoffice
 
 	dh_clean
 
@@ -82,6 +84,12 @@
 	for script in postinst postrm prerm; do \
 		install -m755 share/dictionaries $(HOOKDIR)/$$script.d/; \
 	done
+
+	# install bash_completion file
+	mkdir -p \
+	$(CURDIR)/debian/openoffice.org-debian-files$(VER)/etc/bash_completion.d
+	cp bash_completion.openoffice \
+	$(CURDIR)/debian/openoffice.org-debian-files$(VER)/etc/bash_completion.d/openoffice
 
 	# install lintian overrides
 	install -m644 debian/openoffice.org-debian-files.lintian-overrides \



Reply to: