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

pmatthaei at alioth.debian.org pmatthaei at alioth.debian.org
Sun May 1 13:42:08 UTC 2011


Author: pmatthaei
Date: Sun May  1 13:41:59 2011
New Revision: 8906

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

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

Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=8906&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sun May  1 13:41:59 2011
@@ -9,8 +9,10 @@
   * Bump Standards-Version to 3.9.2 (no changes needed).
   * Build with enabled hardening-wrapper.
   * Wrap build dependencies.
-
- -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 01 May 2011 15:38:39 +0200
+  * Add patch 01-fix-spelling-error.diff to fix an minor spelling error in
+    the source code.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 01 May 2011 15:41:28 +0200
 
 mumble (1.2.3-91-g05d91c1-1) experimental; urgency=low
 

Added: mumble/trunk/debian/patches/01-fix-spelling-error.diff
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/patches/01-fix-spelling-error.diff?rev=8906&op=file
==============================================================================
--- mumble/trunk/debian/patches/01-fix-spelling-error.diff (added)
+++ mumble/trunk/debian/patches/01-fix-spelling-error.diff Sun May  1 13:41:59 2011
@@ -1,0 +1,13 @@
+# Fix spelling error in source code.
+
+--- mumble-1.2.3-91-g05d91c1.orig/src/murmur/ServerDB.cpp
++++ mumble-1.2.3-91-g05d91c1/src/murmur/ServerDB.cpp
+@@ -112,7 +112,7 @@ ServerDB::ServerDB() {
+ 			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/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/patches/series?rev=8906&op=diff
==============================================================================
--- mumble/trunk/debian/patches/series (original)
+++ mumble/trunk/debian/patches/series Sun May  1 13:41:59 2011
@@ -1,0 +1,1 @@
+01-fix-spelling-error.diff




More information about the Pkg-voip-commits mailing list