vdr/vdr-plugin-games/debian changelog control copyright docs install rules watch
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 03 Jul 2004 14:44:42 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-games/debian
In directory haydn:/tmp/cvs-serv16438/vdr/vdr-plugin-games/debian
Added Files:
changelog control copyright docs install rules watch
Log Message:
added vdr-plugin-games
--- NEW FILE: watch ---
version=2
http://www.thf.ath.cx/public/vdr-games-(.*)\.tar\.gz
--- NEW FILE: docs ---
README
HISTORY
--- 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
VDR=vdr
PACKAGE=$(VDR)-plugin-games
VDRDIR=/usr/include/$(VDR)
DVBDIR=/usr/include
configure: configure-stamp
configure-stamp:
dh_testdir
touch configure-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
$(MAKE) all DVBDIR=$(DVBDIR) VDRDIR=$(VDRDIR) LIBDIR=.
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
rm -rf build-tree
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 configure
--- NEW FILE: changelog ---
vdr-plugin-games (0.6.1-1) unstable; urgency=low
* Thomas Schmidt:
- New upstream release
- Changed architecture to any
- Use dh_install
- First upload to official Debian-archive (closes: Bug#229223)
- Added patchlevel-mechanism, to be compatible with c't-vdr
- Added watch-file
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sat, 3 Jul 2004 16:33:22 +0200
vdr-plugin-games (0.6.0-4) unstable; urgency=low
* Rebuild for vdr 1.2.6
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sun, 16 Nov 2003 15:00:13 +0100
vdr-plugin-games (0.6.0-3) unstable; urgency=low
* Rebuild for vdr 1.2.5
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Wed, 17 Sep 2003 20:15:37 +0200
vdr-plugin-games (0.6.0-2) 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:25:39 +0200
vdr-plugin-games (0.6.0-1) unstable; urgency=low
* New upstream release
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sat, 13 Sep 2003 10:18:10 +0200
vdr-plugin-games (0.4.2-3) unstable; urgency=low
* Changed debian/rules and debian/control (added debian/control.template),
so that the correct dependancy to vdr is filled out automatically on the
version of vdr-dev, you have installed
* Bump Standards-Version to 3.6.1
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Wed, 10 Sep 2003 10:22:32 +0200
vdr-plugin-games (0.4.2-2) unstable; urgency=low
* Rebuild for vdr 1.2.2
* Bump Standards-Version to 3.6.0
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Wed, 13 Aug 2003 10:48:33 +0200
vdr-plugin-games (0.4.2-1) unstable; urgency=low
* New upstream release
* Bump Standard-Version to 3.5.10
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sun, 13 Jul 2003 15:55:12 +0200
vdr-plugin-games (0.4.1-4) unstable; urgency=low
* Rebuild for vdr 1.2.1
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Mon, 9 Jun 2003 19:03:16 +0200
vdr-plugin-games (0.4.1-3) unstable; urgency=low
* Rebuild for vdr 1.2.0
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sun, 1 Jun 2003 21:57:29 +0200
vdr-plugin-games (0.4.1-2) unstable; urgency=low
* Rebuild for vdr 1.1.29
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Wed, 30 Apr 2003 17:56:16 +0200
vdr-plugin-games (0.4.1-1) unstable; urgency=low
* New upstream release
* Rebuild for vdr 1.1.28
* New game: tictactoe - replaces separate tictactoe-plugin
* Bump Standards-Version to 3.5.9
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Tue, 22 Apr 2003 12:45:28 +0200
vdr-plugin-games (0.4.0-1) unstable; urgency=low
* New upstream release
* Upstream namechange to vdr-games - please edit your vdr-startscript to
reflect the change (change -Ptetris to -Pgames)
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sun, 13 Apr 2003 15:51:51 +0200
vdr-plugin-tetris (0.2.2-3) unstable; urgency=low
* rebuild for vdr 1.1.25
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Wed, 5 Mar 2003 19:55:46 +0100
vdr-plugin-tetris (0.2.2-2) unstable; urgency=low
* changed wrong package description
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sun, 2 Feb 2003 15:35:19 +0100
vdr-plugin-tetris (0.2.2-1) unstable; urgency=low
* New upstream release
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sun, 12 Jan 2003 22:43:18 +0100
vdr-plugin-tetris (0.2.0-4) unstable; urgency=low
* compiled for vdr 1.1.20
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Sun, 15 Dec 2002 19:00:07 +0100
vdr-plugin-tetris (0.2.0-3) unstable; urgency=low
* compiled for vdr 1.1.19
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Mon, 9 Dec 2002 23:46:56 +0100
vdr-plugin-tetris (0.2.0-2) unstable; urgency=low
* compiled for vdr 1.1.18
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Mon, 2 Dec 2002 12:48:35 +0100
vdr-plugin-tetris (0.2.0-1) unstable; urgency=low
* New upstream release
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Tue, 19 Nov 2002 14:15:26 +0100
vdr-plugin-tetris (0.1.3-1) unstable; urgency=low
* New upstream release
* compiled for vdr 1.1.16
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Mon, 11 Nov 2002 11:51:31 +0100
vdr-plugin-tetris (0.1.2-1) unstable; urgency=low
* Initial Release.
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Mon, 4 Nov 2002 00:55:58 +0100
--- NEW FILE: install ---
libvdr-games.so.* usr/lib/vdr/plugins
--- NEW FILE: copyright ---
This package was debianized by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> on
Fri, 18 Oct 2002 13:45:37 +0200.
It was downloaded from http://www.thf.ath.cx
Upstream Author: Clemens Kirchgatterer <clemens@thf.ath.cx>
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-games
Section: misc
Priority: extra
Maintainer: Debian VDR and DVB Packaging Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
Uploaders: Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
Build-Depends: debhelper (>> 4.1.16), vdr-dev (>=1.1.17)
Standards-Version: 3.6.1
Package: vdr-plugin-games
Architecture: i386
Replaces: vdr-plugin-tetris, vdr-plugin-tictactoe
Conflicts: vdr-plugin-tetris, vdr-plugin-tictactoe
Depends: ${shlibs:Depends}, vdr (>=1.2.6)
Conflicts: vdr (>=1.2.7)
Description: Plugin to vdr for playing tetris, snake and others
This plugin(s) for vdr allows you to play Tetris, TicTacToe, Tron
and Snake via vdr's OSD.
XB-VDR-Patchlevel: ${patchlevel}