[libsemver-perl] 01/02: Apply wrap-and-sort
    Axel Beckert 
    abe at deuxchevaux.org
       
    Wed Mar 25 19:58:46 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libsemver-perl.
commit ebc7e248fc54c850d4b231e0770cdae4f4af0894
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Mar 25 20:57:57 2015 +0100
    Apply wrap-and-sort
---
 debian/control | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index a0ba637..c58731e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Axel Beckert <abe at debian.org>
 Build-Depends: debhelper (>= 9),
- perl
+               perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsemver-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsemver-perl.git
@@ -13,8 +13,9 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libsemver-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl (>= 5.11.5)
+Depends: perl (>= 5.11.5),
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Perl implementation of the Semantic Versioning 1.0.0 Specification
  This module named SemVer subclasses "version" to create semantic
  versions, as defined by the Semantic Versioning 1.0.0 Specification.
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsemver-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list