Codebase list kodi-pvr-mythtv / 6f4454b
debian: Prepare for Kodi 19.0 "Matrix" d/compat: * Delete unnecessary files d/control: * Replace libkodiplatform-dev with libp8-platform-dev * Bump Standards-Version to 4.5.0 and debhelper to 13 (no changes required) * Add 'Rules-Requires-Root: no' * Set Homepage to kodi.tv * Add Vasyl Gello to Uploaders list * Cosmetic re-ordering of fields and indentation fixes d/copyright: * Add Vasyl Gello to copyright owner list d/gbp.conf: * Create gbp configuration to filter */.git* from all imported sources d/kodi-pvr-mediaportal-tvserver.lintian-overrides: * Add common lintian override for ldconfig activation d/rules: * Use architecture.mk to provide DEB envvars * Add hardening directives d/upstream: * Add upstream metadata file d/watch: * Track Matrix version of add-on Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> Vasyl Gello 3 years ago
8 changed file(s) with 36 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
+0
-1
debian/compat less more
0 9
00 Source: kodi-pvr-mythtv
1 Priority: optional
2 Section: video
13 Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
2 Uploaders: Balint Reczey <balint@balintreczey.hu>
3 Section: libs
4 Priority: optional
5 Build-Depends: debhelper (>= 9.0.0),
6 cmake,
7 kodi-addons-dev (>= 2:18~),
8 libkodiplatform-dev (>= 20180302),
9 zlib1g-dev
10 Standards-Version: 3.9.7
4 Uploaders: Balint Reczey <balint@balintreczey.hu>, Vasyl Gello <vasek.gello@gmail.com>
5 Build-Depends: debhelper-compat (= 13)
6 Build-Depends-Arch: dh-sequence-kodiaddon,
7 cmake,
8 kodi-addons-dev (>= 2:19~),
9 libp8-platform-dev,
10 zlib1g-dev
11 Standards-Version: 4.5.0
12 Rules-Requires-Root: no
1113 Vcs-Browser: https://salsa.debian.org/multimedia-team/kodi-pvr-mythtv
1214 Vcs-Git: https://salsa.debian.org/multimedia-team/kodi-pvr-mythtv.git
13 Homepage: https://github.com/janbar/pvr.mythtv
15 Homepage: https://kodi.tv/
1416
1517 Package: kodi-pvr-mythtv
1618 Architecture: any
1719 Depends: ${shlibs:Depends},
18 ${misc:Depends},
19 ${kodi:PVRAPI}
20 ${misc:Depends},
21 ${kodi:PVRAPI}
2022 Description: MythTV PVR Addon for Kodi
2123 MythTV is a open source software PVR project that is designed to run on
2224 Linux, although other operating system packages are available. With
77
88 Files: debian/*
99 Copyright: 2015 Balint Reczey <balint@balintreczey.hu>
10 2020 Vasyl Gello <vasek.gello@gmail.com>
1011 License: GPL-2+
1112
1213 Files: lib/cppmyth/src/*
0 # Configuration file for git-buildpackage and friends
1
2 [DEFAULT]
3 filter = */.git*
0 # False positive: library is put under /usr/lib/$ARCH/kodi/addons...
1 package-has-unnecessary-activation-of-ldconfig-trigger
2
22 # Uncomment this to turn on verbose mode.
33 #export DH_VERBOSE=1
44
5 # This has to be exported to make some magic below work.
6 export DH_OPTIONS
5 include /usr/share/dpkg/architecture.mk
76
8 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
9
10 # hack for using cec-platform
11 export DEB_CXXFLAGS_MAINT_APPEND = -I$(CURDIR)/src/
7 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
128
139 %:
14 dh $@ --with kodiaddon
10 dh $@
1511
1612 override_dh_auto_configure:
17 # USE_LTO breaks build
18 dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/kodi
19
20 override_dh_installdocs:
21 dh_installdocs --link-doc=kodi-pvr-mythtv
22
23 override_dh_makeshlibs:
24 dh_makeshlibs -n
13 dh_auto_configure -- -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
14 -DBUILD_SHARED_LIBS=1 \
15 -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/kodi \
16 -DUSE_LTO=1
0 Bug-Database: https://github.com/janbar/pvr.mythtv/issues
1 Contact: interest@kodi.tv
2 FAQ: https://kodi.wiki/view/Main_Page
3 Repository: https://github.com/janbar/pvr.mythtv.git
4 Repository-Browse: https://github.com/janbar/pvr.mythtv
5 Donation: https://kodi.tv/contribute/donate
00 version=4
1 https://github.com/janbar/pvr.mythtv/releases /janbar/.*/archive/?(\d\S*)-[A-Za-z]*\.tar\.gz
1 https://github.com/janbar/pvr.mythtv/releases /janbar/.*/archive/?(\d\S*)-Matrix\.tar\.gz