scid-rating-data (200901-2) debian-dir only changes

Summary

 debian/changelog |   16 ++++++++++++++++
 debian/clean     |    1 +
 debian/compat    |    1 +
 debian/control   |   21 +++++++++++++++++++++
 debian/copyright |   39 +++++++++++++++++++++++++++++++++++++++
 debian/dirs      |    1 +
 debian/rules     |   21 +++++++++++++++++++++
 7 files changed, 100 insertions(+)

    
download this patch

Patch contents

--- scid-rating-data-200901.orig/debian/changelog
+++ scid-rating-data-200901/debian/changelog
@@ -0,0 +1,16 @@
+scid-rating-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 <ok@xynyx.de>  Mon, 08 Feb 2010 21:33:54 +0100
+
+scid-rating-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 rating_2009_01.ssp.zip
+    and just provided the file ratings_2009_01.ssp.
+
+ -- Oliver Korff <ok@xynyx.de>  Wed, 03 Feb 2010 12:31:24 +0100
--- scid-rating-data-200901.orig/debian/rules
+++ scid-rating-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 ratings_2009_01.ssp spelling.ssp
+
+
+       override_dh_install:
+		 dh_install spelling.ssp $(DESTDIR)/usr/share/scid/data/ 
--- scid-rating-data-200901.orig/debian/control
+++ scid-rating-data-200901/debian/control
@@ -0,0 +1,21 @@
+Source: scid-rating-data
+Section: games
+Priority: extra
+Maintainer: Oliver Korff <ok@xynyx.de>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.4
+Homepage: http://scid.sourceforge.net
+
+Package: scid-rating-data
+Architecture: all
+Depends: ${misc:Depends}, scid
+Conflicts: scid-spell-data
+Replaces: scid-spell-data
+Enhances: scid
+Description: contains spelling corrections and ELO ratings for scid chess databases
+ spelling corrections and ELO chess ratings 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. The content is identical with scid-spell-data, 
+ it has additional ELO ratings and replaces scid-spell-data.
--- scid-rating-data-200901.orig/debian/clean
+++ scid-rating-data-200901/debian/clean
@@ -0,0 +1 @@
+spelling.ssp
--- scid-rating-data-200901.orig/debian/copyright
+++ scid-rating-data-200901/debian/copyright
@@ -0,0 +1,39 @@
+This work was packaged for Debian by:
+
+    Oliver Korff <ok@xynyx.de> on Sun, 24 Jan 2010 17:45:18 +0100
+
+It was downloaded from:
+
+    http://scid.sourceforge.net/download.html
+
+Upstream Author:
+
+	Franz Nagl <e4c5@inode.at>
+
+Copyright:
+
+	Copyright (C) 2001-2009. Franz Nagl <e4c5@inode.at>
+
+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 <http://www.gnu.org/licenses/>.
+
+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 <ok@xynyx.de>
+
+and is licensed under the GPL version 2, see above.
--- scid-rating-data-200901.orig/debian/compat
+++ scid-rating-data-200901/debian/compat
@@ -0,0 +1 @@
+7
--- scid-rating-data-200901.orig/debian/dirs
+++ scid-rating-data-200901/debian/dirs
@@ -0,0 +1 @@
+usr/share/scid/data