Bug#930601: libnet-ssleay-perl: annotate test dependencies with <!nocheck>
Helmut Grohne
helmut at subdivi.de
Sun Jun 16 12:18:36 BST 2019
Source: libnet-ssleay-perl
Version: 1.85-2
Tags: patch
User: debian-cross at lists.debian.org
Usertags: cross-satisfiability
Please annotate test Build-Depends with <!nocheck>. This helps with both
cross building (as the relevant dependencies are unsatisfiable) and
bootstrapping (as fewer packages are needed there). The attached patch
implements that.
Helmut
-------------- next part --------------
diff --minimal -Nru libnet-ssleay-perl-1.85/debian/changelog libnet-ssleay-perl-1.85/debian/changelog
--- libnet-ssleay-perl-1.85/debian/changelog 2018-09-02 22:19:51.000000000 +0200
+++ libnet-ssleay-perl-1.85/debian/changelog 2019-06-16 13:14:00.000000000 +0200
@@ -1,3 +1,10 @@
+libnet-ssleay-perl (1.85-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Annotate test Build-Depends with <!nocheck>. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Sun, 16 Jun 2019 13:14:00 +0200
+
libnet-ssleay-perl (1.85-2) unstable; urgency=medium
[ Damyan Ivanov ]
diff --minimal -Nru libnet-ssleay-perl-1.85/debian/control libnet-ssleay-perl-1.85/debian/control
--- libnet-ssleay-perl-1.85/debian/control 2018-08-30 06:53:58.000000000 +0200
+++ libnet-ssleay-perl-1.85/debian/control 2019-06-16 13:13:58.000000000 +0200
@@ -8,10 +8,10 @@
Build-Depends: debhelper (>= 11),
perl,
libssl-dev,
- libtest-exception-perl,
- libtest-nowarnings-perl,
- libtest-pod-perl,
- libtest-warn-perl,
+ libtest-exception-perl <!nocheck>,
+ libtest-nowarnings-perl <!nocheck>,
+ libtest-pod-perl <!nocheck>,
+ libtest-warn-perl <!nocheck>,
openssl,
perl-openssl-defaults
Standards-Version: 4.2.1
More information about the pkg-perl-maintainers
mailing list