[ooo-build-commit] bin/package-ooo

Petr Mladek pmladek at kemper.freedesktop.org
Wed Sep 30 04:26:37 PDT 2009


 bin/package-ooo |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 5e1d483b4096cf3b1cd6ad81c38e862928c3d2f3
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed Sep 30 13:21:56 2009 +0200

    OpenGL transitions module packaging (non-Debian)
    
    * bin/package-ooo: put the OpenGL transitions stuff into the impress package
      in the split build and into the common package in the non-split build;
      upstream puts it into a separate optional package; Though, it is small and
      has low dependencies, so...

diff --git a/bin/package-ooo b/bin/package-ooo
index 01498f9..50ceaf1 100755
--- a/bin/package-ooo
+++ b/bin/package-ooo
@@ -493,6 +493,8 @@ if test "z$VENDORNAME" != "zDebian" ; then
 		merge_flists gid_Module_Brand_Prg_Math 	$BUILDDIR/math_list.txt
 		merge_flists gid_Module_Brand_Prg_Impress $BUILDDIR/impress_list.txt
 		merge_flists gid_Module_Brand_Prg_Wrt	$BUILDDIR/writer_list.txt
+		# FIXME: small; low dependencies; why optional module?
+		merge_flists gid_Module_Optional_OGLTrans $BUILDDIR/impress_list.txt
 		# FIXME: shold be fixed in scp2
 		mv_file_between_flists $BUILDDIR/calc_list.txt $BUILDDIR/common_list.txt $OOINSTBASE/program/libvbaobj.*\.uno.so
 	else
@@ -508,6 +510,8 @@ if test "z$VENDORNAME" != "zDebian" ; then
 		merge_flists gid_Module_Brand_Prg_Math 	$BUILDDIR/common_list.txt
 		merge_flists gid_Module_Brand_Prg_Impress $BUILDDIR/common_list.txt
 		merge_flists gid_Module_Brand_Prg_Wrt	$BUILDDIR/common_list.txt
+		# FIXME: small; low dependencies; why optional module?
+		merge_flists gid_Module_Optional_OGLTrans $BUILDDIR/common_list.txt
 	fi
 		
 	if test "$SPLIT_OPT_FEATURES" = "YES" ; then


More information about the ooo-build-commit mailing list