[Pkg-cli-apps-commits] r4104 - in /packages/banshee/trunk/debian: changelog patches/04_first-start-crash.patch
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Thu Aug 14 08:55:30 UTC 2008
Author: slomo
Date: Thu Aug 14 08:55:30 2008
New Revision: 4104
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4104
Log:
* debian/patches/04_first-start-crash.patch:
+ Fix crash on first start. Patch from upstream Bugzilla.
Added:
packages/banshee/trunk/debian/patches/04_first-start-crash.patch
Modified:
packages/banshee/trunk/debian/changelog
Modified: packages/banshee/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/trunk/debian/changelog?rev=4104&op=diff
==============================================================================
--- packages/banshee/trunk/debian/changelog (original)
+++ packages/banshee/trunk/debian/changelog Thu Aug 14 08:55:30 2008
@@ -6,6 +6,8 @@
* debian/patches/03_now-playing-cover-crash.patch:
+ Fix crash in the "Now playing" source if the current song
has no cover art. Patch from upstream SVN/Bugzilla.
+ * debian/patches/04_first-start-crash.patch:
+ + Fix crash on first start. Patch from upstream Bugzilla.
-- Sebastian Dröge <slomo at debian.org> Thu, 14 Aug 2008 10:43:05 +0200
Added: packages/banshee/trunk/debian/patches/04_first-start-crash.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/trunk/debian/patches/04_first-start-crash.patch?rev=4104&op=file
==============================================================================
--- packages/banshee/trunk/debian/patches/04_first-start-crash.patch (added)
+++ packages/banshee/trunk/debian/patches/04_first-start-crash.patch Thu Aug 14 08:55:30 2008
@@ -1,0 +1,13 @@
+Index: src/Clients/banshee-1.in
+===================================================================
+--- src/Clients/banshee-1.in (revision 4367)
++++ src/Clients/banshee-1.in (working copy)
+@@ -42,6 +42,7 @@
+ if [ -z "$BANSHEE_REDIRECT_LOG" ]; then
+ exec $exec_args
+ else
++ mkdir -p $HOME/.config/banshee-1
+ exec $exec_args &> $BANSHEE_REDIRECT_LOG
+ fi
+
+
More information about the Pkg-cli-apps-commits
mailing list