--- vdr-plugin-epgborder-1.0.0.orig/debian/changelog +++ vdr-plugin-epgborder-1.0.0/debian/changelog @@ -0,0 +1,29 @@ +vdr-plugin-epgborder (1.0.0-0yavdr3~bionic) bionic; urgency=medium + + * automatic rebuild + + -- Alexander Grothe Tue, 19 Mar 2019 20:54:01 +0100 + +vdr-plugin-epgborder (1.0.0-0yavdr2~bionic) bionic; urgency=medium + + * automatic rebuild + + -- Alexander Grothe Sat, 16 Mar 2019 09:33:02 +0100 + +vdr-plugin-epgborder (1.0.0-0yavdr1~bionic) bionic; urgency=medium + + * automatic rebuild + + -- Alexander Grothe Sun, 10 Mar 2019 12:31:24 +0100 + +vdr-plugin-epgborder (1.0.0-0yavdr0~bionic) bionic; urgency=medium + + * new upstream version + + -- Alexander Grothe Thu, 27 Dec 2018 20:40:43 +0100 + +vdr-plugin-epgborder (0.0.1+git20181227-1-1a58d44-0yavdr0~bionic) bionic; urgency=medium + + * initial release + + -- Alexander Grothe Tue, 17 Apr 2018 15:49:18 +0000 --- vdr-plugin-epgborder-1.0.0.orig/debian/compat +++ vdr-plugin-epgborder-1.0.0/debian/compat @@ -0,0 +1 @@ +11 --- vdr-plugin-epgborder-1.0.0.orig/debian/control +++ vdr-plugin-epgborder-1.0.0/debian/control @@ -0,0 +1,21 @@ +Source: vdr-plugin-epgborder +Section: video +Priority: extra +Maintainer: yaVDR Team +Build-Depends: debhelper (>= 9), vdr-dev (>= 2.2.0-1), pkg-config, gettext +Standards-Version: 3.9.4 +Homepage: https://github.com/M-Reimer/vdr-plugin-epgborder.git + +Package: vdr-plugin-epgborder +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends} +Description: VDR Plugin for limiting the epg to channels above a given channel number + +Package: vdr-plugin-epgborder-dbg +Architecture: any +Section: debug +Priority: extra +Depends: vdr-plugin-epgborder (= ${binary:Version}), ${misc:Depends} +Description: debugging symbols for vdr-plugin-epgborder + . + This package contains only the debugging symbols for vdr-plugin-epgborder --- vdr-plugin-epgborder-1.0.0.orig/debian/copyright +++ vdr-plugin-epgborder-1.0.0/debian/copyright @@ -0,0 +1,31 @@ +Upstream Homepage: + https://github.com/M-Reimer/vdr-plugin-epgborder.git + +Upstream Author: + Manuel Reimer + +Debian Maintainers: + Alexander Grothe + +Copyright: + (C) 2018 - 2019 Manuel Reimer + +Copyright (Debian packaging): + (C) 2018 - 2019 Alexander Grothe + +License: + 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 3 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 package; if not, write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the + complete text of the GNU General Public License can be found in + `/usr/share/common-licenses/GPL-3'. + +License (Debian packaging): + The Debian packaging is licensed under the GPL, version 3 or any + later version, see /usr/share/common-licenses/GPL-3. --- vdr-plugin-epgborder-1.0.0.orig/debian/rules +++ vdr-plugin-epgborder-1.0.0/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PLG_PACKAGE = $(filter-out %-dbg, $(shell dh_listpackages)) +DBG_PACKAGE = $(filter %-dbg, $(shell dh_listpackages)) + +%: + mkdir -p po + dh $@ --with vdrplugin + +override_dh_strip: + dh_strip --dbg-package=$(DBG_PACKAGE) + +override_dh_auto_install: + dh_auto_install --destdir=debian/$(PLG_PACKAGE) +