[apertium-en-es] 01/01: Patch to fix FTBFS. Missed this :/

Kartik Mistry kartik at moszumanska.debian.org
Thu Dec 7 08:29:10 UTC 2017


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

kartik pushed a commit to branch master
in repository apertium-en-es.

commit de1ea9733808b91db63d2362cba1c9e524ccd976
Author: Kartik Mistry <kartik.mistry at gmail.com>
Date:   Thu Dec 7 13:59:01 2017 +0530

    Patch to fix FTBFS. Missed this :/
---
 debian/changelog                        |  8 ++++++++
 debian/control                          |  2 +-
 debian/patches/01_ftbfs_test_suite.diff | 18 ++++++++++++++++++
 debian/patches/series                   |  1 +
 4 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5a31f74..32bed80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+apertium-en-es (0.8.0~r57502-3) unstable; urgency=medium
+
+  * Added patch to fix FTBFS in test suites. Thanks to Andreas Moog.
+    (Closes: #876870)
+  * Updated Standards-Version to 4.1.1
+
+ -- Kartik Mistry <kartik at debian.org>  Thu, 07 Dec 2017 13:58:07 +0530
+
 apertium-en-es (0.8.0~r57502-2) unstable; urgency=low
 
   [ Tino Didriksen ]
diff --git a/debian/control b/debian/control
index 61df160..1b70b17 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: apertium-dev (>= 3.4),
                dh-autoreconf,
                gawk,
                pkg-config (>= 0.21)
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Homepage: http://apertium.org/
 Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-en-es.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-en-es.git
diff --git a/debian/patches/01_ftbfs_test_suite.diff b/debian/patches/01_ftbfs_test_suite.diff
new file mode 100644
index 0000000..06b998f
--- /dev/null
+++ b/debian/patches/01_ftbfs_test_suite.diff
@@ -0,0 +1,18 @@
+Description: Fix FTBFS due to error in testsuite
+Origin: upstream, https://sourceforge.net/p/apertium/svn/64863/tree//trunk/apertium-en-es/Makefile.am?diff=51af421534309d755140f9cf:64862
+Bug-Debian: https://bugs.debian.org/876870
+Forwarded: not-needed
+Last-Update: 2017-09-29
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -198,8 +198,8 @@ clean-local:
+ ###############################################################################
+ 
+ test: all
+-	echo  "Fue un malentendido."  | apertium -d . es-en | tee .test-mt
+-	@echo "It was a misunderstanding." > .test-ref
++	echo  "Un malentendido."  | apertium -d . es-en | tee .test-mt
++	@echo "A misunderstanding." > .test-ref
+ 	@diff .test-ref .test-mt
+ 	echo "Three sad tigers" | apertium -d . en-es | tee .test-mt
+ 	@echo "Tres tigres tristes" > .test-ref
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..dd95ea4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_ftbfs_test_suite.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/apertium-en-es.git



More information about the debian-science-commits mailing list