r5597 - in packages/trunk/openarena/debian: . patches
Bruno Fuddl-guestquot; Fuddl" Kleinert
fuddl-guest at alioth.debian.org
Thu Jan 31 19:26:12 UTC 2008
Author: fuddl-guest
Date: 2008-01-31 19:26:12 +0000 (Thu, 31 Jan 2008)
New Revision: 5597
Modified:
packages/trunk/openarena/debian/changelog
packages/trunk/openarena/debian/control
packages/trunk/openarena/debian/copyright
packages/trunk/openarena/debian/openarena-server.6
packages/trunk/openarena/debian/openarena.6
packages/trunk/openarena/debian/openarena.README.Debian
packages/trunk/openarena/debian/patches/10-fix_menudef.h_includes.dpatch
packages/trunk/openarena/debian/patches/10_fix_build_and_binary_on_alpha.dpatch
Log:
+ update to latest standards version
* update my email address
* fix lintian warnings
* missing comment in dpatch
* additional homepage URL in package descriptions
Modified: packages/trunk/openarena/debian/changelog
===================================================================
--- packages/trunk/openarena/debian/changelog 2008-01-31 17:45:26 UTC (rev 5596)
+++ packages/trunk/openarena/debian/changelog 2008-01-31 19:26:12 UTC (rev 5597)
@@ -1,5 +1,16 @@
-openarena (0.7.0-2) UNRELEASED; urgency=low
+openarena (0.7.0-3) UNRELEASED; urgency=low
+ [ Bruno "Fuddl" Kleinert ]
+ * In control file rename XS-Vcs-fields to Vcs-fields
+ * Remove Homepage URLs from package descriptions
+ * Update my email address where necessary
+ * Update to standards version 3.7.3.0. No changes
+ * Add comment to 10-fix_menudef.h_includes.dpatch. Found by lintian
+
+ -- Bruno "Fuddl" Kleinert <fuddl at tauware.de> Thu, 31 Jan 2008 20:23:30 +0100
+
+openarena (0.7.0-2) unstable; urgency=low
+
* Fix inadvertent installation of files below usr/share/doc/openarena-server
by the openarena (client) package. (Closes: #440173)
Modified: packages/trunk/openarena/debian/control
===================================================================
--- packages/trunk/openarena/debian/control 2008-01-31 17:45:26 UTC (rev 5596)
+++ packages/trunk/openarena/debian/control 2008-01-31 19:26:12 UTC (rev 5597)
@@ -2,11 +2,11 @@
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Bruno "Fuddl" Kleinert <fuddl at gmx.de>
+Uploaders: Bruno "Fuddl" Kleinert <fuddl at tauware.de>
Build-Depends: debhelper (>= 5), libsdl1.2-dev, libopenal-dev, imagemagick, libcurl3-dev, sharutils, dpatch, libvorbis-dev
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openarena/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/openarena/?op=log
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openarena/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/openarena/?op=log
Homepage: http://openarena.ws/
Package: openarena
@@ -21,8 +21,6 @@
OpenArena might be considered unsuitable for children.
.
This package installs the OpenArena client.
- .
- Homepage: http://openarena.ws/
Package: openarena-server
Architecture: any
Modified: packages/trunk/openarena/debian/copyright
===================================================================
--- packages/trunk/openarena/debian/copyright 2008-01-31 17:45:26 UTC (rev 5596)
+++ packages/trunk/openarena/debian/copyright 2008-01-31 19:26:12 UTC (rev 5597)
@@ -1,4 +1,4 @@
-This package was debianized by Bruno "Fuddl" Kleinert <fuddl at gmx.de> on
+This package was debianized by Bruno "Fuddl" Kleinert <fuddl at tauware.de> on
Sat, 30 Sep 2006 17:23:34 +0200.
It was downloaded from http://openarena.ws/
Modified: packages/trunk/openarena/debian/openarena-server.6
===================================================================
--- packages/trunk/openarena/debian/openarena-server.6 2008-01-31 17:45:26 UTC (rev 5596)
+++ packages/trunk/openarena/debian/openarena-server.6 2008-01-31 19:26:12 UTC (rev 5597)
@@ -22,5 +22,5 @@
.SH AUTHOR
openarena-server was written by the OpenArena Team.
.PP
-This manual page was written by Bruno "Fuddl" Kleinert <fuddl at gmx.de>,
+This manual page was written by Bruno "Fuddl" Kleinert <fuddl at tauware.de>,
for the Debian project (but may be used by others).
Modified: packages/trunk/openarena/debian/openarena.6
===================================================================
--- packages/trunk/openarena/debian/openarena.6 2008-01-31 17:45:26 UTC (rev 5596)
+++ packages/trunk/openarena/debian/openarena.6 2008-01-31 19:26:12 UTC (rev 5597)
@@ -22,5 +22,5 @@
.SH AUTHOR
openarena was written by the OpenArena Team.
.PP
-This manual page was written by Bruno "Fuddl" Kleinert <fuddl at gmx.de>,
+This manual page was written by Bruno "Fuddl" Kleinert <fuddl at tauware.de>,
for the Debian project (but may be used by others).
Modified: packages/trunk/openarena/debian/openarena.README.Debian
===================================================================
--- packages/trunk/openarena/debian/openarena.README.Debian 2008-01-31 17:45:26 UTC (rev 5596)
+++ packages/trunk/openarena/debian/openarena.README.Debian 2008-01-31 19:26:12 UTC (rev 5597)
@@ -13,4 +13,4 @@
typing "\r_flares 0" (without the quotes) in the in-game console. This setting
is saved automatically, when OpenArena is closed.
- -- Bruno "Fuddl" Kleinert <fuddl at gmx.de> Wed, 04 Jul 2007 19:29:37 +0200
+ -- Bruno "Fuddl" Kleinert <fuddl at tauware.de> Wed, 04 Jul 2007 19:29:37 +0200
Modified: packages/trunk/openarena/debian/patches/10-fix_menudef.h_includes.dpatch
===================================================================
--- packages/trunk/openarena/debian/patches/10-fix_menudef.h_includes.dpatch 2008-01-31 17:45:26 UTC (rev 5596)
+++ packages/trunk/openarena/debian/patches/10-fix_menudef.h_includes.dpatch 2008-01-31 19:26:12 UTC (rev 5597)
@@ -1,8 +1,9 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10-fix_menudef.h_includes.dpatch by <fuddl at localhost.localdomain>
+## 10-fix_menudef.h_includes.dpatch by Bruno "Fuddl" Kleinert <fuddl at tauware.de>
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Adds a header which upstream forgot to include in their source
+## distribution.
@DPATCH@
diff -urNad openarena-0.7.0~/code/cgame/cg_event.c openarena-0.7.0/code/cgame/cg_event.c
Modified: packages/trunk/openarena/debian/patches/10_fix_build_and_binary_on_alpha.dpatch
===================================================================
--- packages/trunk/openarena/debian/patches/10_fix_build_and_binary_on_alpha.dpatch 2008-01-31 17:45:26 UTC (rev 5596)
+++ packages/trunk/openarena/debian/patches/10_fix_build_and_binary_on_alpha.dpatch 2008-01-31 19:26:12 UTC (rev 5597)
@@ -1,5 +1,5 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_fix_build_and_binary_on_alpha.dpatch by <fuddl at gmx.de>
+## 10_fix_build_and_binary_on_alpha.dpatch by Bruno "Fuddl" Kleinert <fuddl at tauware.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix compile options to make oa build and run on alpha.
More information about the Pkg-games-commits
mailing list