[SCM] Debian packaging of Crypt-ECB CPAN distribution branch, master, updated. debian/1.40-2-12-g2dbbe1d

Xavier x.guimard at free.fr
Fri Dec 28 09:09:53 UTC 2012


The following commit has been merged in the master branch:
commit 067e18c6d526c2e44c90e1ec898d9f4598527139
Author: Xavier <x.guimard at free.fr>
Date:   Fri Dec 28 10:07:47 2012 +0100

    Add libcrypt-* in dependencies

diff --git a/debian/control b/debian/control
index e483b0b..079aae4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,11 @@ Uploaders: Ivan Kohler <ivan-debian at 420.am>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: libcrypt-blowfish-perl,
+                     libcrypt-cast5-perl,
+                     libcrypt-des-perl,
+                     libcrypt-rijndael-perl,
+                     perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-ecb-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-ecb-perl.git
@@ -14,7 +18,14 @@ Homepage: http://search.cpan.org/dist/Crypt-ECB/
 Package: libcrypt-ecb-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}
+         ${perl:Depends},
+         libcrypt-blowfish-perl | libcrypt-cast5-perl | libcrypt-des-ede3-perl | libcrypt-des-perl | libcrypt-eksblowfish-perl | libcrypt-twofish-perl
+Suggests: libcrypt-blowfish-perl,
+          libcrypt-cast5-perl,
+          libcrypt-des-ede3-perl,
+          libcrypt-des-perl,
+          libcrypt-eksblowfish-perl,
+          libcrypt-twofish-perl
 Description: Perl library to encrypt data using ECB mode
  This module is a Perl-only implementation of the ECB mode.  In
  combination with a block cipher such as DES, IDEA or Blowfish, you can

-- 
Debian packaging of Crypt-ECB CPAN distribution



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