]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Fix FTBFS with nocheck profile
authorRuss Allbery <eagle@eyrie.org>
Sun, 28 Feb 2021 19:21:56 +0000 (11:21 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sun, 28 Feb 2021 19:21:56 +0000 (11:21 -0800)
Thanks, Helmut Grohne.

debian/changelog
debian/control

index 7aba92de4f9acb9a709c47f880e32f18c4a2ce8b..16afe19f6fb8542ba45aae57b0b3e441a26a99ce 100644 (file)
@@ -1,3 +1,10 @@
+krb5-strength (3.2-3) UNRELEASED; urgency=medium
+
+  [ Helmut Grohne ]
+  * Fix FTBFS with nocheck profile. (Closes: #983701)
+
+ -- Russ Allbery <rra@debian.org>  Sun, 28 Feb 2021 11:21:48 -0800
+
 krb5-strength (3.2-2) unstable; urgency=medium
 
   * Mark build dependencies used only for the test suite with <!nocheck>.
index f46b1f4e08d936a1e25297e06d7630d71c5a6ed4..c66157721564b8c69d91fdba106a447a258623b9 100644 (file)
@@ -9,21 +9,21 @@ Build-Depends:
  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/