[libcrypt-pbkdf2-perl] 06/09: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sat May 2 05:49:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libcrypt-pbkdf2-perl.

commit ca67e4abe82db96c55587f3cce8339b3be0128a1
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat May 2 07:32:45 2015 +0200

    Wrap and sort fields in debian/control file
---
 debian/control | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index d89410d..5e9bcd1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,12 @@ Source: libcrypt-pbkdf2-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Russ Allbery <rra at debian.org>,
+Uploaders:
+ Russ Allbery <rra at debian.org>,
  Salvatore Bonaccorso <carnil at debian.org>
-Build-Depends: debhelper (>= 9),
-Build-Depends-Indep: libdigest-hmac-perl,
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep:
+ libdigest-hmac-perl,
  libdigest-sha3-perl,
  libmodule-runtime-perl,
  libmoose-perl,
@@ -20,13 +22,15 @@ Homepage: https://metacpan.org/release/Crypt-PBKDF2
 
 Package: libcrypt-pbkdf2-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdigest-sha3-perl,
+Depends:
  libdigest-hmac-perl,
+ libdigest-sha3-perl,
  libmodule-runtime-perl,
  libmoose-perl,
  libnamespace-autoclean-perl,
- libtry-tiny-perl
+ libtry-tiny-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Description: Perl implementation of PBKDF2 password hash
  PBKDF2 (part of the PKCS#5 standard) is a secure password hashing
  algorithm that uses the techniques of "key strengthening" to make the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-pbkdf2-perl.git



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