[Libreoffice-commits] core.git: bin/distro-install-file-lists

Tomáš Chvátal tchvatal at suse.cz
Wed Jul 3 02:13:03 PDT 2013


 bin/distro-install-file-lists |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 49752e82f575bf107caa5a01fd89c4bbfb8c0528
Author: Tomáš Chvátal <tchvatal at suse.cz>
Date:   Wed Jul 3 11:12:40 2013 +0200

    Try to fix collision in packages with libkde4bello.so.
    
    Change-Id: I6936d79d6a05005b74cd551c1255b42a9be36bd1

diff --git a/bin/distro-install-file-lists b/bin/distro-install-file-lists
index bbd462b..22b120f 100755
--- a/bin/distro-install-file-lists
+++ b/bin/distro-install-file-lists
@@ -219,7 +219,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then
     # tde subpackage
     test -f $DESTDIR/gid_Module_Optional_Tde && cp $DESTDIR/gid_Module_Optional_Tde tde_list.txt || :
     mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/tdefilepicker
-    mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/fps_tde.uno.so
+    mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/fps_tdelo.so
     mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/libvclplug_tdel..so
     mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/libtdeab1l..so
     mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/libtdeabdrv1l..so
@@ -228,23 +228,23 @@ if test "z$OOO_VENDOR" != "zDebian" ; then
     # kde subpackage
     test -f $DESTDIR/gid_Module_Optional_Kde && cp $DESTDIR/gid_Module_Optional_Kde kde_list.txt || :
     mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/kdefilepicker
-    mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/fps_kde.uno.so
+    mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/fps_kdelo.so
     mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/libvclplug_kdel..so
     mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/libkab1l..so
     mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/libkabdrv1l..so
     add_used_directories kde_list.txt common_list.txt
 
     # create kde4 subpackage
-    mv_file_between_flists kde4_list.txt kde_list.txt    $INSTALLDIR/program/kde4be1.uno.so
+    mv_file_between_flists kde4_list.txt kde_list.txt    $INSTALLDIR/program/kde4be1lo.so
     mv_file_between_flists kde4_list.txt common_list.txt $INSTALLDIR/program/libvclplug_kde4l..so
-    mv_file_between_flists kde4_list.txt common_list.txt $INSTALLDIR/program/fps_kde4.uno.so
+    mv_file_between_flists kde4_list.txt common_list.txt $INSTALLDIR/program/fps_kde4lo.so
     add_used_directories kde4_list.txt common_list.txt
 
     # gnome subpackage
     test -f $DESTDIR/gid_Module_Optional_Gnome && cp $DESTDIR/gid_Module_Optional_Gnome gnome_list.txt || :
     mv_file_between_flists gnome_list.txt common_list.txt $INSTALLDIR/program/libevoab2.so
     mv_file_between_flists gnome_list.txt common_list.txt $INSTALLDIR/program/libvclplug_gtk[0-9]*l..so
-    mv_file_between_flists common_list.txt gnome_list.txt $INSTALLDIR/program/ucpgvfs1.uno.so
+    mv_file_between_flists common_list.txt gnome_list.txt $INSTALLDIR/program/ucpgvfs1lo.so
     add_used_directories gnome_list.txt common_list.txt
 
     # mono subpackage


More information about the Libreoffice-commits mailing list