This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository corsix-th.
commit 3a3232c95278709b71e13ab59b1ca8e43f697886 Author: Alexandre Detiste <[email protected]> Date: Sat Dec 5 11:23:26 2015 +0100 replace GetDeb packaging by Chris Buttler the sed one-liner doesn't count as "trivial work that can't be copyrighted" so better of using a single source & not mix Expat & GPL-3 licensed packaging bits. --- debian/changelog | 2 +- debian/control | 42 ++++++++++++------------------------------ debian/copyright | 12 +++++------- debian/corsix-th.6 | 7 +++---- 4 files changed, 21 insertions(+), 42 deletions(-) diff --git a/debian/changelog b/debian/changelog index c2962d5..7bf8243 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ corsix-th (0.50-1) UNRELEASED; urgency=medium - * Initial release based on GetDeb package. (Closes: #610087) + * Initial release. (Closes: #610087) -- Alexandre Detiste <[email protected]> Sun, 29 Nov 2015 09:48:11 +0100 diff --git a/debian/control b/debian/control index 449f363..7fbdb3b 100644 --- a/debian/control +++ b/debian/control @@ -30,42 +30,24 @@ Depends: ${shlibs:Depends}, lua-lpeg Recommends: theme-hospital-data | theme-hospital-demo-data | game-data-packager Description: Open source clone of Theme Hospital - As computers evolve, it is risked losing some - classic games. - Bullfrog's Theme Hospital, published in 1997, is a - classic simulation game, but getting it to run - natively on modern operating systems is getting - progressively harder. + Theme Hospital was a simulation computer game developed by Bullfrog + Productions and published by Electronic Arts in 1997, in which the player + designs and operates a hospital. . - This project aims to reimplement the game engine - of Theme Hospital, and be able to load the original - game data files. This means that you will need a - purchased copy of Theme Hospital, or a copy of the - demo, in order to use CorsixTH. After most of the - original engine has been reimplemented in open - source code, the project will serve as a base from - which extensions and improvements to the original - game can be made. + The game currently requires the original graphics and tries to mimic the + original as closely as possible. Therefore you will need a copy of the + original game for this package to be useful. Package: corsix-th-data Architecture: all Depends: ${misc:Depends} Description: Open source clone of Theme Hospital (data package) - As computers evolve, it is risked losing some - classic games. - Bullfrog's Theme Hospital, published in 1997, is a - classic simulation game, but getting it to run - natively on modern operating systems is getting - progressively harder. + Theme Hospital was a simulation computer game developed by Bullfrog + Productions and published by Electronic Arts in 1997, in which the player + designs and operates a hospital. . - This project aims to reimplement the game engine - of Theme Hospital, and be able to load the original - game data files. This means that you will need a - purchased copy of Theme Hospital, or a copy of the - demo, in order to use CorsixTH. After most of the - original engine has been reimplemented in open - source code, the project will serve as a base from - which extensions and improvements to the original - game can be made. + The game currently requires the original graphics and tries to mimic the + original as closely as possible. Therefore you will need a copy of the + original game for this package to be useful. . (This package contains the data files) diff --git a/debian/copyright b/debian/copyright index 2b1a25b..567801f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,13 +3,9 @@ Source: https://anonscm.debian.org/cgit/pkg-games/corsix-th.git Files: debian/* Copyright: - © 2011-2015 Christoph Korn <[email protected]> + © 2011-2013 Chris Butler <[email protected]> © 2015 Alexandre Detiste <[email protected]> -License: GPL-3 - This package is distributed under the terms of version 3 of the GNU - general public licence (GPL). On Debian systems the GNU General Public - License (GPL) version 3 is located on the filesystem at - /usr/share/common-licenses/GPL-3. +License: Expat Files: CorsixTH/Src/random.c Copyright: @@ -47,7 +43,9 @@ Copyright: © 2009-2015 Edvin "Lego3" Linge © 2009-2015 Haico "brainball" van Roeden © 2009-2015 Manuel "Roujin" Wolf, et al. -License: +License: Expat + +License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to diff --git a/debian/corsix-th.6 b/debian/corsix-th.6 index b1331e2..5568ba8 100644 --- a/debian/corsix-th.6 +++ b/debian/corsix-th.6 @@ -5,10 +5,9 @@ corsix\-th \- A Theme Hospital engine reimplementation. .SH SYNOPSIS .B corsix\-th .SH DESCRIPTION -Bullfrog's Theme Hospital, published in 1997, is a -classic simulation game, but getting it to run -natively on modern operating systems is getting -progressively harder. +Theme Hospital was a simulation computer game developed by Bullfrog +Productions and published by Electronic Arts in 1997, in which the player +designs and operates a hospital. .br This project aims to reimplement the game engine of Theme Hospital, and be able to load the original -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/corsix-th.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

