Bug#949892: feersum: please support <!nocheck> build profile

Helmut Grohne helmut at subdivi.de
Sun Jan 26 18:24:31 GMT 2020


Source: feersum
Version: 1.407-1
Tags: patch
User: debian-cross at lists.debian.org
Usertags: cross-satisfiability

feersum has lots of dependencies that are only needed for testing it.
Those dependencies are also difficult to satisfy during cross
compilation, so please make them droppable using the <!nocheck> build
profile. I verified that dropping them leaves the binary artifacts
reproducible.

Helmut
-------------- next part --------------
diff --minimal -Nru feersum-1.407/debian/changelog feersum-1.407/debian/changelog
--- feersum-1.407/debian/changelog	2019-08-06 00:03:02.000000000 +0200
+++ feersum-1.407/debian/changelog	2020-01-26 19:13:11.000000000 +0100
@@ -1,3 +1,10 @@
+feersum (1.407-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate test build dependencies with <!nocheck>.
+
+ -- Helmut Grohne <helmut at subdivi.de>  Sun, 26 Jan 2020 19:13:11 +0100
+
 feersum (1.407-1) unstable; urgency=medium
 
   [ gregor herrmann ]
diff --minimal -Nru feersum-1.407/debian/control feersum-1.407/debian/control
--- feersum-1.407/debian/control	2019-08-06 00:02:33.000000000 +0200
+++ feersum-1.407/debian/control	2020-01-26 19:13:11.000000000 +0100
@@ -5,15 +5,15 @@
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper-compat (= 12),
-               libanyevent-perl,
+               libanyevent-perl <!nocheck>,
                libev-perl,
-               libguard-perl,
-               libhtml-parser-perl,
-               libjson-xs-perl,
-               libplack-perl,
-               libtest-fatal-perl,
-               libtest-leaktrace-perl,
-               libtest-tcp-perl,
+               libguard-perl <!nocheck>,
+               libhtml-parser-perl <!nocheck>,
+               libjson-xs-perl <!nocheck>,
+               libplack-perl <!nocheck>,
+               libtest-fatal-perl <!nocheck>,
+               libtest-leaktrace-perl <!nocheck>,
+               libtest-tcp-perl <!nocheck>,
                perl
 Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/feersum


More information about the pkg-perl-maintainers mailing list