vdr/vdr-plugin-wapd/debian changelog compat control copyright docs install links rules waphosts watch

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 13 Nov 2004 14:23:50 +0000


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

Added Files:
	changelog compat control copyright docs install links rules 
	waphosts watch 
Log Message:
* added vdr-plugin-wapd (still needs debconf-template for creating the wapaccess-file)

--- NEW FILE: waphosts ---
127.0.0.1

--- NEW FILE: watch ---
version=2
http://vdr.heiligenmann.de/download/vdr-wapd-(.*)\.tgz	debian	uupdate

--- NEW FILE: compat ---
4

--- 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

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

# Set VDR=vdr or VDR=vdrdevel - vdrdevel always uses dpatch
VDR=$(shell dh_listpackages | grep "^vdr.*-" | head -n 1 | sed -e "s/-.*//")
ifeq ($(VDR), vdrdevel)
    DPATCH=yes
endif

# 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=/usr VDRDIR=/usr/include/$(VDR) 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
	/usr/lib/$(VDR)-dev/patchlevel.sh subst
	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-wapd (0.0.6d-1) unstable; urgency=low
  
  * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> 
    - Initial Release.

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sat, 13 Nov 2004 14:03:54 +0100


--- NEW FILE: install ---
libvdr-wapd.so.*    	usr/lib/vdr/plugins/

debian/waphosts		etc/vdr/plugins/

--- NEW FILE: copyright ---
This package was debianized by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> on Sat, 13 Nov 2004 14:14:35 +0100.

It was downloaded from http://vdr.heiligenmann.de/download/

Upstream Author: Thomas Heiligenmann <thomas@heiligenmann.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-wapd
Section: misc
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> 
Uploaders: Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.2.6-6), dpatch (>= 2.0.9)
Standards-Version: 3.6.1

Package: vdr-plugin-wapd
Architecture: any
Depends: ${shlibs:Depends}, vdr (>= 1.2.6-6), debconf, libapache-htpasswd-perl
Conflicts: vdr (>= 1.2.7)
Description: Plugin to control vdr via mobile devices
 This plugin lets VDR listen to WAP requests to allow remote control 
 by WML enabled browsers - eg. mobile devices - and is called 
 "WAP daemon" or "wapd".
XB-VDR-Patchlevel: ${patchlevel}

--- NEW FILE: links ---
etc/vdr/plugins/wapaccess var/lib/vdr/plugins/wapaccess
etc/vdr/plugins/waphosts var/lib/vdr/plugins/waphosts