--- vdr-plugin-sudoku-0.2.1.orig/debian/rules +++ vdr-plugin-sudoku-0.2.1/debian/rules @@ -0,0 +1,22 @@ +#! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh + +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_INSTALL_CHANGELOGS_ALL = HISTORY + +MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. \ + LOCALEDIR=debian/tmp/usr/share/locale + +common-build-arch:: + $(MAKE) all $(MAKE_OPTIONS) + +cleanbuilddir:: + $(MAKE) -o .dependencies clean $(MAKE_OPTIONS) + rm -f libvdr-*.so.* + +common-binary-predeb-arch:: + sh /usr/share/vdr-dev/patchlevel.sh subst + sh /usr/share/vdr-dev/dependencies.sh + +srcdoc: + -$(MAKE) -o .dependencies srcdoc $(MAKE_OPTIONS) --- vdr-plugin-sudoku-0.2.1.orig/debian/install +++ vdr-plugin-sudoku-0.2.1/debian/install @@ -0,0 +1,3 @@ +libvdr-sudoku.so.* usr/lib/vdr/plugins/ +tools/sudoku_generator usr/bin/ +debian/tmp/usr/share/locale --- vdr-plugin-sudoku-0.2.1.orig/debian/watch +++ vdr-plugin-sudoku-0.2.1/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://toms-cafe.de/vdr/sudoku .*/vdr-sudoku-(.*)\.tgz --- vdr-plugin-sudoku-0.2.1.orig/debian/control +++ vdr-plugin-sudoku-0.2.1/debian/control @@ -0,0 +1,24 @@ +Source: vdr-plugin-sudoku +Section: misc +Priority: extra +Maintainer: Debian VDR Team +Uploaders: Thomas Günther , Tobias Grimm , Thomas Schmidt +Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.6.0), gettext +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-sudoku/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-sudoku/trunk/ +Homepage: http://toms-cafe.de/vdr/sudoku/ + +Package: vdr-plugin-sudoku +Architecture: any +Depends: ${shlibs:Depends}, ${vdr:Depends} +Description: VDR-Plugin to generate and solve Sudokus + This plugin generates Number Place puzzles, so called Sudokus, and let you + solve it. + . + A Sudoku puzzle consists of 9 x 9 cells subdivided into 9 regions with 3 x 3 + cells. The rules are simple. There have to be the numbers from 1 to 9 in every + row, column and region. In the beginning some numbers are given. These cells + are painted with cyan background color. The aim of the puzzle is to find the + missing numbers. There is only one solution of a Sudoku puzzle. +XB-VDR-Patchlevel: ${vdr:Patchlevel} --- vdr-plugin-sudoku-0.2.1.orig/debian/compat +++ vdr-plugin-sudoku-0.2.1/debian/compat @@ -0,0 +1 @@ +5 --- vdr-plugin-sudoku-0.2.1.orig/debian/copyright +++ vdr-plugin-sudoku-0.2.1/debian/copyright @@ -0,0 +1,38 @@ +Upstream Homepage: + http://toms-cafe.de/vdr/sudoku/ + +Upstream Author: + Thomas Günther + +Debian Maintainers: + Tobias Grimm + Thomas Günther + Thomas Schmidt + +Copyright: + (C) 2005-2008 Thomas Günther + +Copyright (Debian packaging): + (C) 2005-2008 Tobias Grimm, Thomas Günther, Thomas Schmidt + +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 Street, 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-2 on most Debian systems. + +License (Debian packaging): + The Debian packaging is licensed under the GPL, version 2 or any + later version, see /usr/share/common-licenses/GPL-2. --- vdr-plugin-sudoku-0.2.1.orig/debian/changelog +++ vdr-plugin-sudoku-0.2.1/debian/changelog @@ -0,0 +1,242 @@ +vdr-plugin-sudoku (0.2.1-3) unstable; urgency=low + + * Upload to unstable + + -- Thomas Schmidt Mon, 09 Jun 2008 00:08:47 +0200 + +vdr-plugin-sudoku (0.2.1-2) experimental; urgency=low + + * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7 + + -- Tobias Grimm Mon, 12 May 2008 13:14:12 +0200 + +vdr-plugin-sudoku (0.2.1-1) experimental; urgency=low + + * New upstream release + + -- Thomas Günther Sun, 6 Apr 2008 19:00:50 +0200 + +vdr-plugin-sudoku (0.2.0-1) experimental; urgency=low + + [ Thomas Schmidt ] + * New upstream release + * Build-Depend on vdr-dev (>=1.6.0) + * Switched Build-System to cdbs, Build-Depend on cdbs + * Added Homepage field to debian/control + * Renamed XS-Vcs-* fields to Vcs-* in debian/control + * Bumped Standards-Version to 3.7.3 + * Updated debian/copyright to our new format + + [ Tobias Grimm ] + * Using COMPAT=5 now + + -- Tobias Grimm Fri, 04 Apr 2008 00:02:44 +0200 + +vdr-plugin-sudoku (0.1.3-15) experimental; urgency=low + + * Force rebuild for vdr 1.5.15 + + -- Tobias Grimm Mon, 18 Feb 2008 21:09:11 +0100 + +vdr-plugin-sudoku (0.1.3-14) unstable; urgency=low + + * Release for vdrdevel 1.5.13 + + -- Thomas Günther Wed, 16 Jan 2008 10:31:40 +0100 + +vdr-plugin-sudoku (0.1.3-13) unstable; urgency=low + + * Release for vdrdevel 1.5.12 + + -- Thomas Günther Tue, 20 Nov 2007 23:46:32 +0100 + +vdr-plugin-sudoku (0.1.3-12) unstable; urgency=low + + * Release for vdrdevel 1.5.11 + + -- Thomas Günther Tue, 6 Nov 2007 23:34:23 +0100 + +vdr-plugin-sudoku (0.1.3-11) unstable; urgency=low + + * Release for vdrdevel 1.5.10 + + -- Thomas Günther Tue, 16 Oct 2007 23:51:04 +0200 + +vdr-plugin-sudoku (0.1.3-10) unstable; urgency=low + + * Release for vdrdevel 1.5.9 + + -- Thomas Günther Tue, 28 Aug 2007 01:01:14 +0200 + +vdr-plugin-sudoku (0.1.3-9) unstable; urgency=low + + * Release for vdrdevel 1.5.8 + + -- Thomas Günther Thu, 23 Aug 2007 01:09:12 +0200 + +vdr-plugin-sudoku (0.1.3-8) unstable; urgency=low + + * Release for vdrdevel 1.5.6 + + -- Thomas Günther Tue, 14 Aug 2007 01:46:24 +0200 + +vdr-plugin-sudoku (0.1.3-7) unstable; urgency=low + + * Release for vdrdevel 1.5.5 + + -- Thomas Günther Wed, 27 Jun 2007 23:02:47 +0200 + +vdr-plugin-sudoku (0.1.3-6) unstable; urgency=low + + * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control + + -- Thomas Schmidt Mon, 28 May 2007 20:24:32 +0200 + +vdr-plugin-sudoku (0.1.3-5) experimental; urgency=low + + [ Thomas Günther ] + * Fixed copyright issues reported by Joerg Jaspert + + [ Thomas Schmidt ] + * Fixed FSF-address in debian/copyright + + -- Thomas Schmidt Mon, 14 May 2007 23:44:44 +0200 + +vdr-plugin-sudoku (0.1.3-4) experimental; urgency=low + + * Release for vdrdevel 1.5.2 + + -- Thomas Günther Sat, 28 Apr 2007 00:00:45 +0200 + +vdr-plugin-sudoku (0.1.3-3) experimental; urgency=low + + * First upload to the official archive (closes: Bug#405850) + + -- Thomas Schmidt Sat, 10 Mar 2007 18:01:54 +0100 + +vdr-plugin-sudoku (0.1.3-2) experimental; urgency=low + + * Release for vdrdevel 1.5.1 + + -- Thomas Günther Tue, 27 Feb 2007 19:59:23 +0100 + +vdr-plugin-sudoku (0.1.3-1) experimental; urgency=low + + * New upstream release + + -- Thomas Günther Sat, 24 Feb 2007 00:01:20 +0100 + +vdr-plugin-sudoku (0.1.2-7) experimental; urgency=low + + [ Thomas Günther ] + * Replaced VDRdevel adaptions in debian/rules with make-special-vdr + * Adapted call of dependencies.sh and patchlevel.sh to the new location + in /usr/share/vdr-dev/ + + [ Tobias Grimm ] + * Build-Depend on vdr-dev (>=1.4.5-1) + + -- Tobias Grimm Sun, 14 Jan 2007 20:27:04 +0100 + +vdr-plugin-sudoku (0.1.2-6) unstable; urgency=low + + * Build-Depend on vdr-dev (>=1.4.4-1) + + -- Tobias Grimm Sun, 5 Nov 2006 00:00:46 +0100 + +vdr-plugin-sudoku (0.1.2-5) unstable; urgency=low + + [ Thomas Schmidt ] + * Build-Depend on vdr-dev (>=1.4.3-1) + + -- Tobias Grimm Sat, 30 Sep 2006 16:44:41 +0200 + +vdr-plugin-sudoku (0.1.2-4) unstable; urgency=low + + * Bumped Standards-Version to 3.7.2 + * Added note about the Debian Maintainers to debian/copyright + * Changed the maintainer to the Debian VDR Team + * Removed Bugs and Origin fields from debian/control + * Added Tobias Grimm and myself to Uploaders + * Build-Depend on vdr-dev (>=1.4.2-1) + + -- Thomas Schmidt Mon, 28 Aug 2006 21:00:20 +0200 + +vdr-plugin-sudoku (0.1.2-3) unstable; urgency=low + + * Thomas Schmidt + - Build-Depend on vdr-dev (>=1.4.1-1) + + -- Debian VDR Team Sun, 18 Jun 2006 15:56:40 +0200 + +vdr-plugin-sudoku (0.1.2-2) unstable; urgency=low + + * Thomas Schmidt + - Build-Depend on vdr-dev (>=1.4.0-1) + + -- Debian VDR Team Wed, 3 May 2006 22:20:36 +0200 + +vdr-plugin-sudoku (0.1.2-1) unstable; urgency=low + + * Thomas Schmidt + - Build-Depend on vdr-dev (>=1.3.48-1) + * Tobias Grimm + - New upstream release + - Removed DVBDIR from debian/rules + + -- Debian VDR Team Tue, 25 Apr 2006 19:40:10 +0200 + +vdr-plugin-sudoku (0.1.1-7) unstable; urgency=low + + * Thomas Schmidt + - Build-Depend on vdr-dev (>=1.3.46-1) + + -- Debian VDR Team Thu, 13 Apr 2006 00:29:48 +0200 + +vdr-plugin-sudoku (0.1.1-6) unstable; urgency=low + + * Thomas Schmidt + - Build-Depend on vdr-dev (>=1.3.45-1) + + -- Debian VDR Team Mon, 27 Mar 2006 23:18:50 +0200 + +vdr-plugin-sudoku (0.1.1-5) unstable; urgency=low + + * Tobias Grimm + - Depend/Build-Depend on vdr (>=1.3.41-1) + + -- Debian VDR Team Tue, 31 Jan 2006 20:03:24 +0100 + +vdr-plugin-sudoku (0.1.1-4) unstable; urgency=low + + * Tobias Grimm + - Build-Depend on vdr-dev (>=1.3.40-1) + + -- Debian VDR Team Thu, 26 Jan 2006 19:43:19 +0100 + +vdr-plugin-sudoku (0.1.1-3) unstable; urgency=low + + * Thomas Schmidt + - Build-Depend on vdr (>=1.3.38-1) + + -- Debian VDR Team Mon, 9 Jan 2006 20:30:30 +0100 + +vdr-plugin-sudoku (0.1.1-2) unstable; urgency=low + + * Thomas Schmidt + - Build-Depend on vdr (>=1.3.37-1) + + -- Debian VDR Team Mon, 28 Nov 2005 22:45:39 +0100 + +vdr-plugin-sudoku (0.1.1-1) unstable; urgency=low + + * New upstream release + + -- Thomas Günther Fri, 4 Nov 2005 02:01:00 +0100 + +vdr-plugin-sudoku (0.1.0-1) unstable; urgency=low + + * Initial Release. + + -- Thomas Günther Fri, 28 Oct 2005 01:00:00 +0200 +