From: Andrew Ruthven Date: Sat, 11 Jun 2022 08:01:31 +0000 (+1200) Subject: Customise the dh_make templates X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0e22c0d4dec003d3e4766d842d35b3b114fc6a;p=mythtv-epg-nz.git Customise the dh_make templates --- diff --git a/debian/README.source b/debian/README.source index 43ebb70..dda4113 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,10 +1,7 @@ mythtv-epg-nz for Debian ------------------------ +------------------------ - +Files collected from http://www.jsw.gen.nz/mythtv - - - -- Andrew Ruthven Sat, 11 Jun 2022 18:21:26 +1200 + -- Andrew Ruthven Sat, 11 Jun 2022 18:21:26 +1200 diff --git a/debian/changelog b/debian/changelog index 3f563ad..5888e0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -mythtv-epg-nz (0.1-1) UNRELEASED; urgency=medium +mythtv-epg-nz (0.1) UNRELEASED; urgency=medium - * Initial release. (Closes: #nnnn) + * Initial release. - -- Andrew Ruthven Sat, 11 Jun 2022 18:21:26 +1200 + -- Andrew Ruthven Sat, 11 Jun 2022 18:21:26 +1200 diff --git a/debian/control b/debian/control index b4205c5..216603f 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,25 @@ Source: mythtv-epg-nz -Section: unknown +Section: contrib Priority: optional Maintainer: Andrew Ruthven Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), Standards-Version: 4.6.1 -Homepage: -#Vcs-Browser: https://salsa.debian.org/debian/mythtv-epg-nz -#Vcs-Git: https://salsa.debian.org/debian/mythtv-epg-nz.git +Homepage: http://www.jsw.gen.nz/mythtv/ +Vcs-Browser: https://git.etc.gen.nz/cgi-bin/gitweb.cgi?p=mythtv-epg-nz +Vcs-Git: https://git.etc.gen.nz/mythtv-epg-nz.git Package: mythtv-epg-nz Architecture: all Depends: ${misc:Depends}, -Description: - + python3, + python3-tmdbsimple, + libmyth-python, + bash +Recommends: + mythtv-backend, + python3-tvdb-api +Description: Collect EPG data for MythTV via DVB using MHEG + Tools to collect and massage the EPG data to make it more usable. diff --git a/debian/copyright b/debian/copyright index 834d7a3..2dba323 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,47 +1,33 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: -Upstream-Name: mythtv-epg-nz -Upstream-Contact: +Source: http://www.jsw.gen.nz/mythtv +Upstream-Name: varies +Upstream-Contact: Stephen Worthington Files: - * + bin/xmltv-proc-nz Copyright: - - -License: - - - . - + ??? Hadley Rich + ???-2022 Stephen Worthington +License: BSD + +Files: + bin/mhegepgsnoop.py +Copyright: + 2011 David Moore + ??? Bruce Wilson + ???-2022 Stephen Worthington +License: GPL-3+ + +Files: + bin/do_mhegepgsnoop +Copyright: + ???-2022 Stephen Worthington + 2022 Andrew Ruthven +License: Unknown -# If you want to use GPL v2 or later for the /debian/* files use -# the following clauses, or change it to suit. Delete these two lines Files: debian/* + README Copyright: - 2022 Andrew Ruthven + 2022 Andrew Ruthven License: GPL-2+ - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see -Comment: - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid picking licenses with terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. -# -# If you need, there are some extra license texts available in two places: -# /usr/share/debhelper/dh_make/licenses/ -# /usr/share/common-licenses/ diff --git a/debian/service b/debian/service index 2b26c0c..31b457a 100644 --- a/debian/service +++ b/debian/service @@ -4,6 +4,7 @@ After=mythtv-backend.service [Service] ExecStart=/bin/bash -c "/usr/bin/do_mhegepgsnoop" +Environment="HOME=/root" [Install] WantedBy=multi-user.target diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)