Dear maintainer,

I've uploaded an NMU for splashy (versioned as 0.3.13-5.1). The diff
is attached to this message.

Cheers,
gregor, from the Munich BSP
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-    BOFH excuse #125:  we just switched to Sprint. 
diff -u splashy-0.3.13/debian/changelog splashy-0.3.13/debian/changelog
--- splashy-0.3.13/debian/changelog
+++ splashy-0.3.13/debian/changelog
@@ -1,3 +1,10 @@
+splashy (0.3.13-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Test for /etc/splashy/themes in preinst before mv (Closes: 547690)
+
+ -- Robert Grimm <r...@robgri.de>  Sat, 28 Nov 2009 13:38:33 +0100
+
 splashy (0.3.13-5) unstable; urgency=low
 
   * Update 02_lsb-base-logging.sh_bug512951.diff patch:
diff -u splashy-0.3.13/debian/splashy.preinst splashy-0.3.13/debian/splashy.preinst
--- splashy-0.3.13/debian/splashy.preinst
+++ splashy-0.3.13/debian/splashy.preinst
@@ -17,7 +17,7 @@
 # We don't want to mess with whatever themes were here already.
 # Just move them out of harms way:
 if [ -d /etc/splashy ]; then
-    if [ ! -L /etc/splashy/themes ]; then
+    if [ -e /etc/splashy/themes ] && [ ! -L /etc/splashy/themes ]; then
         if [ -e /etc/splashy/themes.old ]; then
             echo
             echo "/etc/splashy/themes.old already exist, please remove this directory or file"

Attachment: signature.asc
Description: Digital signature

Reply via email to