[SCM] kodi/experimental: Ignore failed clean of components without Lintian noticing

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sat Sep 24 12:09:28 UTC 2016


The following commit has been merged in the experimental branch:
commit e3b39da834b30efd837b2e51e291cf9faaeda2d0
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Fri Sep 23 22:50:18 2016 +0200

    Ignore failed clean of components without Lintian noticing

diff --git a/debian/rules b/debian/rules
index 4a7a215..7c119cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,8 +97,8 @@ override_dh_clean:
 
 override_dh_auto_clean:
 	dh_auto_clean
-	-make -C $(DVDNAV_COMPONENT) clean
-	-make -C $(DVDREAD_COMPONENT) clean
+	make -C $(DVDNAV_COMPONENT) clean || true
+	make -C $(DVDREAD_COMPONENT) clean || true
 
 # Use package's version in Kodi
 VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: \(.*\)/\1/p')

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list