Package: plymouth Version: 0.7.2-1 Severity: normal Both the solar and spinfinity theme lack shared objects needed to function properly. Attached patch adds them. Please apply. Cheers, -- Guido
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.33 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From 730f1a64683855733f27bfd09537164e347c6e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <[email protected]> Date: Fri, 12 Mar 2010 16:34:24 +0100 Subject: [PATCH 2/3] Add missing shared objects --- debian/plymouth-plugins-solar.install | 1 + debian/plymouth-plugins-spinfinity.install | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/debian/plymouth-plugins-solar.install b/debian/plymouth-plugins-solar.install index 760c66c..c35b89c 100644 --- a/debian/plymouth-plugins-solar.install +++ b/debian/plymouth-plugins-solar.install @@ -1 +1,2 @@ /usr/share/plymouth/themes/solar +/usr/lib/plymouth/space-flares.so diff --git a/debian/plymouth-plugins-spinfinity.install b/debian/plymouth-plugins-spinfinity.install index 23f974d..5b9b25a 100644 --- a/debian/plymouth-plugins-spinfinity.install +++ b/debian/plymouth-plugins-spinfinity.install @@ -1 +1,2 @@ /usr/share/plymouth/themes/spinfinity +/usr/lib/plymouth/throbgress.so -- 1.7.0

