Hi Daniel,
On Sat, Mar 27, 2010 at 04:27:55PM +0100, Daniel Baumann wrote:
> On 03/27/2010 03:42 PM, Guido Günther wrote:
> >>thanks, applied. i'm wondering if you don't have a git tree online,
> >>so i could merge directly. anyhow, thanks a lot.
> >I can arrange for that.
> 
> i'm fine applying patches by hand, however, it would be a bit
> faster, and you wouldn't need to go through the overhead of writing
> bugs all the time.
> 
> >Hmm...I don't see much value in splitting these out. That's why I
> >introducted the x11 package, we can keep the x11 stuff there: the
> >renderer as well as the log reader.
> 
> ack.
> 
> fyi, have uploaded 0.7.2-6 to unstable (which will appear once
> ftp-master is back), and 0.8.0 to experimental (which has to go
> through NEW).
Great. 0.8.0 needs some more work though. The attached patch adds the
missing config files and also removes /usr/bin/* from plymouth so the
log viewer doesn't end up in two packages. We still segfault with the
x11 and drm backend though (the later looking for noveau symbols). I'll
fix that up as soon as I find the time.

> as of current git, the only thing left in todo is getting rid of the
> embedded plymouth-set-default-plugin, yay :)
We also need to fixup the initramfs scripts.

Cheers,
 -- Guido
>From 921b831fca78333aa58767883775af9e1c46f841 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <a...@sigxcpu.org>
Date: Sat, 27 Mar 2010 17:19:47 +0100
Subject: [PATCH] drop /usr/bin

otherwise log-viewer ends up in two packages
---
 debian/plymouth.install |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/plymouth.install b/debian/plymouth.install
index 2dd2068..527890e 100644
--- a/debian/plymouth.install
+++ b/debian/plymouth.install
@@ -1,7 +1,7 @@
 /bin
+/etc/plymouth/
 /lib/*.so.*
 /sbin
-/usr/bin
 /usr/lib/*.so.*
 /usr/lib/plymouth/details.so
 /usr/lib/plymouth/text.so
@@ -10,5 +10,6 @@
 /usr/sbin
 /usr/share/gdm
 /usr/share/man/man8/plymouth.8
+/usr/share/plymouth/plymouthd.defaults
 /usr/share/plymouth/themes/text
 /usr/share/plymouth/themes/details
-- 
1.7.0.3

Reply via email to