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

CVS:oo-debian-files/bin oooprelink,1.9,1.10



Update of /home/halls/cvs/debian-openoffice/oo-debian-files/bin
In directory gluck:/tmp/cvs-serv12763/bin

Modified Files:
	oooprelink 
Log Message:
- bin/oooprelink: point to library info in openoffice.org-bin
- Depends: openoffice.org-bin (>= 1.1.0-4)
- merge 1.1.0-3 branch changes and fix changelog


Index: oooprelink
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/oo-debian-files/bin/oooprelink,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- oooprelink	22 Dec 2003 21:26:49 -0000	1.9
+++ oooprelink	5 Jan 2004 03:04:10 -0000	1.10
@@ -48,11 +48,9 @@
 	ARCH=`dpkg --print-architecture`
 	if [ "$ARCH" = "ia64" -o "$ARCH" = "alpha" ]; then
 	LIBC="libc6.1"; else LIBC="libc6"; fi
-	echo -n "If you update the libraries used by OpenOffice.org (xlibs"
-	echo ", $LIBC, libstdc++5, "
-	echo "libgcc1, libfreetype6, libart-2.0-2, libfontconfig1, libxaw7, zlib1g"
-	echo -n "libdb3++c102, libaudio2, libcurl2) in the" 
-	echo "future, you need to prelink again."
+	echo "If you update the libraries used by OpenOffice.org (listed in"
+	echo "/usr/share/doc/openoffice.org-bin/used_libs) in the future,"
+	echo "you need to prelink again."
 	echo "Run /usr/sbin/oooprelink then."
 elif [ "$prelink" = "false" ]; then
 	if [ -f /var/state/openoffice/ooo_is_prelinked ]; then



Reply to: