diff -Nru apertium-en-gl-0.5.2~r57551/apertium-en-gl.en-gl.dix apertium-en-gl-0.5.4/apertium-en-gl.en-gl.dix --- apertium-en-gl-0.5.2~r57551/apertium-en-gl.en-gl.dix 2014-10-12 20:15:26.000000000 +0000 +++ apertium-en-gl-0.5.4/apertium-en-gl.en-gl.dix 2022-05-08 18:33:31.000000000 +0000 @@ -45482,6 +45482,11 @@

+ handbook + manual +

+
+

handshake apertóndemans

diff -Nru apertium-en-gl-0.5.2~r57551/apertium-en-gl.en.metadix apertium-en-gl-0.5.4/apertium-en-gl.en.metadix --- apertium-en-gl-0.5.2~r57551/apertium-en-gl.en.metadix 2014-10-12 20:15:26.000000000 +0000 +++ apertium-en-gl-0.5.4/apertium-en-gl.en.metadix 2022-05-08 18:33:31.000000000 +0000 @@ -42587,6 +42587,9 @@
handball + + handbook + handle diff -Nru apertium-en-gl-0.5.2~r57551/autogen.sh apertium-en-gl-0.5.4/autogen.sh --- apertium-en-gl-0.5.2~r57551/autogen.sh 2014-10-12 20:15:26.000000000 +0000 +++ apertium-en-gl-0.5.4/autogen.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -#! /bin/sh - -# $Id: autogen.sh,v 1.1 2006/07/12 13:02:07 sortiz Exp $ -# -# Copyright (c) 2002 Daniel Elstner -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License VERSION 2 as -# published by the Free Software Foundation. You are not allowed to -# use any other version of the license; unless you got the explicit -# permission from the author to do so. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -dir=`echo "$0" | sed 's,[^/]*$,,'` -test "x${dir}" = "x" && dir='.' - -if test "x`cd "${dir}" 2>/dev/null && pwd`" != "x`pwd`" -then - echo "This script must be executed directly from the source directory." - exit 1 -fi - -rm -f config.cache acconfig.h - -echo "- aclocal." && \ -aclocal && \ -echo "- autoconf." && \ -autoconf && \ -echo "- autoheader." && \ -autoheader && \ -echo "- automake." && \ -automake --add-missing --gnu && \ -echo && \ -./configure "$@" && exit 0 - -exit 1 - diff -Nru apertium-en-gl-0.5.2~r57551/buscaPar.xsl apertium-en-gl-0.5.4/buscaPar.xsl --- apertium-en-gl-0.5.2~r57551/buscaPar.xsl 2014-10-12 20:15:26.000000000 +0000 +++ apertium-en-gl-0.5.4/buscaPar.xsl 2022-05-08 18:33:31.000000000 +0000 @@ -6,7 +6,7 @@ + xmlns:data="http://apertium.org"> ]]> diff -Nru apertium-en-gl-0.5.2~r57551/configure.ac apertium-en-gl-0.5.4/configure.ac --- apertium-en-gl-0.5.2~r57551/configure.ac 2014-10-12 20:15:26.000000000 +0000 +++ apertium-en-gl-0.5.4/configure.ac 2022-05-08 18:33:31.000000000 +0000 @@ -1,28 +1,14 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. - - AC_PREREQ(2.52) -AC_INIT([apertium-en-gl], [0.5.2], [oscar@imaxin.com]) -AM_INIT_AUTOMAKE([apertium-en-gl], [0.5.2], no-define) -AC_PROG_LN_S +AC_INIT([apertium-en-gl], [0.5.4], [apertium-stuff@lists.sourceforge.net]) +AM_INIT_AUTOMAKE AC_PROG_AWK -AC_CONFIG_HEADER([config]) -m4_define([required_apertium_version], [3.2.0]) -PKG_CHECK_MODULES(APERTIUM, apertium >= required_apertium_version, [], [PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= required_apertium_version)]) - +PKG_CHECK_MODULES(APERTIUM, apertium >= 3.8.1) + +PKG_CHECK_MODULES(REGTEST, apertium-regtest >= 0.9.1, [], + [AC_MSG_WARN([Running tests requires apertium-regtest])]) + +AP_MKINCLUDE - -AC_PATH_PROG(XSLTPROC, xsltproc, no) -if test x$ac_cv_path_XSLTPROC = x -then - AC_MSG_ERROR([You don't have xsltproc installed.]) -fi -if test x$ac_cv_path_XSLTPROC = xno -then - AC_MSG_ERROR([You don't have xsltproc installed.]) - fi - AC_OUTPUT([Makefile]) diff -Nru apertium-en-gl-0.5.2~r57551/debian/changelog apertium-en-gl-0.5.4/debian/changelog --- apertium-en-gl-0.5.2~r57551/debian/changelog 2020-03-31 06:18:01.000000000 +0000 +++ apertium-en-gl-0.5.4/debian/changelog 2022-05-12 08:01:52.000000000 +0000 @@ -1,3 +1,14 @@ +apertium-en-gl (0.5.4-1) unstable; urgency=medium + + [ Tino Didriksen ] + * Update to latest release (Closes: #1005660) + + [ Kartik Mistry ] + * Updated debian/copyright. + * Do not install duplicate changelogs. + + -- Kartik Mistry Thu, 12 May 2022 13:31:52 +0530 + apertium-en-gl (0.5.2~r57551-3) unstable; urgency=medium * Added patch to fix FTBFS with apertium 3.6.1 (Closes: #950557) diff -Nru apertium-en-gl-0.5.2~r57551/debian/control apertium-en-gl-0.5.4/debian/control --- apertium-en-gl-0.5.2~r57551/debian/control 2020-03-16 06:09:53.000000000 +0000 +++ apertium-en-gl-0.5.4/debian/control 2022-05-09 04:23:48.000000000 +0000 @@ -1,14 +1,15 @@ Source: apertium-en-gl Section: science Priority: optional -Maintainer: Debian Science Team +Maintainer: Debian Science Team Uploaders: Tino Didriksen , Kartik Mistry -Build-Depends: apertium-dev (>= 3.6), - debhelper-compat (= 12), +Build-Depends: apertium-dev (>= 3.8.1), + apertium-regtest (>= 0.9.1), + debhelper-compat (= 13), gawk, - pkg-config (>= 0.21) -Standards-Version: 4.5.0 + pkg-config +Standards-Version: 4.6.0 Homepage: https://apertium.org/ Vcs-Git: https://salsa.debian.org/science-team/apertium-en-gl.git Vcs-Browser: https://salsa.debian.org/science-team/apertium-en-gl @@ -16,9 +17,9 @@ Package: apertium-en-gl Architecture: all -Depends: apertium (>= 3.6), ${misc:Depends} -Provides: apertium-gl-en -Conflicts: apertium-gl-en +Depends: apertium (>= 3.8.1), ${misc:Depends}, ${shlibs:Depends} +Provides: apertium-eng-glg, apertium-gl-en, apertium-glg-eng +Conflicts: apertium-eng-glg, apertium-gl-en, apertium-glg-eng Description: Apertium translation data for the English-Galician pair Data package providing Apertium language resources for translating between the English and Galician languages. diff -Nru apertium-en-gl-0.5.2~r57551/debian/copyright apertium-en-gl-0.5.4/debian/copyright --- apertium-en-gl-0.5.2~r57551/debian/copyright 2018-06-30 04:59:54.000000000 +0000 +++ apertium-en-gl-0.5.4/debian/copyright 2022-05-12 08:01:47.000000000 +0000 @@ -9,8 +9,8 @@ 2005-2007, Universitat d'Alacant (Transducens group) License: GPL-2 -Files: autogen.sh -Copyright: 2002, Daniel Elstner +Files: translate-to-default-equivalent.xsl +Copyright: 2005, Universitat d'Alacant / Universidad de Alicante License: GPL-2 License: GPL-2 @@ -24,13 +24,15 @@ GNU General Public License for more details. . You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* -Copyright: 2014-2018, Apertium Project Management Committee +Copyright: 2014-2022, Apertium Project Management Committee +License: GPL-2+ + License: GPL-2+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,7 +45,7 @@ GNU General Public License for more details. . You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff -Nru apertium-en-gl-0.5.2~r57551/debian/patches/01Remove_copying_modes.patch apertium-en-gl-0.5.4/debian/patches/01Remove_copying_modes.patch --- apertium-en-gl-0.5.2~r57551/debian/patches/01Remove_copying_modes.patch 2020-03-31 06:12:53.000000000 +0000 +++ apertium-en-gl-0.5.4/debian/patches/01Remove_copying_modes.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,50 +0,0 @@ -Description: Fix FTBFS with apertium 3.6.1 -Bug-Debian: https://bugs.debian.org/950557 -Last-Update: 2020-03-30 ---- a/Makefile.am -+++ b/Makefile.am -@@ -11,9 +11,9 @@ TARGETS_COMMON = $(PREFIX1).automorf.bin $(PREFIX1).autobil.bin $(PREFIX1).autog - $(PREFIX2).autogen.bin $(PREFIX2).autopgen.bin $(PREFIX1).lextormono.bin $(PREFIX2).lextormono.bin \ - $(PREFIX1).lextorbil.bin $(PREFIX2).lextorbil.bin \ - $(PREFIX1).t1x.bin $(PREFIX1).t2x.bin $(PREFIX1).t3x.bin \ -- $(PREFIX2).t1x.bin $(PREFIX2).t2x.bin $(PREFIX2).t3x.bin modes -+ $(PREFIX2).t1x.bin $(PREFIX2).t2x.bin $(PREFIX2).t3x.bin - --TARGETS = $(TARGETS_COMMON) -+TARGETS = $(TARGETS_COMMON) - - $(BASENAME).$(LANG1).dix: $(BASENAME).$(LANG1).metadix - @xsltproc buscaPar.xsl apertium-en-gl.en.metadix | uniq > tmp1gen.xsl -@@ -113,25 +113,22 @@ apertium_en_gl_DATA=$(PREFIX1).automorf.bin $(PREFIX2).automorf.bin \ - $(PREFIX1).autopgen.bin $(PREFIX2).autopgen.bin \ - $(PREFIX1).prob $(PREFIX2).prob \ - $(PREFIX1).t1x.bin $(PREFIX1).t2x.bin $(PREFIX1).t3x.bin \ -- $(PREFIX2).t1x.bin $(PREFIX2).t2x.bin $(PREFIX2).t3x.bin \ -- $(PREFIX1).mode $(PREFIX2).mode -+ $(PREFIX2).t1x.bin $(PREFIX2).t2x.bin $(PREFIX2).t3x.bin - - apertium_en_gldir=$(prefix)/share/apertium/apertium-$(PREFIX1)/ - apertium_en_modesdir=$(prefix)/share/apertium/modes/ - --$(PREFIX1).mode: modes.xml -+modes/$(PREFIX1).mode: modes.xml -+ apertium-validate-modes modes.xml - apertium-gen-modes modes.xml -- cp *.mode modes/ - --$(PREFIX2).mode: modes.xml -- apertium-gen-modes modes.xml -- cp *.mode modes/ -- --modes: modes.xml -- apertium-gen-modes modes.xml -+noinst_DATA=modes/$(PREFIX1).mode - - install-data-local: -+ mv modes modes.bak - apertium-gen-modes modes.xml apertium-$(PREFIX1) -+ rm -rf modes -+ mv modes.bak modes - test -d $(DESTDIR)$(apertium_en_modesdir) || mkdir $(DESTDIR)$(apertium_en_modesdir) - $(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_en_modesdir) - $(INSTALL_DATA) $(PREFIX2).mode $(DESTDIR)$(apertium_en_modesdir) diff -Nru apertium-en-gl-0.5.2~r57551/debian/patches/series apertium-en-gl-0.5.4/debian/patches/series --- apertium-en-gl-0.5.2~r57551/debian/patches/series 2020-03-16 04:06:03.000000000 +0000 +++ apertium-en-gl-0.5.4/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -01Remove_copying_modes.patch diff -Nru apertium-en-gl-0.5.2~r57551/debian/rules apertium-en-gl-0.5.4/debian/rules --- apertium-en-gl-0.5.2~r57551/debian/rules 2020-03-16 06:22:56.000000000 +0000 +++ apertium-en-gl-0.5.4/debian/rules 2022-05-12 08:01:52.000000000 +0000 @@ -6,7 +6,10 @@ export LC_ALL=C.UTF-8 %: - dh $@ --fail-missing + dh $@ + +override_dh_missing: + dh_missing --fail-missing override_dh_installchangelogs: dh_installchangelogs -k NEWS diff -Nru apertium-en-gl-0.5.2~r57551/debian/watch apertium-en-gl-0.5.4/debian/watch --- apertium-en-gl-0.5.2~r57551/debian/watch 2018-06-30 05:01:50.000000000 +0000 +++ apertium-en-gl-0.5.4/debian/watch 2022-05-09 04:23:48.000000000 +0000 @@ -1,2 +1,3 @@ -version=3 -http://sf.net/apertium/apertium-en-gl-(\d\S+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +version=4 +https://github.com/apertium/apertium-en-gl/releases \ + .*/@PACKAGE@-(\d[\d.]*)\.tar\.(?:xz|bz2) debian uupdate diff -Nru apertium-en-gl-0.5.2~r57551/Makefile.am apertium-en-gl-0.5.4/Makefile.am --- apertium-en-gl-0.5.2~r57551/Makefile.am 2014-10-12 20:15:26.000000000 +0000 +++ apertium-en-gl-0.5.4/Makefile.am 2022-05-08 18:33:31.000000000 +0000 @@ -1,4 +1,3 @@ -VERSION=0.5.1 LANG1=en LANG2=gl PREFIX1=$(LANG1)-$(LANG2) @@ -11,12 +10,15 @@ $(PREFIX2).autogen.bin $(PREFIX2).autopgen.bin $(PREFIX1).lextormono.bin $(PREFIX2).lextormono.bin \ $(PREFIX1).lextorbil.bin $(PREFIX2).lextorbil.bin \ $(PREFIX1).t1x.bin $(PREFIX1).t2x.bin $(PREFIX1).t3x.bin \ - $(PREFIX2).t1x.bin $(PREFIX2).t2x.bin $(PREFIX2).t3x.bin modes + $(PREFIX2).t1x.bin $(PREFIX2).t2x.bin $(PREFIX2).t3x.bin -TARGETS = $(TARGETS_COMMON) +TARGETS = $(TARGETS_COMMON) + +# This include defines goals for install-modes, .deps/.d and .mode files: +@ap_include@ $(BASENAME).$(LANG1).dix: $(BASENAME).$(LANG1).metadix - @xsltproc buscaPar.xsl apertium-en-gl.en.metadix | uniq > tmp1gen.xsl + @xsltproc buscaPar.xsl apertium-en-gl.en.metadix | uniq > tmp1gen.xsl @xsltproc tmp1gen.xsl apertium-en-gl.en.metadix >$(BASENAME).$(LANG1).dix @rm tmp1gen.xsl @@ -53,15 +55,15 @@ rm tmp$(PREFIX2).autobil.dix $(PREFIX2).autogen.bin: $(BASENAME).$(LANG1).metadix - @xsltproc buscaPar.xsl apertium-en-gl.en.metadix | uniq > tmp2gen.xsl + @xsltproc buscaPar.xsl apertium-en-gl.en.metadix | uniq > tmp2gen.xsl @xsltproc tmp2gen.xsl apertium-en-gl.en.metadix >$(BASENAME).$(LANG1).dixtmp2 @rm tmp2gen.xsl apertium-validate-dictionary $(BASENAME).$(LANG1).dixtmp2 lt-comp rl $(BASENAME).$(LANG1).dixtmp2 $@ @rm $(BASENAME).$(LANG1).dixtmp2 # @rm $(BASENAME).$(LANG1).metadix -# @rm $(BASENAME).$(LANG2).dix -# @rm $(BASENAME).$(LANG1)-$(LANG2).dix +# @rm $(BASENAME).$(LANG2).dix +# @rm $(BASENAME).$(LANG1)-$(LANG2).dix $(PREFIX2).autopgen.bin: $(BASENAME).post-$(LANG1).dix apertium-validate-dictionary $(BASENAME).post-$(LANG1).dix @@ -93,51 +95,36 @@ EXTRA_DIST=$(BASENAME).post-$(LANG1).dix $(BASENAME).post-$(LANG2).dix \ - $(BASENAME).$(LANG1).tsx \ - $(BASENAME).$(LANG2).tsx \ - $(BASENAME).$(LANG1).metadix \ - $(BASENAME).$(LANG2).dix \ - $(BASENAME).$(PREFIX1).dix \ - $(PREFIX1).prob $(PREFIX2).prob \ - buscaPar.xsl principal.xsl \ - translate-to-default-equivalent.xsl \ - $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).t2x \ - $(BASENAME).$(PREFIX1).t3x $(BASENAME).$(PREFIX2).t1x \ - $(BASENAME).$(PREFIX2).t2x $(BASENAME).$(PREFIX2).t3x \ - modes.xml - + $(BASENAME).$(LANG1).tsx \ + $(BASENAME).$(LANG2).tsx \ + $(BASENAME).$(LANG1).metadix \ + $(BASENAME).$(LANG2).dix \ + $(BASENAME).$(PREFIX1).dix \ + $(PREFIX1).prob $(PREFIX2).prob \ + buscaPar.xsl principal.xsl \ + translate-to-default-equivalent.xsl \ + $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).t2x \ + $(BASENAME).$(PREFIX1).t3x $(BASENAME).$(PREFIX2).t1x \ + $(BASENAME).$(PREFIX2).t2x $(BASENAME).$(PREFIX2).t3x \ + modes.xml apertium_en_gl_DATA=$(PREFIX1).automorf.bin $(PREFIX2).automorf.bin \ - $(PREFIX1).autobil.bin $(PREFIX2).autobil.bin \ - $(PREFIX1).autogen.bin $(PREFIX2).autogen.bin \ - $(PREFIX1).autopgen.bin $(PREFIX2).autopgen.bin \ - $(PREFIX1).prob $(PREFIX2).prob \ - $(PREFIX1).t1x.bin $(PREFIX1).t2x.bin $(PREFIX1).t3x.bin \ - $(PREFIX2).t1x.bin $(PREFIX2).t2x.bin $(PREFIX2).t3x.bin \ - $(PREFIX1).mode $(PREFIX2).mode + $(PREFIX1).autobil.bin $(PREFIX2).autobil.bin \ + $(PREFIX1).autogen.bin $(PREFIX2).autogen.bin \ + $(PREFIX1).autopgen.bin $(PREFIX2).autopgen.bin \ + $(PREFIX1).prob $(PREFIX2).prob \ + $(PREFIX1).t1x.bin $(PREFIX1).t2x.bin $(PREFIX1).t3x.bin \ + $(PREFIX2).t1x.bin $(PREFIX2).t2x.bin $(PREFIX2).t3x.bin \ + $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).t2x \ + $(BASENAME).$(PREFIX1).t3x $(BASENAME).$(PREFIX2).t1x \ + $(BASENAME).$(PREFIX2).t2x $(BASENAME).$(PREFIX2).t3x apertium_en_gldir=$(prefix)/share/apertium/apertium-$(PREFIX1)/ -apertium_en_modesdir=$(prefix)/share/apertium/modes/ +noinst_DATA=modes/$(PREFIX1).mode -$(PREFIX1).mode: modes.xml - apertium-gen-modes modes.xml - cp *.mode modes/ - -$(PREFIX2).mode: modes.xml - apertium-gen-modes modes.xml - cp *.mode modes/ - -modes: modes.xml - apertium-gen-modes modes.xml - -install-data-local: - apertium-gen-modes modes.xml apertium-$(PREFIX1) - test -d $(DESTDIR)$(apertium_en_modesdir) || mkdir $(DESTDIR)$(apertium_en_modesdir) - $(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_en_modesdir) - $(INSTALL_DATA) $(PREFIX2).mode $(DESTDIR)$(apertium_en_modesdir) - $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).t2x $(DESTDIR)$(apertium_en_gldir) - $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t3x $(BASENAME).$(PREFIX2).t1x $(DESTDIR)$(apertium_en_gldir) - $(INSTALL_DATA) $(BASENAME).$(PREFIX2).t2x $(BASENAME).$(PREFIX2).t3x $(DESTDIR)$(apertium_en_gldir) +install-data-local: install-modes CLEANFILES = -rf $(TARGETS) modes +test: all + apertium-regtest test diff -Nru apertium-en-gl-0.5.2~r57551/README apertium-en-gl-0.5.4/README --- apertium-en-gl-0.5.2~r57551/README 2014-10-12 20:15:26.000000000 +0000 +++ apertium-en-gl-0.5.4/README 2022-05-08 18:33:31.000000000 +0000 @@ -13,6 +13,6 @@ =================================================================== More information about this module, and others can be found on -the Apertium: Wiki, http://wiki.apertium.org +the Apertium: Wiki, https://wiki.apertium.org diff -Nru apertium-en-gl-0.5.2~r57551/test/en-gl-regression-chunker-expected.txt apertium-en-gl-0.5.4/test/en-gl-regression-chunker-expected.txt --- apertium-en-gl-0.5.2~r57551/test/en-gl-regression-chunker-expected.txt 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/en-gl-regression-chunker-expected.txt 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1,2 @@ +[xOMnXeVSfLlq#0] ^Det_nom{^o<3><4>$ &^golfiño<3><4>$}$^punt{^;$}$ ^nom{^Manual<3><4>$}$ +[/xOMnXeVSfLlq] diff -Nru apertium-en-gl-0.5.2~r57551/test/en-gl-regression-generator-expected.txt apertium-en-gl-0.5.4/test/en-gl-regression-generator-expected.txt --- apertium-en-gl-0.5.2~r57551/test/en-gl-regression-generator-expected.txt 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/en-gl-regression-generator-expected.txt 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1,2 @@ +[xOMnXeVSfLlq#0] O &golfiño; Manual +[/xOMnXeVSfLlq] diff -Nru apertium-en-gl-0.5.2~r57551/test/en-gl-regression-input.txt apertium-en-gl-0.5.4/test/en-gl-regression-input.txt --- apertium-en-gl-0.5.2~r57551/test/en-gl-regression-input.txt 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/en-gl-regression-input.txt 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1 @@ +The &dolphin; Handbook diff -Nru apertium-en-gl-0.5.2~r57551/test/en-gl-regression-interchunk-expected.txt apertium-en-gl-0.5.4/test/en-gl-regression-interchunk-expected.txt --- apertium-en-gl-0.5.2~r57551/test/en-gl-regression-interchunk-expected.txt 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/en-gl-regression-interchunk-expected.txt 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1,2 @@ +[xOMnXeVSfLlq#0] ^Det_nom{^o<3><4>$ &^golfiño<3><4>$}$^punt{^;$}$ ^nom{^Manual<3><4>$}$ +[/xOMnXeVSfLlq] diff -Nru apertium-en-gl-0.5.2~r57551/test/en-gl-regression-morph-expected.txt apertium-en-gl-0.5.4/test/en-gl-regression-morph-expected.txt --- apertium-en-gl-0.5.2~r57551/test/en-gl-regression-morph-expected.txt 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/en-gl-regression-morph-expected.txt 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1,2 @@ +[xOMnXeVSfLlq#0] ^The/The$ &^dolphin/dolphin$^;/;$ ^Handbook/Handbook$ +[/xOMnXeVSfLlq] diff -Nru apertium-en-gl-0.5.2~r57551/test/en-gl-regression-postchunk-expected.txt apertium-en-gl-0.5.4/test/en-gl-regression-postchunk-expected.txt --- apertium-en-gl-0.5.2~r57551/test/en-gl-regression-postchunk-expected.txt 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/en-gl-regression-postchunk-expected.txt 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1,2 @@ +[xOMnXeVSfLlq#0] ^O$ &^golfiño$^;$ ^Manual$ +[/xOMnXeVSfLlq] diff -Nru apertium-en-gl-0.5.2~r57551/test/en-gl-regression-postgen-expected.txt apertium-en-gl-0.5.4/test/en-gl-regression-postgen-expected.txt --- apertium-en-gl-0.5.2~r57551/test/en-gl-regression-postgen-expected.txt 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/en-gl-regression-postgen-expected.txt 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1,2 @@ +[xOMnXeVSfLlq#0] O &golfiño; Manual +[/xOMnXeVSfLlq] diff -Nru apertium-en-gl-0.5.2~r57551/test/en-gl-regression-postgen-gold.txt apertium-en-gl-0.5.4/test/en-gl-regression-postgen-gold.txt --- apertium-en-gl-0.5.2~r57551/test/en-gl-regression-postgen-gold.txt 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/en-gl-regression-postgen-gold.txt 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1,3 @@ +[xOMnXeVSfLlq] +O manual de &dolphin; [/option] +[/xOMnXeVSfLlq] diff -Nru apertium-en-gl-0.5.2~r57551/test/en-gl-regression-pretransfer-expected.txt apertium-en-gl-0.5.4/test/en-gl-regression-pretransfer-expected.txt --- apertium-en-gl-0.5.2~r57551/test/en-gl-regression-pretransfer-expected.txt 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/en-gl-regression-pretransfer-expected.txt 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1,2 @@ +[xOMnXeVSfLlq#0] ^The$ &^dolphin$^;$ ^Handbook$ +[/xOMnXeVSfLlq] diff -Nru apertium-en-gl-0.5.2~r57551/test/en-gl-regression-tagger-expected.txt apertium-en-gl-0.5.4/test/en-gl-regression-tagger-expected.txt --- apertium-en-gl-0.5.2~r57551/test/en-gl-regression-tagger-expected.txt 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/en-gl-regression-tagger-expected.txt 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1,2 @@ +[xOMnXeVSfLlq#0] ^The$ &^dolphin$^;$ ^Handbook$ +[/xOMnXeVSfLlq] diff -Nru apertium-en-gl-0.5.2~r57551/test/tests.json apertium-en-gl-0.5.4/test/tests.json --- apertium-en-gl-0.5.2~r57551/test/tests.json 1970-01-01 00:00:00.000000000 +0000 +++ apertium-en-gl-0.5.4/test/tests.json 2022-05-08 18:33:31.000000000 +0000 @@ -0,0 +1,6 @@ +{ + "en-gl-regression": { + "input": "en-gl-regression-input.txt", + "mode": "en-gl" + } +}