[SCM] Debian packaging of Git-Repository CPAN distribution branch, master, updated. debian/1.25-1-3-ge97bd0e

gregor herrmann gregoa at debian.org
Thu Jul 5 20:29:25 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index a4fa7d8..83ccdb7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: libgit-repository-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <ghedo at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000),
+               perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
 Build-Depends-Indep: perl,
- git (>= 1:1.7.0.4-2~) | git-core,
- libsystem-command-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl
+                     git,
+                     libsystem-command-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl
 Standards-Version: 3.9.2
 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,11 +17,13 @@ Homepage: http://search.cpan.org/dist/Git-Repository/
 
 Package: libgit-repository-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, 
- git (>= 1:1.7.0.4-2~) | git-core,
- 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,
  whether porcelain or plumbing, including bidirectional commands such as git
  commit-tree.
+

-- 
Debian packaging of Git-Repository CPAN distribution



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