[SCM] gerbera/master: Add patch to fix more spelling mistakes

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Sat Sep 23 17:48:17 UTC 2017


The following commit has been merged in the master branch:
commit e2209c7e94c8a92979f5d7ae9668761829b68704
Author: James Cowgill <jcowgill at debian.org>
Date:   Thu Sep 21 09:37:50 2017 +0100

    Add patch to fix more spelling mistakes

diff --git a/debian/patches/0013_more-spelling.patch b/debian/patches/0013_more-spelling.patch
new file mode 100644
index 0000000..4e37e8f
--- /dev/null
+++ b/debian/patches/0013_more-spelling.patch
@@ -0,0 +1,47 @@
+Description: More spelling fixes found by lintian
+Author: James Cowgill <jcowgill at debian.org>
+Forwarded: no
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/cds_objects.cc
++++ b/src/cds_objects.cc
+@@ -277,7 +277,7 @@ void CdsItemInternalURL::validate()
+     CdsItemExternalURL::validate();
+ 
+     if (this->location.startsWith(_("http://")))
+-        throw _Exception(_("Internal URL item validation failed: only realative URLs allowd\n"));
++        throw _Exception(_("Internal URL item validation failed: only realative URLs allowed\n"));
+ }
+ 
+ CdsContainer::CdsContainer() : CdsObject()
+--- a/src/config_manager.cc
++++ b/src/config_manager.cc
+@@ -389,7 +389,7 @@ String ConfigManager::createDefaultConfi
+ 
+     Ref<Comment> docinfo(new Comment(_("\n\
+      See http://gerbera.io or read the docs for more\n\
+-     information on creating and using config.xml configration files.\n\
++     information on creating and using config.xml configuration files.\n\
+     "),
+         true));
+     config->appendChild(RefCast(docinfo, Node));
+@@ -797,7 +797,7 @@ void ConfigManager::migrate()
+     if (migrated_flag) {
+         root->indent();
+         save();
+-        log_info("Migration of configuration successfull\n");
++        log_info("Migration of configuration successful\n");
+     }
+ }
+ 
+--- a/src/server.cc
++++ b/src/server.cc
+@@ -218,7 +218,7 @@ void Server::upnp_init()
+         throw _UpnpException(ret, _("upnp_init: UpnpRegisterRootDevice failed"));
+     }
+ 
+-    log_debug("Sending UPnP Alive advertisment\n");
++    log_debug("Sending UPnP Alive advertisement\n");
+     ret = UpnpSendAdvertisement(device_handle, alive_advertisement);
+     if (ret != UPNP_E_SUCCESS) {
+         throw _UpnpException(ret, _("upnp_init: UpnpSendAdvertisement failed"));
diff --git a/debian/patches/series b/debian/patches/series
index 3bb00e6..d5025df 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0010_Unqualify-libupnp-includes.patch
 0011_duktape-nolib.patch
 0012_reload-log-on-hup.patch
+0013_more-spelling.patch

-- 
gerbera packaging



More information about the pkg-multimedia-commits mailing list