vdr/vdr-plugin-femon/debian changelog control copyright dirs docs install rules watch

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 21 Jun 2004 20:52:25 +0000


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

Added Files:
	changelog control copyright dirs docs install rules watch 
Log Message:
Added debian changes for version 0.0.6-1. 


--- NEW FILE: watch ---
version=2
http://www.saunalahti.fi/~rahrenbe/vdr/femon/vdr-femon-(.*)\.tar\.gz

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

# 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

configure: configure-stamp
configure-stamp:
	dh_testdir

	touch configure-stamp


build: build-stamp

build-stamp: configure-stamp 
	dh_testdir

	$(MAKE) all DVBDIR=/usr/include VDRDIR=/usr/include/vdr LIBDIR=. REMOTE=lirc

	touch build-stamp

clean:
	dh_testdir
	dh_testroot
	rm -f build-stamp configure-stamp
	rm -f debian/vdr-plugin-femon.substvars
	rm -f libvdr-*.so*
	make clean

	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_installmenu
	dh_installcron
	dh_installman
	dh_installinfo
	dh_installchangelogs HISTORY 
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
	dh_installdeb
	dh_shlibdeps
	cd debian; mv vdr-plugin-femon.substvars substvars.old; cat /usr/include/vdr/patchlevel substvars.old > vdr-plugin-femon.substvars; rm -f substvars.old
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure

--- NEW FILE: changelog ---
vdr-plugin-femon (0.0.6-1) unstable; urgency=low

  * New upstream release
  * Umstellung auf dh_install

 -- Tobias Grimm <tg@e-tobi.net>  Sat,  12 Jun 2004 09:45:00 +0100

vdr-plugin-femon (0.0.3a-1) unstable; urgency=low

  * New upstream release
  * added debian/watch file for uscan

 -- Tobias Grimm <tg@e-tobi.net>  Mon,  8 Mar 2004 23:52:37 +0100

vdr-plugin-femon (0.0.3-1) unstable; urgency=low

  * new upstream release

 -- Tobias Grimm <tg@e-tobi.net>  Thu, 04 Feb 2004 02:30:00 +0200

vdr-plugin-femon (0.0.2c-1) unstable; urgency=low

  * debianized

 -- Tobias Grimm <tg@e-tobi.net>  Sat, 28 Feb 2004 11:30:00 +0200

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

--- NEW FILE: copyright ---
This package was debianized by Tobias Grimm on Sat, 28 Feb 2004 11:30:00 +0200.

It was downloaded from http://www.saunalahti.fi/~rahrenbe/vdr/femon/

Upstream Author: Rolf Ahrenberg <Rolf.Ahrenberg AT sci.fi>

Copyright:
       
       You are free to distribute this software under the terms of
       the GNU General Public License.
       On Debian systems, the complete text of the GNU General Public
       License can be found in /usr/share/common-licenses/GPL file.

--- NEW FILE: control ---
Source: vdr-plugin-femon
Section: misc
Priority: extra
Maintainer: Tobias Grimm <tg@e-tobi.net>
Build-Depends: debhelper (>> 3.0.0), vdr-dev (>= 1.2.6-5)
Standards-Version: 3.5.2

Package: vdr-plugin-femon
Architecture: i386
Depends: ${shlibs:Depends}, vdr (>= 1.2.6-5)
Description: DVB frontend status monitor plugin for vdr
 DVB Frontend Status Monitor is a plugin that displays a few signal
 quality parameters of the tuned channel on your screen. 
 Patchlevel: ${patchlevel}
--- NEW FILE: dirs ---
usr/lib/vdr/plugins