[pkg-lynx-commits] [lynx-cur] 01/02: Add patch to fix typos found by lintian
Axel Beckert
abe at deuxchevaux.org
Sat Nov 28 14:38:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository lynx-cur.
commit 535b018a8c1b5b8ab5069cf1414739dd84cb1054
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sat Nov 28 15:23:14 2015 +0100
Add patch to fix typos found by lintian
---
debian/changelog | 1 +
debian/patches/fix-typos.diff | 34 ++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 36 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 92cea8e..15f0912 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
lynx-cur (2.8.9dev6-5) UNRELEASED; urgency=medium
* Change Homepage header and watch file since lynx.isc.org is deprecated.
+ * Add patch to fix typos found by lintian.
-- Axel Beckert <abe at debian.org> Fri, 04 Sep 2015 11:38:43 +0200
diff --git a/debian/patches/fix-typos.diff b/debian/patches/fix-typos.diff
new file mode 100644
index 0000000..1f14482
--- /dev/null
+++ b/debian/patches/fix-typos.diff
@@ -0,0 +1,34 @@
+Description: fix typos found by lintian
+Author: Axel Beckert <abe at debian.org>
+Forwarded: no
+
+Index: lynx-cur/CHANGES
+===================================================================
+--- lynx-cur.orig/CHANGES 2015-11-28 15:20:48.000000000 +0100
++++ lynx-cur/CHANGES 2015-11-28 15:21:35.412772538 +0100
+@@ -4218,7 +4218,7 @@
+ not needed or wanted) -Victor Schneider
+ * fix Debian bug #65151: "<> in javascript causes premature </script>"
+ (reported by H Nanosecond <aldomel at ix.netcom.com>) -KW
+-* replaced all occurences of 'black' with 'default' in /samples/mild-colors.lss
++* replaced all occurrences of 'black' with 'default' in /samples/mild-colors.lss
+ to make it more reasonable on terminals with non-black background -VH
+ * modify color-style initialization to avoid passing -1's as attribute codes
+ which would happen if the lynx.lss file was not found, or if not all styles
+Index: lynx-cur/src/LYKeymap.c
+===================================================================
+--- lynx-cur.orig/src/LYKeymap.c 2015-11-28 15:20:48.000000000 +0100
++++ lynx-cur/src/LYKeymap.c 2015-11-28 15:21:41.052756205 +0100
+@@ -424,10 +424,10 @@
+ "search within the current document"),
+ DATA(
+ LYK_PREV, "PREV",
+- "search for the previous occurence"),
++ "search for the previous occurrence"),
+ DATA(
+ LYK_NEXT, "NEXT",
+- "search for the next occurence"),
++ "search for the next occurrence"),
+ DATA(
+ LYK_COMMENT, "COMMENT",
+ "send a comment to the author of the current document"),
diff --git a/debian/patches/series b/debian/patches/series
index cc27a2e..e58cd9f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ manpage_improved.patch
gnutls_set_default_priority.diff
gnutls_add_rehandshake_support.diff
add_client_certificate_support.diff
+fix-typos.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-lynx/lynx-cur.git
More information about the pkg-lynx-commits
mailing list