This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository quakespasm.
commit 3f4e72f9d358cf08f85466cc4518b7926a5ca8bd Author: Simon McVittie <[email protected]> Date: Sun Jun 18 17:40:51 2017 +0100 Fix an incorrectly-spelled version of "response" as detected by Lintian --- debian/changelog | 2 +- debian/patches/spelling-fixes.patch | 25 ++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3927d90..727cb24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,9 +5,9 @@ quakespasm (0.92.1+dfsg-2) UNRELEASED; urgency=medium * Enable full compiler hardening * d/rules: Remove redundant DESTDIR setting * Use git-format-patch-compatible patch headers as used by gbp pq - * Refresh a patch * Adjust mp3-copyright.patch so it applies again * Remove old patch for user directory support, which was applied upstream + * Fix an incorrectly-spelled version of "response" as detected by Lintian -- Simon McVittie <[email protected]> Sun, 18 Jun 2017 17:38:07 +0100 diff --git a/debian/patches/spelling-fixes.patch b/debian/patches/spelling-fixes.patch index e84b838..652b638 100644 --- a/debian/patches/spelling-fixes.patch +++ b/debian/patches/spelling-fixes.patch @@ -6,9 +6,10 @@ Subject: Spelling fixes Quake/cmd.c | 2 +- Quake/gl_model.c | 2 +- Quake/host_cmd.c | 8 ++++---- + Quake/net_dgrm.c | 4 ++-- Quake/sv_main.c | 2 +- Quake/zone.c | 18 +++++++++--------- - 5 files changed, 16 insertions(+), 16 deletions(-) + 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Quake/cmd.c b/Quake/cmd.c index b14143a..571f7e8 100644 @@ -74,6 +75,28 @@ index b8ff444..0e6a85b 100644 // if this is the last client to be connected, unpause sv.paused = false; } +diff --git a/Quake/net_dgrm.c b/Quake/net_dgrm.c +index 15885cf..12a3c93 100644 +--- a/Quake/net_dgrm.c ++++ b/Quake/net_dgrm.c +@@ -555,7 +555,7 @@ static void Test_Poll (void *unused) + break; + + if (MSG_ReadByte() != CCREP_PLAYER_INFO) +- Sys_Error("Unexpected repsonse to Player Info request\n"); ++ Sys_Error("Unexpected response to Player Info request\n"); + + MSG_ReadByte(); /* playerNumber */ + Q_strcpy(name, MSG_ReadString()); +@@ -707,7 +707,7 @@ Reschedule: + return; + + Error: +- Con_Printf("Unexpected repsonse to Rule Info request\n"); ++ Con_Printf("Unexpected response to Rule Info request\n"); + Done: + dfunc.Close_Socket(test2Socket); + test2InProgress = false; diff --git a/Quake/sv_main.c b/Quake/sv_main.c index 401b43a..95f6fdb 100644 --- a/Quake/sv_main.c -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quakespasm.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

