[SCM] kodi-pvr-argustv/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:15:34 UTC 2016


The following commit has been merged in the master branch:
commit 9df47e512092e81ab6cf34586bb3f3a6733a540d
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Mon Nov 14 12:03:28 2016 +0100

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

diff --git a/debian/control b/debian/control
index 8ebb347..db97949 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~beta5+dfsg1-2),
                libjsoncpp-dev
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/kodi-pvr-argustv.git
@@ -17,7 +17,7 @@ Package: kodi-pvr-argustv
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${xbmc-addons-abi:Depends}
+         ${kodi:PVRAPI}
 Description: ARGUS TV PVR addon for Kodi
  This package contains the ARGUS TV PVR (Personal Video Recorder) Addon
  for Kodi, the award winning free and open source software media-player
diff --git a/debian/rules b/debian/rules
index ab2802e..69c699e 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-argustv packaging



More information about the pkg-multimedia-commits mailing list