[SCM] kodi-pvr-vdr-vnsi/master: Depend on Kodis PVR and GUILIB API
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Nov 13 19:56:18 UTC 2016
The following commit has been merged in the master branch:
commit 3d8b0eeadd6ce461e553f92f560a942e5d5babcb
Author: Tobias Grimm <etobi at debian.org>
Date: Sun Nov 13 20:55:11 2016 +0100
Depend on Kodis PVR and GUILIB API
diff --git a/debian/control b/debian/control
index ba40ca8..256a454 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/kodi-pvr-vdr-vns
Package: kodi-pvr-vdr-vnsi
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-vdr-vnsi
Enhances: kodi
Description: Kodi PVR Addon VDR VNSI
diff --git a/debian/rules b/debian/rules
index 5a2f0ca..4f0a7c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@
+ dh $@ --with kodiaddon
override_dh_auto_configure:
dh_auto_configure -- \
--
kodi-pvr-vdr-vnsi packaging
More information about the pkg-multimedia-commits
mailing list