vdr/vdr-plugin-remote/debian changelog control copyright docs install plugin.remote.conf postinst rules watch

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 09 Oct 2004 16:11:16 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-remote/debian
In directory haydn:/tmp/cvs-serv18702/vdr/vdr-plugin-remote/debian

Added Files:
	changelog control copyright docs install plugin.remote.conf 
	postinst rules watch 
Log Message:
* initial import of the package (from Tobi's Repository)

--- NEW FILE: postinst ---
#! /bin/sh
set -e

/bin/grep -q "^evdev$" /etc/modules || echo "evdev" >> /etc/modules
/sbin/modprobe evdev 2> /dev/null || echo "Error loading evdev module"

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0

--- NEW FILE: watch ---
version=2
http://endriss.escape.bei.t-online.de/vdr/vdr-remote-(.*)\.tgz

--- NEW FILE: plugin.remote.conf ---
-i autodetect

--- NEW FILE: docs ---
README

--- NEW FILE: rules ---
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This is the debhelper compatibility version to use.
export DH_COMPAT=4

ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
	CFLAGS += -g
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
	INSTALL_PROGRAM += -s
endif

VDR=vdr
PACKAGE=$(VDR)-plugin-remote
VDRDIR=/usr/include/$(VDR)
DVBDIR=/usr/include

# To use dpatch uncomment the following line and set Build-Depends to dpatch
DPATCH=yes

ifdef DPATCH
include /usr/share/dpatch/dpatch.make
else
patch:
patch-stamp:
unpatch:
endif

configure: configure-stamp
configure-stamp: patch-stamp
	dh_testdir
	touch configure-stamp

build: build-stamp
build-stamp: configure-stamp
	dh_testdir
	$(MAKE) all DVBDIR=$(DVBDIR) VDRDIR=$(VDRDIR) LIBDIR=.
	touch build-stamp

clean: clean-patched unpatch
clean-patched:
	dh_testdir
	dh_testroot
	rm -f build-stamp configure-stamp
	$(MAKE) -o .dependencies clean
	rm -f libvdr-*.so.*
	dh_clean

install: build
	dh_testdir
	dh_testroot
	dh_clean -k
	dh_installdirs
	dh_install

# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
	dh_testdir
	dh_testroot
	dh_installdocs
	dh_installexamples
	dh_installchangelogs HISTORY
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
	dh_installdeb
	dh_shlibdeps
	
	# VDR can be customized with quite a lot of different patches, which can make
	# the plugins binary incompatible.
	# Although Debian will not provide different binary packages for VDR, we
	# will include a patchlevel info, which is created at compile time and can
	# be checked before a plugin is loaded.
   
	[ -r $(VDRDIR)/patchlevel ] || echo 'patchlevel=' >> debian/$(PACKAGE).substvars
	[ ! -r $(VDRDIR)/patchlevel ] || cat $(VDRDIR)/patchlevel >> debian/$(PACKAGE).substvars

	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure \
        clean-patched patch unpatch

--- NEW FILE: changelog ---
vdr-plugin-remote (0.3.1-4) unstable; urgency=low

  * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
    - Changed Maintainer to Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
    - Added Peter Siering <ps@ctmagazin.de> and myself as Uploaders
    - Cleaned up debian/rules a little bit
    - Converted debian/changelog to UTF8

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sat,  9 Oct 2004 17:49:13 +0200

vdr-plugin-remote (0.3.1-3) unstable; urgency=low

  * taken over from vdrdevel by Thomas Günther <tom@toms-cafe.de>
    - Adapted control file to alioth packages
    - Using patchlevel.sh and custom control field "vdr-patchlevel"
    - Added Makefile-fPIC-fix patch to fix potential FTBFS

 -- Tobias Grimm <tg@e-tobi.net>  Tue,  28 Sep 2004 21:49:00 +0200

vdr-plugin-remote (0.3.1-2) unstable; urgency=low

  * Fixed debhelper version in Build-Depends
  * Added debian/watch file for uscan
  * Using dh_install
  * Removed debian/dirs
  * Removed 10_makefile.dpatch (unnecessary since 0.2.1)
  * Fixed vdr-plugin-remote.postinst and renamed to postinst
  * Removed av7110_ir-permission-666.diff (not in upstream since 0.3.0)

 -- Thomas Günther <tom@toms-cafe.de>  Mon,  5 Jul 2004 23:47:16 +0200

vdr-plugin-remote (0.3.1-1) unstable; urgency=low

  * New upstream release

 -- Peter Siering <ps@ctmagazin.de>  Sat, 1 May 2004 01:00:00 +0200

vdr-plugin-remote (0.3.0-1) unstable; urgency=low

  * New upstream release

 -- Peter Siering <ps@ctmagazin.de>  Tue, 27 Apr 2004 08:00:00 +0200

vdr-plugin-remote (0.2.1-1) unstable; urgency=low

  * New upstream release

 -- Peter Siering <ps@ctmagazin.de>  Wed, 04 Feb 2004 00:45:00 +0200

vdr-plugin-remote (0.2.0-3) unstable; urgency=low

  * integrated patchlevel info

 -- Peter Siering <ps@ctmagazin.de>  Tue, 13 Jan 2004 23:45:00 +0200

vdr-plugin-remote (0.2.0-2) unstable; urgency=low

  * added -D_GNU_SOURCE to DEFINES
  * upstream HISTORY gets installed with dh_installchangelogs now
  * removed unnecessary lines from dirs file

 -- Tobias Grimm <tg@e-tobi.net>  Tue,  6 Jan 2004 22:24:00 +0100

vdr-plugin-remote (0.2.0-1) unstable; urgency=low

  * New upstream release
  * move from /usr/share to /usr/lib

 -- Peter Siering <ps@ctmagzin.de>  Sun,  5 Oct 2003 14:02:29 +0200

vdr-plugin-remote (0.1.1-1) unstable; urgency=low

  * Rebuild for vdr 1.2.2
  * Bump Standards-Version to 3.6.0

 -- Peter Siering <ps@ctmagazin.de>  Mon, 15 Sep 2003 22:00:00 +0200

--- NEW FILE: install ---
libvdr-remote.so.*		usr/lib/vdr/plugins/
debian/plugin.remote.conf	etc/vdr/plugins/

--- NEW FILE: copyright ---
This package was debianized by Peter Siering <ps@ctmagazin.de> on
Mon, 15 Sep 2003 22:00:00 +0200.

It was downloaded from http://endriss.escape.bei.t-online.de/vdr

Upstream Author: Oliver Endriss <o.endriss@gmx.de>

Copyright:

  This program 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 program 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, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA

 see /usr/share/common-licenses/GPL


--- NEW FILE: control ---
Source: vdr-plugin-remote
Section: misc
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
Uploaders: Peter Siering <ps@ctmagazin.de>, Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
Build-Depends: debhelper (>= 4.1.16), vdr-dev (>= 1.2.6-5)
Standards-Version: 3.6.1

Package: vdr-plugin-remote
Architecture: any
Depends: ${shlibs:Depends}, vdr (>= 1.2.6-5)
Conflicts: vdr (>= 1.2.7)
Description: Plugin to vdr to support the build-in remote control port of DVB-Cards
 This plugin for vdr supports the build-in remote control 
 port of some DVB-Cards or CI-Modules.
XB-VDR-Patchlevel: ${patchlevel}