vdr/vdr-plugin-streamdev/debian changelog control copyright rules vdr-plugin-streamdev-client.docs vdr-plugin-streamdev-client.install vdr-plugin-streamdev-server.docs vdr-plugin-streamdev-server.examples vdr-plugin-streamdev-server.install vdr-plugin-streamdev-server.links watch

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 02 Jan 2005 10:54:14 +0000


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

Added Files:
	changelog control copyright rules 
	vdr-plugin-streamdev-client.docs 
	vdr-plugin-streamdev-client.install 
	vdr-plugin-streamdev-server.docs 
	vdr-plugin-streamdev-server.examples 
	vdr-plugin-streamdev-server.install 
	vdr-plugin-streamdev-server.links watch 
Log Message:
Added debian changes for version 0.3.1-3.

--- NEW FILE: vdr-plugin-streamdev-client.docs ---
README
PROTOCOL

--- NEW FILE: vdr-plugin-streamdev-server.links ---
etc/vdr/plugins/streamdevhosts.conf var/lib/vdr/plugins/streamdevhosts.conf

--- NEW FILE: vdr-plugin-streamdev-server.examples ---
streamdevhosts.conf.example

--- NEW FILE: watch ---
version=2
http://www.magoa.net/linux/index.php?view=streamdev-unstable .*/vdr-streamdev-(.*)\.tgz

--- NEW FILE: vdr-plugin-streamdev-server.install ---
libvdr-streamdev-server.so.*		usr/lib/vdr/plugins/
streamdevhosts.conf			etc/vdr/plugins/

--- NEW FILE: vdr-plugin-streamdev-server.docs ---
README
PROTOCOL

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

# 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=.
	cp streamdevhosts.conf.example streamdevhosts.conf
	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.*
	rm -f streamdevhosts.conf
	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_installdebconf
	dh_installdocs
	dh_installexamples
#	dh_installmenu
#	dh_installlogrotate
#	dh_installemacsen
#	dh_installpam
#	dh_installmime
#	dh_installinit
#	dh_installcron
#	dh_installman
#	dh_installinfo
#	dh_undocumented
	dh_installchangelogs HISTORY
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
#	dh_makeshlibs
	dh_installdeb
#	dh_perl
	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 ---
(This appears to be a binary file; contents omitted.)

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

It was downloaded from http://www.magoa.net/linux/

Upstream Author: Sascha Volkenandt <sascha@akv-soft.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: vdr-plugin-streamdev-client.install ---
libvdr-streamdev-client.so.*		usr/lib/vdr/plugins/

--- NEW FILE: control ---
Source: vdr-plugin-streamdev
Section: misc
Priority: extra
Maintainer: Peter Siering <ps@ctmagazin.de>
Origin: ctvdr
Bugs: mailto:pkg-vdr-dvb-devel@lists.alioth.debian.org
Build-Depends: debhelper (>= 4.1.16), vdr-dev (>=1.2.6-27), dpatch
Standards-Version: 3.6.1

Package: vdr-plugin-streamdev-client
Architecture: any
Depends: vdr (>=1.2.6-27), ${shlibs:Depends}
Conflicts: vdr-plugin-streamdev
Replaces: vdr-plugin-streamdev
Description: Plugin to vdr that lets the software play streams
 This plugin for vdr lets the software stream videos into
 the network. You can interconnect several vdrs that way
 or watch those streams with special client apps like video
 lan client or mplayer. This is the client part.
XB-VDR-Patchlevel: ${patchlevel}

Package: vdr-plugin-streamdev-server
Architecture: any
Depends: vdr (>=1.2.6-27), ${shlibs:Depends}
Conflicts: vdr-plugin-streamdev
Replaces: vdr-plugin-streamdev
Description: Plugin to vdr that lets the software stream
 This plugin for vdr lets the software stream videos into
 the network. You can interconnect several vdrs that way
 or watch those streams with special client apps like video
 lan client or mplayer. This is the server part.
XB-VDR-Patchlevel: ${patchlevel}