diff -Nru apertium-eo-fr-0.9.0~r57551/debian/changelog apertium-eo-fr-0.9.0~r57551/debian/changelog --- apertium-eo-fr-0.9.0~r57551/debian/changelog 2018-07-13 06:49:06.000000000 +0000 +++ apertium-eo-fr-0.9.0~r57551/debian/changelog 2020-03-19 13:40:07.000000000 +0000 @@ -1,3 +1,17 @@ +apertium-eo-fr (0.9.0~r57551-3) unstable; urgency=medium + + * Added patch to fix FTBFS with apertium 3.6 (Closes: #950378) + * Added debian/gitlab-ci.yml file. + * debian/control: + + Updated Standards-Version to 4.5.0 + + Updated dependencies. + + Added 'Rules-Requires-Root' field. + + Switched to debhelper-compat + * Updated debian/rules. + * Added debian/upstream/metadata file. + + -- Kartik Mistry Thu, 19 Mar 2020 19:10:07 +0530 + apertium-eo-fr (0.9.0~r57551-2) unstable; urgency=low * debian/control: diff -Nru apertium-eo-fr-0.9.0~r57551/debian/compat apertium-eo-fr-0.9.0~r57551/debian/compat --- apertium-eo-fr-0.9.0~r57551/debian/compat 2018-07-12 16:05:56.000000000 +0000 +++ apertium-eo-fr-0.9.0~r57551/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru apertium-eo-fr-0.9.0~r57551/debian/control apertium-eo-fr-0.9.0~r57551/debian/control --- apertium-eo-fr-0.9.0~r57551/debian/control 2018-07-13 06:48:41.000000000 +0000 +++ apertium-eo-fr-0.9.0~r57551/debian/control 2020-03-19 13:37:37.000000000 +0000 @@ -4,18 +4,19 @@ Maintainer: Debian Science Team Uploaders: Tino Didriksen , Kartik Mistry -Build-Depends: apertium-dev (>= 3.4), - debhelper (>= 11), +Build-Depends: apertium-dev (>= 3.6), + debhelper-compat (= 12), gawk, pkg-config (>= 0.21) -Standards-Version: 4.1.5 +Standards-Version: 4.5.0 Homepage: https://apertium.org/ Vcs-Git: https://salsa.debian.org/science-team/apertium-eo-fr.git Vcs-Browser: https://salsa.debian.org/science-team/apertium-eo-fr +Rules-Requires-Root: no Package: apertium-eo-fr Architecture: all -Depends: apertium (>= 3.4), ${misc:Depends} +Depends: apertium (>= 3.6), ${misc:Depends} Provides: apertium-fr-eo Conflicts: apertium-fr-eo Description: Apertium translation data for the Esperanto-French pair diff -Nru apertium-eo-fr-0.9.0~r57551/debian/gitlab-ci.yml apertium-eo-fr-0.9.0~r57551/debian/gitlab-ci.yml --- apertium-eo-fr-0.9.0~r57551/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ apertium-eo-fr-0.9.0~r57551/debian/gitlab-ci.yml 2020-03-19 13:22:25.000000000 +0000 @@ -0,0 +1,6 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' diff -Nru apertium-eo-fr-0.9.0~r57551/debian/patches/001-Remove_copying_modes.patch apertium-eo-fr-0.9.0~r57551/debian/patches/001-Remove_copying_modes.patch --- apertium-eo-fr-0.9.0~r57551/debian/patches/001-Remove_copying_modes.patch 1970-01-01 00:00:00.000000000 +0000 +++ apertium-eo-fr-0.9.0~r57551/debian/patches/001-Remove_copying_modes.patch 2020-03-19 13:21:20.000000000 +0000 @@ -0,0 +1,11 @@ +Description: Patch to fix FTBFS with apertium 3.6 +--- a/Makefile.am ++++ b/Makefile.am +@@ -102,7 +102,6 @@ apertium_modesdir=$(prefix)/share/apertium/modes/ + + modes/$(PREFIX2).mode: modes.xml + apertium-gen-modes modes.xml +- mv *.mode modes/ + + install-data-local: + mv modes modes.bak diff -Nru apertium-eo-fr-0.9.0~r57551/debian/patches/series apertium-eo-fr-0.9.0~r57551/debian/patches/series --- apertium-eo-fr-0.9.0~r57551/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ apertium-eo-fr-0.9.0~r57551/debian/patches/series 2020-03-19 13:21:30.000000000 +0000 @@ -0,0 +1 @@ +001-Remove_copying_modes.patch diff -Nru apertium-eo-fr-0.9.0~r57551/debian/rules apertium-eo-fr-0.9.0~r57551/debian/rules --- apertium-eo-fr-0.9.0~r57551/debian/rules 2018-07-13 05:44:28.000000000 +0000 +++ apertium-eo-fr-0.9.0~r57551/debian/rules 2020-03-19 13:37:49.000000000 +0000 @@ -6,4 +6,4 @@ export LC_ALL=C.UTF-8 %: - dh $@ --fail-missing --with autoreconf --no-parallel + dh $@ --fail-missing --no-parallel diff -Nru apertium-eo-fr-0.9.0~r57551/debian/upstream/metadata apertium-eo-fr-0.9.0~r57551/debian/upstream/metadata --- apertium-eo-fr-0.9.0~r57551/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ apertium-eo-fr-0.9.0~r57551/debian/upstream/metadata 2020-03-19 13:40:00.000000000 +0000 @@ -0,0 +1,7 @@ +--- +Archive: GitHub +Bug-Database: https://github.com/apertium/apertium-eo-fr/issues +Bug-Submit: https://github.com/apertium/apertium-eo-fr/issues/new +Changelog: https://github.com/apertium/apertium-eo-fr/tags +Repository: https://github.com/apertium/apertium-eo-fr.git +Repository-Browse: https://github.com/apertium/apertium-eo-fr