[SCM] kodi/experimental: Really revert patches to embedded dvdnav and dvdread copies in clean target

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Fri Aug 5 00:01:22 UTC 2016


The following commit has been merged in the experimental branch:
commit 6e25becee021a644513766686d580262c89c0169
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Thu Aug 4 12:49:06 2016 +0200

    Really revert patches to embedded dvdnav and dvdread copies in clean target

diff --git a/debian/rules b/debian/rules
index dfc9b1b..e7cbfb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,9 +90,9 @@ override_dh_clean:
 	find . -name config.status -o -name config.cache -o -name config.log \
 		-exec rm -f "{}" \;
 	rm -rf tools/depends/target; \
-	ls $(CURDIR)/debian/patches/libdvdnav-0* | tac | xargs cat patch -p1 \
+	ls $(CURDIR)/debian/patches/libdvdnav-0* | tac | xargs cat | patch -R -r - -s -p1 \
 		-d $(DVDNAV_COMPONENT) || true
-	ls $(CURDIR)/debian/patches/libdvdread-0* | tac | xargs cat patch -p1 \
+	ls $(CURDIR)/debian/patches/libdvdread-0* | tac | xargs cat | patch -R -r - -s -p1 \
 		-d $(DVDREAD_COMPONENT) || true
 
 override_dh_auto_clean:

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list