--- vdr-plugin-span-0.0.6.orig/debian/changelog
+++ vdr-plugin-span-0.0.6/debian/changelog
@@ -0,0 +1,12 @@
+vdr-plugin-span (0.0.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  
+  Important:
+  
+  If you intend to make this plugin available to others, please create an
+  ITP-bug (see http://www.debian.org/devel/wnpp ) and contact the
+  Debian VDR packaging team: pkg-vdr-dvb-devel@lists.alioth.debian.org
+
+ -- Roman Müllenschläder <mms@prodeia.de>  Tue, 11 Dec 2007 08:46:56 +0100
+
--- vdr-plugin-span-0.0.6.orig/debian/compat
+++ vdr-plugin-span-0.0.6/debian/compat
@@ -0,0 +1 @@
+5
--- vdr-plugin-span-0.0.6.orig/debian/control
+++ vdr-plugin-span-0.0.6/debian/control
@@ -0,0 +1,13 @@
+Source: vdr-plugin-span
+Section: misc
+Priority: extra
+Maintainer: Roman Müllenschläder <mms@prodeia.de>
+Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.7-2ctvdr2), fftw3-dev
+Standards-Version: 3.7.2
+
+Package: vdr-plugin-span
+Architecture: any
+Depends: ${shlibs:Depends}, ${vdr:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+XB-VDR-Patchlevel: ${vdr:Patchlevel}
--- vdr-plugin-span-0.0.6.orig/debian/copyright
+++ vdr-plugin-span-0.0.6/debian/copyright
@@ -0,0 +1,20 @@
+This package was debianized by Roman Müllenschläder <mms@prodeia.de> on
+Tue, 11 Dec 2007 08:46:56 +0100.
+
+It was downloaded from http://lcr.vdr-developer.org/
+
+Upstream Author: Christian Leuschen <christian.leuschen.gmx.de>
+
+Copyright: Christian Leuschen
+
+
+The Debian packaging is (C) 2007, Roman Müllenschläder <mms@prodeia.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+License:
+
+It may be redistributed under the terms of the GNU GPL, Version 2
+found on Debian systems in the file /usr/share/common-licenses/GPL .
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
--- vdr-plugin-span-0.0.6.orig/debian/docs
+++ vdr-plugin-span-0.0.6/debian/docs
@@ -0,0 +1,2 @@
+README
+CONTRIBUTORS
--- vdr-plugin-span-0.0.6.orig/debian/install
+++ vdr-plugin-span-0.0.6/debian/install
@@ -0,0 +1 @@
+libvdr-span.so.*    usr/lib/vdr/plugins/
--- vdr-plugin-span-0.0.6.orig/debian/watch
+++ vdr-plugin-span-0.0.6/debian/watch
@@ -0,0 +1,22 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php vdr-plugin-span-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+http://lcr.vdr-developer.org/downloads/vdr-span-(.*)\.tar\.bz2
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/vdr-plugin-span-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for debscripts >= 2.9
+# http://sf.net/vdr-plugin-span/vdr-plugin-span-(.*)\.tar\.gz
+
+
--- vdr-plugin-span-0.0.6.orig/debian/README.Debian
+++ vdr-plugin-span-0.0.6/debian/README.Debian
@@ -0,0 +1,6 @@
+vdr-plugin-span for Debian
+-------------------------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Roman Müllenschläder <mms@prodeia.de>  Tue, 11 Dec 2007 08:46:56 +0100
--- vdr-plugin-span-0.0.6.orig/debian/rules
+++ vdr-plugin-span-0.0.6/debian/rules
@@ -0,0 +1,93 @@
+#! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
+# 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
+
+# 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
+
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
+
+configure: configure-stamp
+configure-stamp: patch-stamp
+	dh_testdir
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp
+	dh_testdir
+	$(MAKE) all $(MAKE_OPTIONS)
+	touch build-stamp
+
+clean: clean-patched unpatch
+clean-patched:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	-$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+	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_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
+	sh /usr/share/vdr-dev/patchlevel.sh subst
+	sh /usr/share/vdr-dev/dependencies.sh
+	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

