Source: krb5-strength
Severity: important
Version: 3.2-2
Tags: ftbfs patch

krb5-strength fails to build from source when passing the nocheck build
profile. When you (Russ) applied my previous patch, you were a little
too eager and annotated a number of other dependencies <!nocheck> than I
proposed. However, I already supplied the maximal set that kept
krb5-strength building. Annotating any of those other dependencies makes
it FTBFS (unless you also change something about the build system). So
please consider applying the attached patch to revert those other
<!nocheck> annotations or (better) change the build instructions to
really not require them.

Helmut
diff --minimal -Nru krb5-strength-3.2/debian/changelog 
krb5-strength-3.2/debian/changelog
--- krb5-strength-3.2/debian/changelog  2020-12-31 03:11:26.000000000 +0100
+++ krb5-strength-3.2/debian/changelog  2021-02-28 17:09:46.000000000 +0100
@@ -1,3 +1,10 @@
+krb5-strength (3.2-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with nocheck profile. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 28 Feb 2021 17:09:46 +0100
+
 krb5-strength (3.2-2) unstable; urgency=medium
 
   * Mark build dependencies used only for the test suite with <!nocheck>.
diff --minimal -Nru krb5-strength-3.2/debian/control 
krb5-strength-3.2/debian/control
--- krb5-strength-3.2/debian/control    2020-12-31 03:11:26.000000000 +0100
+++ krb5-strength-3.2/debian/control    2021-02-28 17:09:46.000000000 +0100
@@ -9,21 +9,21 @@
  libcrack2-dev,
  libcrypt-pbkdf2-perl <!nocheck>,
  libdb-file-lock-perl <!nocheck>,
- libdbd-sqlite3-perl <!nocheck>,
- libdbi-perl <!nocheck>,
+ libdbd-sqlite3-perl,
+ libdbi-perl,
  libgetopt-long-descriptive-perl <!nocheck>,
  libipc-run-perl <!nocheck>,
- libjson-perl <!nocheck>,
+ libjson-perl,
  libkrb5-dev (>= 1.9),
- libperl6-slurp-perl <!nocheck>,
- libreadonly-perl <!nocheck>,
+ libperl6-slurp-perl,
+ libreadonly-perl,
  libsqlite3-dev,
  libtest-minimumversion-perl <!nocheck>,
  libtest-pod-perl <!nocheck>,
  libtest-strict-perl <!nocheck>,
  perl,
  pkg-config,
- tinycdb <!nocheck>,
+ tinycdb,
 Rules-Requires-Root: no
 Standards-Version: 4.5.1
 Homepage: https://www.eyrie.org/~eagle/software/krb5-strength/

Reply via email to