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

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sat Jan 7 11:27:57 UTC 2017


The following commit has been merged in the master branch:
commit 51c2aa5b69ec1a0a9c97061a6422dd0ddbfafd67
Author: Tobias Grimm <git at e-tobi.net>
Date:   Wed Dec 28 10:54:41 2016 +0100

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

diff --git a/debian/control b/debian/control
index 2106ee9..c692269 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9~),
  cmake,
  libkodiplatform-dev (>= 17.1.0),
  libp8-platform-dev,
- kodi-addons-dev (>= 17.0~beta3+dfsg1-2),
+ kodi-addons-dev (>= 17.0~beta6~)
 Standards-Version: 3.9.8
 Homepage: https://github.com/kodi-pvr/pvr.hts
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/kodi-pvr-hts.git
@@ -15,7 +15,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/kodi-pvr-hts.git
 
 Package: kodi-pvr-hts
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, kodi (>= 17.0~beta3+dfsg1-2)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${kodi:PVRAPI}, ${kodi:GUILIBAPI}
 Replaces: xbmc-pvr-tvheadend-hts
 Enhances: kodi
 Description: Kodi PVR Addon TvHeadend Hts
diff --git a/debian/rules b/debian/rules
index d96e339..8970dc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@
+	dh $@ --with kodiaddon
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list