[SCM] kodi-pvr-mythtv/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:20:43 UTC 2016
The following commit has been merged in the master branch:
commit 70830f816ee5ed8afbecdb31596e40c64725c8b9
Author: Balint Reczey <balint at balintreczey.hu>
Date: Sat Dec 24 03:43:49 2016 +0100
Depend on PVR API version of Kodi we built the addon with
diff --git a/debian/control b/debian/control
index 1235642..79c3374 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~)
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/kodi-pvr-mythtv.git
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/kodi-pvr-mythtv.git
@@ -16,7 +16,7 @@ Package: kodi-pvr-mythtv
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- ${xbmc-addons-abi:Depends}
+ ${kodi:PVRAPI}
Description: MythTV PVR Addon for Kodi
MythTV is a open source software PVR project that is designed to run on
Linux, although other operating system packages are available. With
diff --git a/debian/rules b/debian/rules
index c2dc33a..8bc5a12 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:
# USE_LTO breaks build
--
kodi-pvr-mythtv packaging
More information about the pkg-multimedia-commits
mailing list