[SCM] mediatomb/master: Fix the spelling errors mentioned by lintian.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sun Mar 25 05:45:18 UTC 2012


The following commit has been merged in the master branch:
commit 803a260420e1644af8f4efa2871cfc32a6c6ff2a
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Sat Mar 24 19:13:05 2012 -0400

    Fix the spelling errors mentioned by lintian.

diff --git a/debian/patches/fix_spelling_errors.patch b/debian/patches/fix_spelling_errors.patch
new file mode 100644
index 0000000..ac404ae
--- /dev/null
+++ b/debian/patches/fix_spelling_errors.patch
@@ -0,0 +1,89 @@
+Description: Fix spelling errors.
+ Fix the spelling errors mentioned by lintian.
+Author: Miguel Colon <debian.micove at gmail.com>
+Last-Update: 2012-03-24
+
+--- mediatomb-0.12.1.orig/src/web_request_handler.h
++++ mediatomb-0.12.1/src/web_request_handler.h
+@@ -147,7 +147,7 @@ public:
+     /// \return the appropriate IOHandler for the request.
+     virtual zmm::Ref<IOHandler> open(IN const char *filename, OUT struct File_Info *info, IN enum UpnpOpenFileMode mode);
+     
+-    /// \brief This method must be overriden by the subclasses that actually process the given request.
++    /// \brief This method must be overridden by the subclasses that actually process the given request.
+     virtual void process() = 0;
+     
+     /// \brief builds full path to a script for the given relative filename
+--- mediatomb-0.12.1.orig/src/youtube_service.cc
++++ mediatomb-0.12.1/src/youtube_service.cc
+@@ -337,7 +337,7 @@ String YouTubeService::getCheckAttr(Ref<
+         return temp;
+     else
+         throw _Exception(_("Tag <") + xml->getName() +
+-                _("> is missing the requred \"") + attrname + 
++                _("> is missing the required \"") + attrname + 
+                 _("\" attribute!"));
+     return nil;
+ }
+@@ -350,7 +350,7 @@ int YouTubeService::getCheckPosIntAttr(R
+         itmp = temp.toInt();
+     else
+         throw _Exception(_("Tag <") + xml->getName() +
+-                _("> is missing the requred \"") + attrname + 
++                _("> is missing the required \"") + attrname + 
+                 _("\" attribute!"));
+ 
+     if (itmp < 1)
+--- mediatomb-0.12.1.orig/src/online_service.cc
++++ mediatomb-0.12.1/src/online_service.cc
+@@ -98,7 +98,7 @@ String OnlineService::getCheckAttr(Ref<E
+         return temp;
+     else
+         throw _Exception(getServiceName() + _(": Tag <") + xml->getName() +
+-                _("> is missing the requred \"") + attrname +
++                _("> is missing the required \"") + attrname +
+                 _("\" attribute!"));
+     return nil;
+ }
+@@ -111,7 +111,7 @@ int OnlineService::getCheckPosIntAttr(Re
+         itmp = temp.toInt();
+     else
+         throw _Exception(getServiceName() + _(": Tag <") + xml->getName() +
+-                _("> is missing the requred \"") + attrname +
++                _("> is missing the required \"") + attrname +
+                 _("\" attribute!"));
+ 
+     if (itmp < 1)
+--- mediatomb-0.12.1.orig/src/main.cc
++++ mediatomb-0.12.1/src/main.cc
+@@ -197,7 +197,7 @@ int main(int argc, char **argv, char **e
+                 break;
+ 
+             case 'd':
+-                log_debug("Starting in deamon mode...");
++                log_debug("Starting in daemon mode...");
+                 daemon = true;
+                 break;
+ 
+--- mediatomb-0.12.1.orig/src/storage/sql_storage.h
++++ mediatomb-0.12.1/src/storage/sql_storage.h
+@@ -242,7 +242,7 @@ private:
+     void addToInsertBuffer(zmm::Ref<zmm::StringBuffer> query);
+     void flushInsertBuffer(bool dontLock = false);
+     
+-    /* insert buffer functions to be overriden by implementing classes */
++    /* insert buffer functions to be overridden by implementing classes */
+     virtual void _addToInsertBuffer(zmm::Ref<zmm::StringBuffer> query) = 0;
+     virtual void _flushInsertBuffer() = 0;
+     
+--- mediatomb-0.12.1.orig/src/storage/sql_storage.cc
++++ mediatomb-0.12.1/src/storage/sql_storage.cc
+@@ -136,7 +136,7 @@ SQLStorage::SQLStorage() : Storage()
+ void SQLStorage::init()
+ {
+     if (table_quote_begin == '\0' || table_quote_end == '\0')
+-        throw _Exception(_("quote vars need to be overriden!"));
++        throw _Exception(_("quote vars need to be overridden!"));
+     
+     Ref<StringBuffer> buf(new StringBuffer());
+     *buf << SQL_QUERY_FOR_STRINGBUFFER;
diff --git a/debian/patches/series b/debian/patches/series
index 29947c0..01d292b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ libmozjs185_support.patch
 gcc_4.7_support.patch
 buffer_overrun_999hours.patch
 js_copyObject.patch
+fix_spelling_errors.patch
diff --git a/debian/rules b/debian/rules
index fe29e3d..d8f0894 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ else
   confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif
 
-# CFLAGS, CXXFLAGS, and LDFLAGS to use. Allowing them to be overriden.
+# CFLAGS, CXXFLAGS, and LDFLAGS to use. Allowing them to be overridden.
 DEFAULT_CFLAGS = -Wall -g
 DEFAULT_CXXFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))

-- 
MediaTomb packaging



More information about the pkg-multimedia-commits mailing list