[SCM] kodi-pvr-iptvsimple/master: Depend on PVR API version of Kodi we built the addon with

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sat Dec 24 03:17:35 UTC 2016


The following commit has been merged in the master branch:
commit 8a2167f99d66f8adb9bf0a0a2f2de93d5a4783dc
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sat Dec 24 02:59:18 2016 +0100

    Depend on PVR API version of Kodi we built the addon with

diff --git a/debian/control b/debian/control
index 635e2a0..fb5c70a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: extra
 Build-Depends: debhelper (>= 9.0.0),
                cmake,
                libkodiplatform-dev (>= 17.1.0),
-               kodi-addons-dev (>= 17.0~beta3+dfsg1-2),
+               kodi-addons-dev (>= 17.0~beta6~),
                zlib1g-dev
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/kodi-pvr-iptvsimple.git
@@ -17,7 +17,7 @@ Package: kodi-pvr-iptvsimple
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${xbmc-addons-abi:Depends}
+         ${kodi:PVRAPI}
 Description: IPTV Simple Client Kodi PVR Addon
  IPTV Simple Client is a basic PVR Addon for Kodi to receive IPTV Live TV,
  Radio channels, and EPG directly in Kodi.
diff --git a/debian/rules b/debian/rules
index f68fd3b..6eee73d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DH_OPTIONS
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@
+	dh $@ --with kodiaddon
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/kodi -DUSE_LTO=1

-- 
kodi-pvr-iptvsimple packaging



More information about the pkg-multimedia-commits mailing list