r9745 - in packages/trunk/monsterz/debian: . patches
Barry deFreese
bdefreese at alioth.debian.org
Sat May 16 02:06:35 UTC 2009
Author: bdefreese
Date: 2009-05-16 02:06:34 +0000 (Sat, 16 May 2009)
New Revision: 9745
Modified:
packages/trunk/monsterz/debian/changelog
packages/trunk/monsterz/debian/control
packages/trunk/monsterz/debian/monsterz.1
packages/trunk/monsterz/debian/patches/series
packages/trunk/monsterz/debian/postinst
Log:
* Add myself to uploaders.
* 020_fix_blit_crash.diff - (Closes: #523877).
+ Fix crash with blit in pygame 1.8.1.
* Add set -e to postinst.
* Fix up manpage what-is section.
* Bump Standards Version to 3.8.1.
Modified: packages/trunk/monsterz/debian/changelog
===================================================================
--- packages/trunk/monsterz/debian/changelog 2009-05-16 01:08:48 UTC (rev 9744)
+++ packages/trunk/monsterz/debian/changelog 2009-05-16 02:06:34 UTC (rev 9745)
@@ -1,3 +1,15 @@
+monsterz (0.7.1-3) unstable; urgency=low
+
+ [ Barry deFreese ]
+ * Add myself to uploaders.
+ * 020_fix_blit_crash.diff - (Closes: #523877).
+ + Fix crash with blit in pygame 1.8.1.
+ * Add set -e to postinst.
+ * Fix up manpage what-is section.
+ * Bump Standards Version to 3.8.1.
+
+ -- Barry deFreese <bdefreese at debian.org> Fri, 15 May 2009 21:18:05 -0400
+
monsterz (0.7.1-2) unstable; urgency=low
* Remove deprecated Encoding key from .desktop file
Modified: packages/trunk/monsterz/debian/control
===================================================================
--- packages/trunk/monsterz/debian/control 2009-05-16 01:08:48 UTC (rev 9744)
+++ packages/trunk/monsterz/debian/control 2009-05-16 02:06:34 UTC (rev 9745)
@@ -2,9 +2,9 @@
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Barry deFreese <bdefreese at debian.org>
Build-Depends: debhelper (>= 5.0), quilt, imagemagick
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/monsterz/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/monsterz/?op=log
Homepage: http://sam.zoy.org/monsterz/
@@ -27,4 +27,3 @@
.
This package contains the architecture-independent data for monsterz. For
more information, see the monsterz package.
-
Modified: packages/trunk/monsterz/debian/monsterz.1
===================================================================
--- packages/trunk/monsterz/debian/monsterz.1 2009-05-16 01:08:48 UTC (rev 9744)
+++ packages/trunk/monsterz/debian/monsterz.1 2009-05-16 02:06:34 UTC (rev 9745)
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH MONSTERZ "1" "October 2007" "monsterz 0.7.0" "User Commands"
.SH NAME
-monsterz \- manual page for monsterz 0.7.0
+monsterz \- a puzzle game of monsters
.SH SYNOPSIS
.B monsterz
[\fIOPTION\fR]...
Modified: packages/trunk/monsterz/debian/patches/series
===================================================================
--- packages/trunk/monsterz/debian/patches/series 2009-05-16 01:08:48 UTC (rev 9744)
+++ packages/trunk/monsterz/debian/patches/series 2009-05-16 02:06:34 UTC (rev 9745)
@@ -1,2 +1,2 @@
-
010_64-bit-alignment-issues-with-python2.5.diff
+020_fix_blit_crash.diff
Modified: packages/trunk/monsterz/debian/postinst
===================================================================
--- packages/trunk/monsterz/debian/postinst 2009-05-16 01:08:48 UTC (rev 9744)
+++ packages/trunk/monsterz/debian/postinst 2009-05-16 02:06:34 UTC (rev 9745)
@@ -1,5 +1,7 @@
#! /bin/sh
+set -e
+
DATA=/var/games/monsterz
PROG=/usr/games/monsterz
More information about the Pkg-games-commits
mailing list