[SCM] cmus/master: Fix typo in cmus binary, 02_fix_typo.diff
rak at users.alioth.debian.org
rak at users.alioth.debian.org
Thu Aug 29 15:19:37 UTC 2013
The following commit has been merged in the master branch:
commit c3da6a7e4d240720eb5757c1668920cd5c6d1a8b
Author: Ryan Kavanagh <rak at debian.org>
Date: Wed Aug 28 11:23:31 2013 -0400
Fix typo in cmus binary, 02_fix_typo.diff
diff --git a/debian/patches/02_fix_typo.diff b/debian/patches/02_fix_typo.diff
new file mode 100644
index 0000000..52bc3b7
--- /dev/null
+++ b/debian/patches/02_fix_typo.diff
@@ -0,0 +1,19 @@
+Description: Fix typo in binary
+Author: Ryan Kavanagh <rak at debian.org>
+Origin: vendor
+Forwarded: yes
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: cmus/expr.c
+===================================================================
+--- cmus.orig/expr.c 2013-08-28 09:14:52.366499178 -0400
++++ cmus/expr.c 2013-08-28 11:22:22.599950113 -0400
+@@ -567,7 +567,7 @@
+ stack4_pop(&state_stack);
+ key = lookup_long_key(c);
+ if (!key) {
+- set_error("unkown short key %c", c);
++ set_error("unknown short key %c", c);
+ goto error_exit;
+ }
+ etype = lookup_key_type(key);
diff --git a/debian/patches/series b/debian/patches/series
index 76ab23f..1e89b60 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01_config.mk.diff
+02_fix_typo.diff
--
cmus packaging
More information about the pkg-multimedia-commits
mailing list