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

CVS:oo-debian-files/debian changelog,1.121,1.122 rules,1.27,1.28



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

Modified Files:
	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.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- changelog	13 Feb 2005 17:11:52 -0000	1.121
+++ changelog	14 Feb 2005 02:35:05 -0000	1.122
@@ -8,8 +8,9 @@
   * remove application/msexcel mimetype (closes: #291821)
   * remove Jan-Hendick Palic from Uploaders [RE]
   * add regcomp manpage; thanks Nathanael Nerode (closes: #294885) [RE]
-
- -- Rene Engelhard <rene@debian.org>  Sun, 13 Feb 2005 18:04:27 +0100
+  * generate a bash_completion file for
+    oo{calc,writer,impress,draw,math,fromtemplate,master} (closes: #258074) [RE] 
+ -- 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.28
diff -u -d -r1.27 -r1.28
--- rules	23 Dec 2004 12:23:46 -0000	1.27
+++ rules	14 Feb 2005 02:35:05 -0000	1.28
@@ -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: