[SCM] Debian packaging of Git-Repository CPAN distribution branch, master, updated. debian/1.26-1-7-ge36f00b

Alessandro Ghedini al3xbio at gmail.com
Tue Oct 16 12:04:31 UTC 2012


The following commit has been merged in the master branch:
commit 5d241d0b3c1389758b1e26297ee6b66655e24c82
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Oct 16 14:01:36 2012 +0200

    Fix depends formatting
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index f29542c..4dc3e6f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,11 @@ Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
-               perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
-Build-Depends-Indep: perl,
-                     git,
-                     libsystem-command-perl,
-                     libtest-pod-coverage-perl,
-                     libtest-pod-perl
+ perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
+Build-Depends-Indep: perl, git,
+ libsystem-command-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgit-repository-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libgit-repository-perl.git
@@ -17,10 +16,7 @@ Homepage: http://search.cpan.org/dist/Git-Repository/
 
 Package: libgit-repository-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         git,
-         libsystem-command-perl
+Depends: ${misc:Depends}, ${perl:Depends}, git, libsystem-command-perl
 Description: Perl interface to Git repositories
  Git::Repository is a Perl interface to Git, for scripted interactions with
  repositories. It's a low-level interface that allows calling any Git command,

-- 
Debian packaging of Git-Repository CPAN distribution



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