--- scid-spell-data-200901.orig/debian/changelog +++ scid-spell-data-200901/debian/changelog @@ -0,0 +1,16 @@ +scid-spell-data (200901-2) unstable; urgency=low + + * Corrected the GPL version in the copyright. It has to be GPL-2 + and not as I was mistaken GPL-3. Thanks for the hint to Torsten + Werner. + + -- Oliver Korff Mon, 08 Feb 2010 21:36:58 +0100 + +scid-spell-data (200901-1) unstable; urgency=low + + * Initial release. Its just data for scid so no ITP. + * Scid itself was prepared to find the spelling.ssp file. + * The sources have been repacked, they came as spelling_2009_01.zip + and just provided the file spelling_2009_01.ssp. + + -- Oliver Korff Wed, 03 Feb 2010 12:31:24 +0100 --- scid-spell-data-200901.orig/debian/rules +++ scid-spell-data-200901/debian/rules @@ -0,0 +1,21 @@ +#!/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 + +%: + dh $@ + + + override_dh_auto_build: + cp spelling_2009_01.ssp spelling.ssp + + + override_dh_install: + dh_install spelling.ssp $(DESTDIR)/usr/share/scid/data/ --- scid-spell-data-200901.orig/debian/control +++ scid-spell-data-200901/debian/control @@ -0,0 +1,20 @@ +Source: scid-spell-data +Section: games +Priority: extra +Maintainer: Oliver Korff +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.4 +Homepage: http://scid.sourceforge.net + +Package: scid-spell-data +Architecture: all +Depends: ${misc:Depends}, scid +Conflicts: scid-rating-data +Replaces: scid-rating-data +Enhances: scid +Description: contains spelling corrections for scid chess databases + spelling corrections for maintaining scid chess databases. They can be + used to correct and identify player names, events and ratings in chess + databases. This is necessary, because large databases come from various + sources and only with spell corrected files there is a chance to identify + duplicate database entries. --- scid-spell-data-200901.orig/debian/clean +++ scid-spell-data-200901/debian/clean @@ -0,0 +1 @@ +spelling.ssp --- scid-spell-data-200901.orig/debian/copyright +++ scid-spell-data-200901/debian/copyright @@ -0,0 +1,39 @@ +This work was packaged for Debian by: + + Oliver Korff on Sun, 24 Jan 2010 17:45:18 +0100 + +It was downloaded from: + + http://scid.sourceforge.net/download.html + +Upstream Author: + + Franz Nagl + +Copyright: + + Copyright (C) 2001-2009. Franz Nagl + +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 package 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, see . + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is: + + Copyright (C) 2010 Oliver Korff + +and is licensed under the GPL version 2, see above. --- scid-spell-data-200901.orig/debian/compat +++ scid-spell-data-200901/debian/compat @@ -0,0 +1 @@ +7 --- scid-spell-data-200901.orig/debian/dirs +++ scid-spell-data-200901/debian/dirs @@ -0,0 +1 @@ +usr/share/scid/data