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

CVS:oo-deb/debian/scripts dbdevver,1.1,1.2 vars,1.29,1.30



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

Modified Files:
	vars 
Added Files:
	dbdevver 
Log Message:
merge OPENOFFICE_ORG_1_1_1 to HEAD

--- NEW FILE: dbdevver ---
#!/bin/sh

for d in `apt-cache search libdb++-dev | awk '{print $1}'`; do
	if [ "`dpkg -l $d | grep libdb | awk '{print $1}'`" = "ii" ]; then
		echo `dpkg -l $d | grep db | awk '{print $3}' | cut -d"." -f1,2`
		exit 0;
	fi
done

Index: vars
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/scripts/vars,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- vars	11 Nov 2003 14:16:43 -0000	1.29
+++ vars	22 Mar 2004 15:20:15 -0000	1.30
@@ -16,10 +16,10 @@
 BUILDNUM=645
 
 # Directory of patch apply file
-PATCH_DIR=OOO_1_1_0
+PATCH_DIR=OOO_1_1_1
 
 # Ximian icons
-OOO_ICONS_VER=ooo-icons-OOO_1_1-6
+OOO_ICONS_VER=ooo-icons-OOO_1_1-8
 
 SOURCE_TREE=.
 



Reply to: