[SCM] Debian packaging of libcrypt-des-perl branch, master, updated. efab8ef47c1563cd1a945783b5c0a2ccb8441a82

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


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

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

diff --git a/debian/control b/debian/control
index 19fa01d..e63e4f6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,28 @@
 Source: libcrypt-des-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 5), perl (>= 5.8.0-7), libcrypt-cbc-perl
+           Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Damyan Ivanov <dmn at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5),
+               perl,
+               libcrypt-cbc-perl
 Standards-Version: 3.7.2
-Homepage: http://search.cpan.org/dist/Crypt-DES/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-des-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-des-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-des-perl.git
+Homepage: http://search.cpan.org/dist/Crypt-DES/
 
 Package: libcrypt-des-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl DES encryption module
  This is Crypt::DES, an XS-based implementation of the DES
  cryptography algorithm.
  .
  The module implements the Crypt::CBC interface, which has
  blocksize, keysize, encrypt and decrypt functions.
+

-- 
Debian packaging of libcrypt-des-perl



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