[Pkg-voip-commits] r9503 - in /mumble/branches/sid/debian: changelog patches/01-fix-spelling-error.diff patches/series

pmatthaei at alioth.debian.org pmatthaei at alioth.debian.org
Sun Feb 12 16:00:13 UTC 2012


Author: pmatthaei
Date: Sun Feb 12 16:00:12 2012
New Revision: 9503

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9503
Log:
* Add patch 01-fix-spelling-error.diff to fix an minor spelling error in
  the source code.

Added:
    mumble/branches/sid/debian/patches/01-fix-spelling-error.diff
Modified:
    mumble/branches/sid/debian/changelog
    mumble/branches/sid/debian/patches/series

Modified: mumble/branches/sid/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/branches/sid/debian/changelog?rev=9503&op=diff
==============================================================================
--- mumble/branches/sid/debian/changelog (original)
+++ mumble/branches/sid/debian/changelog Sun Feb 12 16:00:12 2012
@@ -2,10 +2,12 @@
 
   * Add Dutch debconf translation.
     Closes: #657632
+  * Add patch 01-fix-spelling-error.diff to fix an minor spelling error in
+    the source code.
   * Add patch 05-lsb-description which fixes the lintian warning
     init.d-script-missing-lsb-description.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 12 Feb 2012 16:55:33 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 12 Feb 2012 16:59:59 +0100
 
 mumble (1.2.3-2) unstable; urgency=low
 

Added: mumble/branches/sid/debian/patches/01-fix-spelling-error.diff
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/branches/sid/debian/patches/01-fix-spelling-error.diff?rev=9503&op=file
==============================================================================
--- mumble/branches/sid/debian/patches/01-fix-spelling-error.diff (added)
+++ mumble/branches/sid/debian/patches/01-fix-spelling-error.diff Sun Feb 12 16:00:12 2012
@@ -1,0 +1,14 @@
+# Fix spelling error in source code.
+
+diff -Naur mumble-1.2.3.orig/src/murmur/ServerDB.cpp mumble-1.2.3/src/murmur/ServerDB.cpp
+--- mumble-1.2.3.orig/src/murmur/ServerDB.cpp	2011-02-19 22:35:19.000000000 +0100
++++ mumble-1.2.3/src/murmur/ServerDB.cpp	2012-02-12 16:57:17.962969370 +0100
+@@ -112,7 +112,7 @@
+ 			QFileInfo fi(db->databaseName());
+ 			qWarning("ServerDB: Openend SQLite database %s", qPrintable(fi.absoluteFilePath()));
+ 			if (! fi.isWritable())
+-				qFatal("ServerDB: Database is not writeable");
++				qFatal("ServerDB: Database is not writable");
+ 		}
+ 	} else {
+ 		db->setDatabaseName(Meta::mp.qsDatabase);

Modified: mumble/branches/sid/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/branches/sid/debian/patches/series?rev=9503&op=diff
==============================================================================
--- mumble/branches/sid/debian/patches/series (original)
+++ mumble/branches/sid/debian/patches/series Sun Feb 12 16:00:12 2012
@@ -1,3 +1,4 @@
 0001-Set-the-correct-pulse-audio-properties-for-the-icon-.patch
 0002-remove-opengl-for-client
+01-fix-spelling-error.diff
 05-lsb-description.diff




More information about the Pkg-voip-commits mailing list