[SCM] Debian packaging of libcrypt-cbc-perl branch, master, updated. a69aa489b56f37e985a87b22e962c340ce970ca1

gregor herrmann gregoa at debian.org
Wed Nov 21 15:43:33 UTC 2012


The following commit has been merged in the master branch:
commit d2906fe6c4a6c0d1fa1dcfaecd0591582ba926b3
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 21 16:41:04 2012 +0100

    Add libcrypt-cast5-perl as a build and (optional) runtime dependency.

diff --git a/debian/control b/debian/control
index 237a6cd..e06fc92 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libcrypt-blowfish-perl,
+                     libcrypt-cast5-perl,
                      libcrypt-des-ede3-perl,
                      libcrypt-des-perl,
                      libcrypt-rijndael-perl,
@@ -21,7 +22,7 @@ Package: libcrypt-cbc-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl
+         libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl | libcrypt-cast5-perl
 Description: implementation of cipher block chaining (CBC) mode
  In combination with a block cipher such as Crypt::Rijndael or 
  Crypt::Blowfish, you can encrypt and decrypt messages of 

-- 
Debian packaging of libcrypt-cbc-perl



More information about the Pkg-perl-cvs-commits mailing list