Package: plymouth Version: 0.7.2-1 Severity: normal
Hi, the current package is missing the "base" themes text and details. 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 536b8823d87cae6560377c7dd0deeafc295b87dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <[email protected]> Date: Fri, 12 Mar 2010 16:10:56 +0100 Subject: [PATCH 1/3] Install base themes --- debian/plymouth.install | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/debian/plymouth.install b/debian/plymouth.install index 85d5aa4..899d362 100644 --- a/debian/plymouth.install +++ b/debian/plymouth.install @@ -8,3 +8,5 @@ /usr/sbin /usr/share/gdm /usr/share/plymouth/*.png +/usr/share/plymouth/themes/text/ +/usr/share/plymouth/themes/details/ -- 1.7.0

