[SCM] audacious/master: Avoid FTBFS on distclean failure.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Sep 3 08:46:17 UTC 2013


The following commit has been merged in the master branch:
commit 4f58906bf7f5e05967a49d8ddfaeaa3eaaacf418
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Sep 3 09:32:57 2013 +0100

    Avoid FTBFS on distclean failure.

diff --git a/debian/rules b/debian/rules
index 6fbe9bb..3075f63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,5 +34,5 @@ override_dh_installdirs:
 	convert pixmaps/audacious.png -resize 32x32 debian/tmp/usr/share/pixmaps/audacious-32.xpm
 
 override_dh_auto_clean:
-	dh_auto_clean
+	dh_auto_clean || true
 	rm -f src/libaudcore/audio.h

-- 
Small and fast audio player which supports lots of formats



More information about the pkg-multimedia-commits mailing list