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

gregor herrmann gregoa at debian.org
Thu Jul 5 20:18:30 UTC 2012


The following commit has been merged in the master branch:
commit bd4345771bec96b9e88c380a3af01074d010db94
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:22:14 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 240d45a..a07fbe7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,29 @@
 Source: libcrypt-cbc-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gustavo Franco <stratus at debian.org>,
+           Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gustavo Franco <stratus at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, 
- gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8), libcrypt-blowfish-perl, libcrypt-des-perl, 
- libcrypt-rijndael-perl, libcrypt-des-ede3-perl
+Build-Depends-Indep: perl,
+                     libcrypt-blowfish-perl,
+                     libcrypt-des-perl,
+                     libcrypt-rijndael-perl,
+                     libcrypt-des-ede3-perl
 Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-cbc-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-cbc-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-cbc-perl.git
 Homepage: http://search.cpan.org/dist/Crypt-CBC/
 
 Package: libcrypt-cbc-perl
 Architecture: all 
-Depends: ${misc:Depends}, ${perl:Depends}, libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-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 
  arbitrarily long length.  The encrypted messages are compatible 
  with the encryption format used by SSLeay.
+

-- 
Debian packaging of libcrypt-cbc-perl



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