[libcrypt-unixcrypt-perl] 02/10: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Tue Dec 24 00:11:39 UTC 2013


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

abe pushed a commit to branch master
in repository libcrypt-unixcrypt-perl.

commit 6833442d171078cde86a77c127942f254f95526b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 00:44:44 2013 +0100

    Apply wrap-and-sort
---
 debian/changelog | 1 +
 debian/control   | 9 ++++++---
 debian/copyright | 1 -
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9830a38..30acd23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libcrypt-unixcrypt-perl (1.0-6) UNRELEASED; urgency=medium
     <bartm at debian.org>).
   * debian/watch: use metacpan-based URL.
   * Add myself as Uploader
+  * Apply wrap-and-sort
 
  -- Axel Beckert <abe at debian.org>  Tue, 24 Dec 2013 00:39:17 +0100
 
diff --git a/debian/control b/debian/control
index c2ef4f3..35027f6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Axel Beckert <abe at debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends: cdbs,
+               debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Standards-Version: 3.7.3
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcrypt-unixcrypt-perl.git
@@ -12,8 +13,10 @@ Homepage: https://metacpan.org/release/Crypt-UnixCrypt
 
 Package: libcrypt-unixcrypt-perl
 Architecture: all
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description:  Perl-only implementation of the crypt(3) function
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Description: Perl-only implementation of the crypt(3) function
  The Crypt::UnixCrypt module is a portable implementation of the Unix
  library function crypt().  It is especially useful on systems whose
  perl does not implement the built-in crypt() function.
diff --git a/debian/copyright b/debian/copyright
index 3a88cd6..533ffe9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -26,4 +26,3 @@ The Debian packaging is
 Copyright 2002-2005, Brian Nelson <pyro at debian.org>
 Copyright 2006-2007, Bart Martens <bartm at debian.org>
 and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-

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



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