vdr/vdr-plugin-prefermenu/debian changelog control copyright docs install rules watch
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Thu, 05 Aug 2004 21:12:27 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-prefermenu/debian
In directory haydn:/tmp/cvs-serv15085/debian
Added Files:
changelog control copyright docs install rules watch
Log Message:
Added debian changes for version 0.6.2-1.
--- NEW FILE: watch ---
version=2
http://famillejacques.free.fr/vdr/prefermenu/vdr-prefermenu-(.*).tgz
--- NEW FILE: docs ---
README
TESTS
--- 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
# include dpatch stuff
include /usr/share/dpatch/dpatch.make
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
VDR=vdr
PACKAGE=$(VDR)-plugin-prefermenu
VDRDIR=/usr/include/$(VDR)
DVBDIR=/usr/include
configure: configure-stamp
configure-stamp:
dh_testdir
touch configure-stamp
build: patch-stamp build-stamp
build-stamp: configure-stamp
dh_testdir
$(MAKE) all DVBDIR=/usr/include VDRDIR=/usr/include/vdr LIBDIR=.
touch build-stamp
clean: clean-patched unpatch
clean-patched:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
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
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
# VDR can be customized with quite a lot of different patches, which can make
# the plugins binary incompatible.
# Although Debian will not provide different binary packages for VDR, we
# will include a patchlevel info, which is created at compile time and can
# be checked before a plugin is loaded.
[ -r $(VDRDIR)/patchlevel ] || echo 'patchlevel=' >> debian/$(PACKAGE).substvars
[ ! -r $(VDRDIR)/patchlevel ] || cat $(VDRDIR)/patchlevel >> debian/$(PACKAGE).substvars
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install patch unpatch configure
--- NEW FILE: changelog ---
vdr-plugin-prefermenu (0.6.2-1) unstable; urgency=low
* Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
- New upstream release
- Added watch-file
- Added patchlevel-mechanism, to be compatible with c't-vdr
- Use dpatch, so build-dep on dpatch
- Add 01_Makefile-fPIC-fix.dpatch
- Use dh_install
- Changed maintainer to Debian VDR and DVB Packaging Team
<pkg-vdr-dvb-devel@lists.alioth.debian.org>
- Changed architecture to any
-- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Thu, 5 Aug 2004 22:45:25 +0200
vdr-plugin-prefermenu (0.5.3-5) unstable; urgency=low
* Rebuild for vdr 1.2.6
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sun, 16 Nov 2003 15:06:41 +0100
vdr-plugin-prefermenu (0.5.3-4) unstable; urgency=low
* Rebuild for vdr 1.2.5
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Wed, 17 Sep 2003 20:26:09 +0200
vdr-plugin-prefermenu (0.5.3-3) unstable; urgency=low
* changed the plugin-dir to /usr/lib/vdr/plugins, to be FHS compliant
Thanks to Henning Glawe <glaweh@physik.fu-berlin.de> for pointing me
to this one
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sun, 14 Sep 2003 16:29:16 +0200
vdr-plugin-prefermenu (0.5.3-2) unstable; urgency=low
* Revised german translations
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sat, 13 Sep 2003 10:52:22 +0200
vdr-plugin-prefermenu (0.5.3-1) unstable; urgency=low
* Initial Release.
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sat, 13 Sep 2003 10:27:16 +0200
--- NEW FILE: install ---
libvdr-*.so.* usr/lib/vdr/plugins
--- NEW FILE: copyright ---
This package was debianized by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> on
Thu, 13 Sept 2003 10:30:00 +0200.
It was downloaded from http://www.olivierjacques.com/vdr/prefermenu
Upstream Authors: Maxime Guilbot <maxime.guilbot@online.fr>
Olivier Jacques <vdr@olivierjacques.com>
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: control ---
Source: vdr-plugin-prefermenu
Section: misc
Priority: extra
Maintainer: Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
Build-Depends: debhelper (>> 4.1.16), vdr-dev (>=1.1.16), dpatch
Standards-Version: 3.6.1
Package: vdr-plugin-prefermenu
Architecture: any
Depends: ${shlibs:Depends}, vdr (>=1.2.6)
Conflicts: vdr (>=1.2.7)
Description: Plugin that implements a preferred channels menu
This plugin for vdr implements a preferred channels menu.
It makes it easy to switch to your favourite chanels.
XB-VDR-Patchlevel: ${patchlevel}