summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-10-12 23:08:38 +0200
committergregor herrmann <gregoa@debian.org>2021-10-12 23:11:02 +0200
commitcdc7c6fc55e73357b2b187c63eb4310371b0bd41 (patch)
treea3e6b0eb1ac4cfe396cfe456edec657922914db2
parent7fb9b707c411c05e60d933331d998b401183966f (diff)
(Re-)sort dependencies
Gbp-Dch: ignore
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 29c30c9..b70f2dd 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends-Indep: libcrypt-blowfish-perl <!nocheck>,
libcrypt-cast5-perl <!nocheck>,
libcrypt-des-ede3-perl <!nocheck>,
libcrypt-des-perl <!nocheck>,
- libcrypt-rijndael-perl <!nocheck>,
libcrypt-pbkdf2-perl <!nocheck>,
+ libcrypt-rijndael-perl <!nocheck>,
libcryptx-perl <!nocheck>,
libmath-int128-perl [amd64 arm64 mips64el ppc64el s390x] <!nocheck>,
perl
@@ -26,8 +26,8 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcrypt-pbkdf2-perl,
- libcryptx-perl,
- libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl | libcrypt-cast5-perl
+ libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl | libcrypt-cast5-perl,
+ libcryptx-perl
Recommends: libmath-int128-perl
Description: implementation of cipher block chaining (CBC) mode
In combination with a block cipher such as Crypt::Rijndael or