[DRE-maint] Bug#982040: ruby-password: annotate test dependencies <!nocheck>

Helmut Grohne helmut at subdivi.de
Fri Feb 5 18:44:19 GMT 2021


Source: ruby-password
Version: 0.5.3-4
Tags: patch
User: debian-cross at lists.debian.org
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
-------------- next part --------------
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 <helmut at subdivi.de>  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 <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Micah Anderson <micah at debian.org>, Gunnar Wolf <gwolf at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
-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


More information about the Pkg-ruby-extras-maintainers mailing list