[libgit-repository-perl] 01/03: Add required version in d/control Depends

Nuno Carvalho smash at cpan.org
Mon Sep 30 14:28:22 UTC 2013


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

mestre-guest pushed a commit to branch master
in repository libgit-repository-perl.

commit 04fd26c8dcbe85ebd7cb64205f8d94e699f89d61
Author: Nuno Carvalho <smash at cpan.org>
Date:   Mon Sep 30 15:16:27 2013 +0100

    Add required version in d/control Depends
---
 debian/changelog |    1 -
 debian/control   |    4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f4c1273..0c694e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 libgit-repository-perl (1.308-1) UNRELEASED; urgency=low
 
   TODO:
-  - d/control: libsystem-command-perl needs to be versioned in Depends as well
   - maybe add the DEPRECATION hints from Changes to debian/NEWS?
 
   * Team upload
diff --git a/debian/control b/debian/control
index 59de1ab..5b06279 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,9 @@ Homepage: https://metacpan.org/release/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 (>= 1.103)
 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,

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



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