]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Mark build dependencies with <!nocheck>
authorRuss Allbery <eagle@eyrie.org>
Thu, 31 Dec 2020 01:33:10 +0000 (17:33 -0800)
committerRuss Allbery <eagle@eyrie.org>
Thu, 31 Dec 2020 01:58:51 +0000 (17:58 -0800)
* Mark build dependencies used only for the test suite with <!nocheck>.
  Thanks, Helmut Grohne.  (Closes: #978723)
* Remove Build-Dependency on libfile-slurp-perl, which was not used.

debian/changelog
debian/control

index 8cee174f0c354e08d4dfab9c46371064be567df8..9b80c43ab3f3f83028ff8992a52e7df164cff516 100644 (file)
@@ -1,5 +1,8 @@
 krb5-strength (3.2-2) UNRELEASED; urgency=medium
 
+  * Mark build dependencies used only for the test suite with <!nocheck>.
+    Thanks, Helmut Grohne.  (Closes: #978723)
+  * Remove Build-Dependency on libfile-slurp-perl, which was not used.
   * Change the Debian packaging branch to debian/unstable.
   * Change canonical packaging repository to Salsa.
 
index ae28684173808d3308d2dd4a2254f61b6d2ccf69..3be9e5c0b4b5c197d4839ba02573d2010e5ce701 100644 (file)
@@ -3,28 +3,27 @@ Section: net
 Priority: optional
 Maintainer: Russ Allbery <rra@debian.org>
 Build-Depends:
- cracklib-runtime,
+ cracklib-runtime <!nocheck>,
  debhelper-compat (= 13),
  libcdb-dev,
  libcrack2-dev,
- libcrypt-pbkdf2-perl,
- libdb-file-lock-perl,
- libdbd-sqlite3-perl,
- libdbi-perl,
- libfile-slurp-perl,
- libgetopt-long-descriptive-perl,
- libipc-run-perl,
- libjson-perl,
+ libcrypt-pbkdf2-perl <!nocheck>,
+ libdb-file-lock-perl <!nocheck>,
+ libdbd-sqlite3-perl <!nocheck>,
+ libdbi-perl <!nocheck>,
+ libgetopt-long-descriptive-perl <!nocheck>,
+ libipc-run-perl <!nocheck>,
+ libjson-perl <!nocheck>,
  libkrb5-dev (>= 1.9),
- libperl6-slurp-perl,
- libreadonly-perl,
+ libperl6-slurp-perl <!nocheck>,
+ libreadonly-perl <!nocheck>,
  libsqlite3-dev,
- libtest-minimumversion-perl,
- libtest-pod-perl,
- libtest-strict-perl,
+ libtest-minimumversion-perl <!nocheck>,
+ libtest-pod-perl <!nocheck>,
+ libtest-strict-perl <!nocheck>,
  perl,
  pkg-config,
- tinycdb,
+ tinycdb <!nocheck>,
 Rules-Requires-Root: no
 Standards-Version: 4.5.0
 Homepage: https://www.eyrie.org/~eagle/software/krb5-strength/