[Reproducible-commits] [discount] 21/121: add fix-spelling-error patch

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Sep 23 20:56:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch pu/reproducible_builds
in repository discount.

commit 1b28dfff3eeb2394b4b47e01a7252f2b59ba7498
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Mar 16 19:21:27 2011 +0100

    add fix-spelling-error patch
---
 debian/patches/0001-fix-spelling-error.patch | 23 +++++++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/0001-fix-spelling-error.patch b/debian/patches/0001-fix-spelling-error.patch
new file mode 100644
index 0000000..e76b064
--- /dev/null
+++ b/debian/patches/0001-fix-spelling-error.patch
@@ -0,0 +1,23 @@
+From: Alessandro Ghedini <al3xbio at gmail.com>
+Date: Wed, 16 Mar 2011 19:20:21 +0100
+Subject: fix spelling error
+
+This patch fixes a spelling error in the markdown binary found by lintian
+---
+ main.c |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/main.c b/main.c
+index 0a02482..1eb6930 100644
+--- a/main.c
++++ b/main.c
+@@ -65,7 +65,7 @@ static struct _opt {
+     { "divquote",      ">%class% blockquotes",       1, 0, MKD_NODIVQUOTE },
+     { "alphalist",     "alpha lists",                1, 0, MKD_NOALPHALIST },
+     { "definitionlist","definition lists",           1, 0, MKD_NODLIST },
+-    { "1.0",           "markdown 1.0 compatability", 0, 0, MKD_1_COMPAT },
++    { "1.0",           "markdown 1.0 compatibility", 0, 0, MKD_1_COMPAT },
+     { "footnotes",     "markdown extra footnotes",   0, 0, MKD_EXTRA_FOOTNOTE },
+     { "footnote",      "markdown extra footnotes",   0, 1, MKD_EXTRA_FOOTNOTE },
+ } ;
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..34373da
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-spelling-error.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/discount.git



More information about the Reproducible-commits mailing list