This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository tecnoballz.
commit 02e97e2ed39e7a24bd4b6bcf4cfba193ea1ac515 Author: Barry deFreese <[email protected]> Date: Thu Apr 16 20:05:20 2009 +0000 Clean up copyright file a little. Add dh_installdocs to binary package. Improve long description for -data package. --- debian/control | 7 +++++-- debian/copyright | 5 ++--- debian/rules | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index e582684..abd80d1 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,9 @@ Description: breaking block game ported from the Amiga platform Package: tecnoballz-data Architecture: all Description: graphic, sound and music files for the game tecnoballz - This package provides all data files needed by the game tecnoballz: - graphics, sounds and music. + This is a Breakout or Arkanoid like game with a lot of bonus + stages. You can buy weapons and bonus between stages. + Sometimes you have to defeat a guardian. + . + This package provides all graphics, sound, music, and text data files. diff --git a/debian/copyright b/debian/copyright index d251672..97f1df6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Thu, 14 Oct 2004 12:25:50 +0200. It was downloaded from http://linux.tlk.fr/games/TecnoballZ/download/ Copyright: - TecnoballZ is copyright TLK Games 1991-2005 + TecnoballZ is Copyright (C) 1991-2005 TLK Games Upstream Authors: - TLK Games <http://linux.tlk.fr> @@ -14,5 +14,4 @@ License: TecnoballZ is published under the terms of the GPL Licence. On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL - + License can be found in /usr/share/common-licenses/GPL-3 diff --git a/debian/rules b/debian/rules index 29e77a6..c6e5fe0 100755 --- a/debian/rules +++ b/debian/rules @@ -96,6 +96,7 @@ binary-arch: build install dh_testroot dh_install -s --list-missing dh_installchangelogs -s + dh_installdocs -s dh_installmenu -s dh_installman -s man/*.6 dh_link -s -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tecnoballz.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

