r4690 - in /dvb/w-scan/trunk/debian: ./ changelog compat control copyright docs install manpages rules w_scan.1 watch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Mon May 28 13:03:30 UTC 2007


Author: tiber-guest
Date: Mon May 28 13:03:30 2007
New Revision: 4690

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=4690
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    dvb/w-scan/trunk/debian/   (with props)
    dvb/w-scan/trunk/debian/changelog
    dvb/w-scan/trunk/debian/compat
    dvb/w-scan/trunk/debian/control
    dvb/w-scan/trunk/debian/copyright
    dvb/w-scan/trunk/debian/docs
    dvb/w-scan/trunk/debian/install
    dvb/w-scan/trunk/debian/manpages
    dvb/w-scan/trunk/debian/rules   (with props)
    dvb/w-scan/trunk/debian/w_scan.1
    dvb/w-scan/trunk/debian/watch

Propchange: dvb/w-scan/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: dvb/w-scan/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/changelog?rev=4690&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/changelog (added)
+++ dvb/w-scan/trunk/debian/changelog Mon May 28 13:03:30 2007
@@ -1,0 +1,6 @@
+w-scan (20060903-1) unstable; urgency=low
+
+  * Initial release (Closes: #426390)
+
+ -- Tobias Grimm <tg at e-tobi.net>  Mon, 28 May 2007 12:36:03 +0200
+

Added: dvb/w-scan/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/compat?rev=4690&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/compat (added)
+++ dvb/w-scan/trunk/debian/compat Mon May 28 13:03:30 2007
@@ -1,0 +1,1 @@
+5

Added: dvb/w-scan/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/control?rev=4690&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/control (added)
+++ dvb/w-scan/trunk/debian/control Mon May 28 13:03:30 2007
@@ -1,0 +1,15 @@
+Source: w-scan
+Section: misc
+Priority: extra
+Maintainer: Tobias Grimm <tg at e-tobi.net>
+Build-Depends: debhelper (>= 5), linux-kernel-headers
+Standards-Version: 3.7.2
+
+Package: w-scan
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Scans DVB-T and DVB-C transponders for channels
+ w-scan scans DVB-T and DVB-C transponders for channels and creates a
+ channels.conf, that can directly be used by the Linux Video Disc Recorder VDR
+ Unlike other tools (like the scan utility in linuxtv-dvb-apps), there's no
+ need to specify an initial transponder. DVB-S is not supported!

Added: dvb/w-scan/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/copyright?rev=4690&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/copyright (added)
+++ dvb/w-scan/trunk/debian/copyright Mon May 28 13:03:30 2007
@@ -1,0 +1,36 @@
+This package was debianized by Tobias Grimm <tg at e-tobi.net> on
+Mon, 28 May 2007 12:36:03 +0200.
+
+It was downloaded from:
+    http://free.pages.at/wirbel4vdr/w_scan/index2.html
+
+Upstream Author:
+    Winfried Koehler <handygewinnspiel AET gmx dOt de>
+
+Copyright:
+    (c) 2006 Winfried Koehler
+    (c) 2006 Holger Waechtler, Johannes Stezenbach 
+             (original "scan" from dvb-apps")
+
+License:
+    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., 51 Franklin St, Fifth Floor, Boston, MA 
+    02110-1301, USA.
+
+    The complete text of the GNU General Public License can be found
+    in /usr/share/common-licenses/GPL on most Debian systems.
+
+
+The Debian packaging is (C) 2007, Tobias Grimm <tg at e-tobi.net> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: dvb/w-scan/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/docs?rev=4690&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/docs (added)
+++ dvb/w-scan/trunk/debian/docs Mon May 28 13:03:30 2007
@@ -1,0 +1,1 @@
+README

Added: dvb/w-scan/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/install?rev=4690&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/install (added)
+++ dvb/w-scan/trunk/debian/install Mon May 28 13:03:30 2007
@@ -1,0 +1,1 @@
+w_scan    usr/bin

Added: dvb/w-scan/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/manpages?rev=4690&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/manpages (added)
+++ dvb/w-scan/trunk/debian/manpages Mon May 28 13:03:30 2007
@@ -1,0 +1,1 @@
+debian/w_scan.1

Added: dvb/w-scan/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/rules?rev=4690&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/rules (added)
+++ dvb/w-scan/trunk/debian/rules Mon May 28 13:03:30 2007
@@ -1,0 +1,98 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE) w_scan
+	#docbook-to-man debian/wscan.sgml > wscan.1
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/wscan.
+	# $(MAKE) DESTDIR=$(CURDIR)/debian/wscan 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_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_python
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: dvb/w-scan/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: dvb/w-scan/trunk/debian/w_scan.1
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/w_scan.1?rev=4690&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/w_scan.1 (added)
+++ dvb/w-scan/trunk/debian/w_scan.1 Mon May 28 13:03:30 2007
@@ -1,0 +1,63 @@
+.TH "w_scan" "1" "Mai 28, 2007" "" ""
+.SH "NAME"
+w_scan \- a DVB\-C and DVB\-T scanning tool
+.SH "SYNOPSIS"
+.B w_scan
+.RI [ options ]
+.SH "DESCRIPTION"
+.B w_scan
+scans for DVB\-C and DVB\-T channels. DVB\-S is not supported! All other programs accessing the DVB hardware (like e.g. VDR) must be closed in order to avoid conflicts when starting w_scan.
+.SH "OPTIONS"
+The following options are available.
+.TP 
+.B \-a N
+Use device /dev/dvb/adapterN/ [default: auto detect].
+.TP 
+.B \-f TYPE
+Frontend type "c" = cable, "t"= terrestrian [default].
+.TP 
+.B \-i N
+Spectral inversion setting for cable TV only (0: off, 1: on, 2: auto [default]).
+.TP 
+.B \-F
+Use long filter output.
+.TP 
+.B \-t N
+Tuning timeout (1 = fastest [default], 2 = medium, 3 = slowest).
+.TP 
+.B \-o N
+VDR version / channels.conf format (2 = VDR\-1.2.x, 3 = VDR\-1.3.x, 4 = VDR\-1.4.x  [default]).
+.TP 
+.B \-R N
+Radio channels (0 = don't search radio channels, 1 = search radio channels [default]).
+.TP 
+.B \-T N
+TV channels (0 = don't search TV channels, 1 = search TV channels [default]).
+.TP 
+.B \-O N
+Other services (0 = don't search other services, 1 = search other services [default]).
+.TP 
+.B \-E N
+Conditional access / encrypted channels (N=0 gets only Free TV channels, N=xxx sets CA field in vdr output to :xxx:).
+.TP 
+.B \-X
+zap/czap/xine output instead of vdr channels.conf.
+.TP 
+.B \-x
+Generate initial tuning data for (dvb\-)scan.
+.TP 
+.B \-v
+verbose (repeat for more).
+.TP 
+.B \-q
+quiet   (repeat for less)
+.SH "AUTHOR"
+This manual page was written by Tobias Grimm <tg at e\-tobi.net>,
+for the Debian project (but may be used by others).
+.PP 
+Permission is granted to copy, distribute and/or modify this document under
+the terms of the GNU General Public License, Version 2 any
+later version published by the Free Software Foundation.
+.PP 
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common\-licenses/GPL.

Added: dvb/w-scan/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/watch?rev=4690&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/watch (added)
+++ dvb/w-scan/trunk/debian/watch Mon May 28 13:03:30 2007
@@ -1,0 +1,23 @@
+# 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 wscan-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/wscan-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/wscan-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for debscripts >= 2.9
+# http://sf.net/wscan/wscan-(.*)\.tar\.gz
+
+
+http://free.pages.at/wirbel4vdr/w_scan/index2.html w_scan-(.*)\.tar\.bz2




More information about the pkg-vdr-dvb-changes mailing list