r7542 - in /dvb/w-scan/trunk/debian: changelog control copyright rules
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Mon Feb 2 20:00:20 UTC 2009
Author: tiber-guest
Date: Mon Feb 2 20:00:19 2009
New Revision: 7542
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7542
Log:
* Updated package description
* Use cdbs
Modified:
dvb/w-scan/trunk/debian/changelog
dvb/w-scan/trunk/debian/control
dvb/w-scan/trunk/debian/copyright
dvb/w-scan/trunk/debian/rules
Modified: dvb/w-scan/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/changelog?rev=7542&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/changelog (original)
+++ dvb/w-scan/trunk/debian/changelog Mon Feb 2 20:00:19 2009
@@ -1,3 +1,10 @@
+w-scan (20081106-2) experimental; urgency=low
+
+ * Updated package description
+ * Use cdbs
+
+ -- Tobias Grimm <etobi at debian.org> Mon, 02 Feb 2009 20:27:27 +0100
+
w-scan (20081106-1) unstable; urgency=low
* New upstream release
Modified: dvb/w-scan/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/control?rev=7542&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/control (original)
+++ dvb/w-scan/trunk/debian/control Mon Feb 2 20:00:19 2009
@@ -2,14 +2,17 @@
Section: misc
Priority: extra
Maintainer: Tobias Grimm <etobi at debian.org>
-Build-Depends: debhelper (>= 5), linux-kernel-headers
+Build-Depends: debhelper (>= 5), cdbs, linux-kernel-headers
Standards-Version: 3.8.0
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!
+Description: Scans for DVB-T and DVB-C channels
+ w-scan scans for DVB-T and DVB-C channels and creates a channels.conf,
+ that can be used directly by the Linux Video Disc Recorder VDR.
+ It is also possible to output channels in a format readable by the
+ czap/tzap tools provided by linuxtv-dvb-zap, xine, totem or me-tv.
+ .
+ Unlike the scan utility in linuxtv-dvb-apps, there is no need to specify
+ an initial transponder. DVB-S is not supported.
Modified: dvb/w-scan/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/copyright?rev=7542&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/copyright (original)
+++ dvb/w-scan/trunk/debian/copyright Mon Feb 2 20:00:19 2009
@@ -1,16 +1,19 @@
-This package was debianized by Tobias Grimm <etobi at debian.org> on
-Mon, 28 May 2007 12:36:03 +0200.
-
-It was downloaded from:
+Upstream Homepage:
http://wirbel.htpc-forum.de/w_scan/index2.html
Upstream Author:
Winfried Koehler <handygewinnspiel AET gmx dOt de>
+Debian Maintainers:
+ Tobias Grimm <etobi at debian.org>
+
Copyright:
(c) 2006 - 2008 Winfried Koehler
(c) 2006 Holger Waechtler, Johannes Stezenbach
(original "scan" from dvb-apps")
+
+Copyright (Debian packaging):
+ (C) 2007 - 2009 Tobias Grimm
License:
This program is free software; you can redistribute it and/or modify
@@ -30,7 +33,3 @@
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) 2008, Tobias Grimm <tg at e-tobi.net> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Modified: dvb/w-scan/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/rules?rev=7542&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/rules (original)
+++ dvb/w-scan/trunk/debian/rules Mon Feb 2 20:00:19 2009
@@ -1,98 +1,4 @@
#!/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
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
More information about the pkg-vdr-dvb-changes
mailing list