diff -Nru kwalify-0.7.2/debian/changelog kwalify-0.7.2/debian/changelog --- kwalify-0.7.2/debian/changelog 2018-08-18 07:09:27.000000000 +0000 +++ kwalify-0.7.2/debian/changelog 2018-11-06 07:11:07.000000000 +0000 @@ -1,3 +1,12 @@ +kwalify (0.7.2-8) unstable; urgency=medium + + * Change method to launch Ruby tests to fix FTBFS (Closes: #897474). + Seems to be a bug in gem2deb, needs more investigation. Thanks + boutil for the workaround. + * Bump Standards-Version to 4.2.1. + + -- Marc Dequènes (Duck) Tue, 06 Nov 2018 16:11:07 +0900 + kwalify (0.7.2-7) unstable; urgency=medium * Use new gemwatch service. diff -Nru kwalify-0.7.2/debian/control kwalify-0.7.2/debian/control --- kwalify-0.7.2/debian/control 2018-08-18 07:04:17.000000000 +0000 +++ kwalify-0.7.2/debian/control 2018-11-06 07:08:48.000000000 +0000 @@ -9,7 +9,7 @@ Build-Depends-Indep: docbook-xsl-ns, docbook5-xml, xsltproc -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/ruby-team/kwalify.git Vcs-Browser: https://salsa.debian.org/ruby-team/kwalify Homepage: http://www.kuwata-lab.com/kwalify/ diff -Nru kwalify-0.7.2/debian/ruby-test-files.yaml kwalify-0.7.2/debian/ruby-test-files.yaml --- kwalify-0.7.2/debian/ruby-test-files.yaml 2018-08-02 15:59:54.000000000 +0000 +++ kwalify-0.7.2/debian/ruby-test-files.yaml 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ ---- -- test/test.rb diff -Nru kwalify-0.7.2/debian/ruby-tests.rb kwalify-0.7.2/debian/ruby-tests.rb --- kwalify-0.7.2/debian/ruby-tests.rb 1970-01-01 00:00:00.000000000 +0000 +++ kwalify-0.7.2/debian/ruby-tests.rb 2018-11-06 06:45:09.000000000 +0000 @@ -0,0 +1,4 @@ +#!/usr/bin/ruby + +require 'test/test.rb' +