Source: ruby-password Version: 0.5.3-4 Tags: patch User: [email protected] Usertags: ftcbfs
ruby-password fails to cross build from source, because it transitively requests a host architecture ruby executable and fails running it. I looked into the dependency tree and noticed that this is due to the ruby-termios dependency. Then I looked what it was needed for and found that both wamerican and ruby-termios are used for running tests. Please consider applying the attached patch to annotate them <!nocheck>. Helmut
diff --minimal -Nru ruby-password-0.5.3/debian/changelog ruby-password-0.5.3/debian/changelog --- ruby-password-0.5.3/debian/changelog 2013-09-26 15:38:08.000000000 +0200 +++ ruby-password-0.5.3/debian/changelog 2021-02-05 19:40:56.000000000 +0100 @@ -1,3 +1,10 @@ +ruby-password (0.5.3-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate test dependencies <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 05 Feb 2021 19:40:56 +0100 + ruby-password (0.5.3-4) unstable; urgency=low * Team upload diff --minimal -Nru ruby-password-0.5.3/debian/control ruby-password-0.5.3/debian/control --- ruby-password-0.5.3/debian/control 2013-09-26 15:37:30.000000000 +0200 +++ ruby-password-0.5.3/debian/control 2021-02-05 19:40:54.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers <[email protected]> Uploaders: Micah Anderson <[email protected]>, Gunnar Wolf <[email protected]>, Ryan Niebur <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5~), cracklib-runtime, libcrack2-dev, wamerican | wordlist, ruby-termios (>= 1.0.0~) +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5~), cracklib-runtime, libcrack2-dev, wamerican <!nocheck> | wordlist <!nocheck>, ruby-termios (>= 1.0.0~) <!nocheck> Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-password.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-password.git;a=summary
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
