[Pkg-ocaml-maint-commits] [ocaml-gettext] 01/02: Fix a spelling error
Mehdi Dogguy
mehdi at moszumanska.debian.org
Wed Dec 21 23:16:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
mehdi pushed a commit to branch master
in repository ocaml-gettext.
commit 72ba9a8297639c407c99c674d0d5487db510fb57
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Wed Dec 21 14:23:35 2016 +0100
Fix a spelling error
---
debian/changelog | 8 ++++
...-ml2c_lc-as-inline-due-to-changed-semanti.patch | 1 +
debian/patches/0002-Fix-a-spelling-error.patch | 50 ++++++++++++++++++++++
debian/patches/series | 1 +
4 files changed, 60 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 72664c6..7c7d722 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-gettext (0.3.5-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fix a spelling error (Closes: #848619). Thanks to Eriberto for
+ reporting it!
+
+ -- Mehdi Dogguy <mehdi at debian.org> Wed, 21 Dec 2016 14:22:40 +0100
+
ocaml-gettext (0.3.5-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/0001-Do-not-mark-ml2c_lc-as-inline-due-to-changed-semanti.patch b/debian/patches/0001-Do-not-mark-ml2c_lc-as-inline-due-to-changed-semanti.patch
index 658e06a..70378e2 100644
--- a/debian/patches/0001-Do-not-mark-ml2c_lc-as-inline-due-to-changed-semanti.patch
+++ b/debian/patches/0001-Do-not-mark-ml2c_lc-as-inline-due-to-changed-semanti.patch
@@ -19,3 +19,4 @@ index 0bbac1b..e0af48b 100644
{
return ml2c_lc_tab[Int_val(v)];
}
+--
diff --git a/debian/patches/0002-Fix-a-spelling-error.patch b/debian/patches/0002-Fix-a-spelling-error.patch
new file mode 100644
index 0000000..4a97201
--- /dev/null
+++ b/debian/patches/0002-Fix-a-spelling-error.patch
@@ -0,0 +1,50 @@
+From: Mehdi Dogguy <mehdi at debian.org>
+Date: Wed, 21 Dec 2016 14:22:28 +0100
+Subject: Fix a spelling error
+
+---
+ libgettext-ocaml/gettext.ml | 2 +-
+ po/fr.po | 2 +-
+ po/ocaml-gettext.pot | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/libgettext-ocaml/gettext.ml b/libgettext-ocaml/gettext.ml
+index e334b12..35055c6 100644
+--- a/libgettext-ocaml/gettext.ml
++++ b/libgettext-ocaml/gettext.ml
+@@ -187,7 +187,7 @@ let string_of_exception exc =
+ spf (f_ "Problem while extracting %s: command %S killed by signal %d.")
+ fln cmd signal
+ | DomainFileDoesntExist(lst) ->
+- spf (f_ "Cannot find an approriate ocaml-gettext compiled file ( %s ).")
++ spf (f_ "Cannot find an appropriate ocaml-gettext compiled file ( %s ).")
+ (string_of_list lst)
+ | GettextUninitialized ->
+ (s_ "Ocaml-gettext library is not initialized")
+diff --git a/po/fr.po b/po/fr.po
+index 74bda5f..d7ef05d 100644
+--- a/po/fr.po
++++ b/po/fr.po
+@@ -25,7 +25,7 @@ msgid "An empty entry has been encounter."
+ msgstr "Une entrée vide a été trouvée."
+
+ #: ../libgettext-ocaml/gettext.ml:189
+-msgid "Cannot find an approriate ocaml-gettext compiled file ( %s )."
++msgid "Cannot find an appropriate ocaml-gettext compiled file ( %s )."
+ msgstr "Impossible de trouver un fichier ocaml-gettext compilé approprié ( %s )."
+
+ #: ../libgettext-ocaml/gettext.ml:251
+diff --git a/po/ocaml-gettext.pot b/po/ocaml-gettext.pot
+index 9fbcacc..7f59585 100644
+--- a/po/ocaml-gettext.pot
++++ b/po/ocaml-gettext.pot
+@@ -30,7 +30,7 @@ msgid "An empty entry has been encounter."
+ msgstr ""
+
+ #: ../libgettext-ocaml/gettext.ml:189
+-msgid "Cannot find an approriate ocaml-gettext compiled file ( %s )."
++msgid "Cannot find an appropriate ocaml-gettext compiled file ( %s )."
+ msgstr ""
+
+ #: ../libgettext-ocaml/gettext.ml:251
+--
diff --git a/debian/patches/series b/debian/patches/series
index d873cdc..be88d60 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-Do-not-mark-ml2c_lc-as-inline-due-to-changed-semanti.patch
+0002-Fix-a-spelling-error.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-gettext.git
More information about the Pkg-ocaml-maint-commits
mailing list