diff -Nru sndfile-tools-1.03/debian/changelog sndfile-tools-1.03/debian/changelog --- sndfile-tools-1.03/debian/changelog 2015-08-11 07:08:41.000000000 +0000 +++ sndfile-tools-1.03/debian/changelog 2017-10-05 21:26:45.000000000 +0000 @@ -1,8 +1,11 @@ -sndfile-tools (1.03-7build1) wily; urgency=medium +sndfile-tools (1.03-7.1) unstable; urgency=medium - * No-change rebuild against libjack-jackd2-0v5 + * Non-maintainer upload. - -- Steve Langasek Tue, 11 Aug 2015 07:08:41 +0000 + [ Helmut Grohne ] + * Fix FTCBFS: Support DEB_BUILD_OPTIONS=nocheck (Closes: #852735). + + -- Manuel A. Fernandez Montecelo Thu, 05 Oct 2017 23:26:45 +0200 sndfile-tools (1.03-7) unstable; urgency=low diff -Nru sndfile-tools-1.03/debian/control sndfile-tools-1.03/debian/control --- sndfile-tools-1.03/debian/control 2015-08-11 07:08:40.000000000 +0000 +++ sndfile-tools-1.03/debian/control 2014-01-30 08:58:52.000000000 +0000 @@ -1,8 +1,7 @@ Source: sndfile-tools Section: sound Priority: extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Erik de Castro Lopo +Maintainer: Erik de Castro Lopo Build-Depends: debhelper (>= 7.0.0), dh-autoreconf, pkg-config, libsndfile1-dev, libjack-dev, libfftw3-dev, libcairo2-dev Standards-Version: 3.9.5 diff -Nru sndfile-tools-1.03/debian/rules sndfile-tools-1.03/debian/rules --- sndfile-tools-1.03/debian/rules 2014-01-30 08:58:52.000000000 +0000 +++ sndfile-tools-1.03/debian/rules 2017-10-05 21:14:29.000000000 +0000 @@ -39,8 +39,10 @@ $(MAKE) +ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) # Failure in test suite must cause a build failure. $(MAKE) check +endif touch build-stamp