[mate-settings-daemon] 04/04: debian/patches: Add 1001_typo-fix-in-smartcard-manager.patch. Typo fix in libsmartcard.so.
Mike Gabriel
sunweaver at debian.org
Tue Jun 16 07:13:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch debian/experimental
in repository mate-settings-daemon.
commit 3a79240e53f1f616aa1254149f57f8867c511ea7
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jun 16 09:13:38 2015 +0200
debian/patches: Add 1001_typo-fix-in-smartcard-manager.patch. Typo fix in libsmartcard.so.
---
.../patches/1001_typo-fix-in-smartcard-manager.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 21 insertions(+)
diff --git a/debian/patches/1001_typo-fix-in-smartcard-manager.patch b/debian/patches/1001_typo-fix-in-smartcard-manager.patch
new file mode 100644
index 0000000..fc88c05
--- /dev/null
+++ b/debian/patches/1001_typo-fix-in-smartcard-manager.patch
@@ -0,0 +1,20 @@
+Description: Typo fix in debug message
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Forwarded: https://github.com/mate-desktop/mate-settings-daemon/issues/107
+
+--- a/plugins/smartcard/msd-smartcard-manager.c
++++ b/plugins/smartcard/msd-smartcard-manager.c
+@@ -604,11 +604,11 @@
+ goto out;
+ }
+
+- g_debug ("NSS database sucessfully loaded");
++ g_debug ("NSS database successfully loaded");
+ return TRUE;
+
+ out:
+- g_debug ("NSS database couldn't be sucessfully loaded");
++ g_debug ("NSS database couldn't be successfully loaded");
+ return FALSE;
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1daeeb3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_typo-fix-in-smartcard-manager.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-settings-daemon.git
More information about the pkg-mate-commits
mailing list