Source: tinymux Version: 2.10.1.13-1 Tags: patch User: [email protected] Usertags: rebootstrap
tinymux build depends on binutils with a version constraint that is satisfied in wheezy. Since binutils is build-essential, the dependency is always satsified except for cross building where it is unsatisfiable. Please drop it. Helmut
diff --minimal -Nru tinymux-2.10.1.13/debian/changelog tinymux-2.10.1.13/debian/changelog --- tinymux-2.10.1.13/debian/changelog 2017-01-05 12:37:00.000000000 +0100 +++ tinymux-2.10.1.13/debian/changelog 2017-10-03 13:33:55.000000000 +0200 @@ -1,3 +1,10 @@ +tinymux (2.10.1.13-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop binutils from Build-Depends: satisfied since wheezy. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Tue, 03 Oct 2017 13:33:55 +0200 + tinymux (2.10.1.13-1) unstable; urgency=medium * New upstream release diff --minimal -Nru tinymux-2.10.1.13/debian/control tinymux-2.10.1.13/debian/control --- tinymux-2.10.1.13/debian/control 2017-01-04 19:30:14.000000000 +0100 +++ tinymux-2.10.1.13/debian/control 2017-10-03 13:33:52.000000000 +0200 @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Stephen Dennis <[email protected]> -Build-Depends: debhelper (>= 9.0.0), binutils (>= 2.21.0), autotools-dev (>= 20140911.1) +Build-Depends: debhelper (>= 9.0.0), autotools-dev (>= 20140911.1) Standards-Version: 3.9.8 Vcs-Git: https://github.com/brazilofmux/tinymux.git Vcs-Browser: https://github.com/brazilofmux/tinymux

