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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Sep 3 09:34:08 UTC 2013


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

    Avoid FTBFS on distclean failure.

diff --git a/debian/rules b/debian/rules
index 7a8bc8a..76ff1dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ override_dh_auto_configure:
 
 override_dh_strip:
 	dh_strip --dbg-package=audacious-plugins-dbg
+
+override_dh_auto_clean:
+	dh_auto_clean || true

-- 
Plugins for audacious



More information about the pkg-multimedia-commits mailing list