[vcmi] 09/10: add patch fix-spelling

Johannes Schauer josch at moszumanska.debian.org
Tue Nov 8 13:11:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

josch pushed a commit to branch master
in repository vcmi.

commit 72f920af798aaf8f309b27b957144c6327598fe9
Author: Johannes Schauer <josch at debian.org>
Date:   Tue Nov 8 10:31:57 2016 -0200

    add patch fix-spelling
---
 debian/changelog            |  1 +
 debian/patches/fix-spelling | 25 +++++++++++++++++++++++++
 debian/patches/series       |  1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ff74bc4..ce1d915 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ vcmi (0.99+dfsg-1) UNRELEASED; urgency=medium
   * add patch minizip_maxu32
   * Make Vcs fields use a secure uri
   * Bump Standards-Version to 3.9.8 (no changes required)
+  * add patch fix-spelling
 
  -- Johannes Schauer <josch at debian.org>  Tue, 08 Nov 2016 06:33:04 -0200
 
diff --git a/debian/patches/fix-spelling b/debian/patches/fix-spelling
new file mode 100644
index 0000000..759c325
--- /dev/null
+++ b/debian/patches/fix-spelling
@@ -0,0 +1,25 @@
+Description: Fix two spelling mistakes
+Author: Johannes Schauer <josch at debian.org>
+
+--- vcmi-0.99+dfsg.orig/client/CMusicHandler.cpp
++++ vcmi-0.99+dfsg/client/CMusicHandler.cpp
+@@ -483,7 +483,7 @@ bool MusicEntry::stop(int fade_ms)
+ {
+ 	if (Mix_PlayingMusic())
+ 	{
+-		logGlobal->traceStream()<<"Stoping music file "<<currentName;
++		logGlobal->traceStream()<<"Stopping music file "<<currentName;
+ 		loop = 0;
+ 		Mix_FadeOutMusic(fade_ms);
+ 		return true;
+--- vcmi-0.99+dfsg.orig/lib/rmg/CRmgTemplate.cpp
++++ vcmi-0.99+dfsg/lib/rmg/CRmgTemplate.cpp
+@@ -47,7 +47,7 @@ int CRmgTemplateZoneConnection::getGuard
+ 
+ void CRmgTemplateZoneConnection::setGuardStrength(int value)
+ {
+-	if(value < 0) throw std::runtime_error("Negative value for guard strenth not allowed.");
++	if(value < 0) throw std::runtime_error("Negative value for guard strength not allowed.");
+ 	guardStrength = value;
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4ab4eca..40435f7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 disable-privacy-breach
 minizip_maxu32
+fix-spelling

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/vcmi.git



More information about the Pkg-games-commits mailing list