[SCM] kodi/master: Skip handling migration to automatic debug packages when it is not supported by debhelper
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Tue Oct 20 08:58:15 UTC 2015
The following commit has been merged in the master branch:
commit 39c3d05b4caea7734c643e42132ea85827d38c64
Author: Balint Reczey <balint at balintreczey.hu>
Date: Wed Oct 7 11:47:54 2015 +0200
Skip handling migration to automatic debug packages when it is not supported by debhelper
diff --git a/debian/rules b/debian/rules
index 6a149fe..ffdb55d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -151,7 +151,7 @@ debian/tmp/kodi-bin-recommends-dummy.so:
$(ARCH_SPECIFIC_LIB_RECOMMENDS)
override_dh_strip:
- dh_strip --ddeb-migration="kodi-dbg (<< 15.1+dfsg1-4~)"
+ dh_strip --ddeb-migration="kodi-dbg (<< 15.1+dfsg1-4~)" || dh_strip
override_dh_installinit:
@echo "Shipping systemd kodi.service file as an example only"
--
kodi packaging
More information about the pkg-multimedia-commits
mailing list