[SCM] kodi-pvr-hdhomerun/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:10 UTC 2016


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

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

diff --git a/debian/control b/debian/control
index 0d846da..901c6de 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~),
                libhdhomerun-dev (>= 20150826),
                libjsoncpp-dev
 Standards-Version: 3.9.7
@@ -18,7 +18,7 @@ Package: kodi-pvr-hdhomerun
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${xbmc-addons-abi:Depends}
+         ${kodi:PVRAPI}
 Description: HDHomeRun PVR Addon for Kodi
  HDHomeRun is made by SiliconDust and is a stand-alone networked TV/HDTV
  tuner box. The HDHomeRun can either connect with over the air TV signals
diff --git a/debian/rules b/debian/rules
index 7d37830..29e52e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export DEB_CXXFLAGS_MAINT_APPEND = -I$(CURDIR)/src/
 
 %:
-	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-hdhomerun packaging



More information about the pkg-multimedia-commits mailing list