[libgit-repository-plugin-log-perl] 03/03: control

gregor herrmann gregoa at debian.org
Fri Dec 20 13:08:55 UTC 2013


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

gregoa pushed a commit to branch master
in repository libgit-repository-plugin-log-perl.

commit 6902851e048a9e0fdf1d98ecfeec1fe6c7eed7ad
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 20 14:07:14 2013 +0100

    control
---
 debian/control | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 1d5e8d2..ea4827b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libgit-repository-perl (>= 1.309),
- perl
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgit-repository-plugin-log-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgit-repository-plugin-log-perl.git
@@ -13,10 +13,12 @@ Homepage: https://metacpan.org/release/Git-Repository-Plugin-Log
 
 Package: libgit-repository-plugin-log-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libgit-repository-perl (>= 1.309)
-Description: Add a log() method to Git::Repository
- Git::Repository::Log is a class whose instances reprensent log items from a
- git log stream.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libgit-repository-perl (>= 1.309)
+Replaces: libgit-repository-perl (<< 1.309)
+Breaks: libgit-repository-perl (<< 1.309)
+Description: Git::Repository plugin adding log items
+ Git::Repository::Plugin::Log adds a log() method to Git::Repository,
+ which will return Git::Repository::Log objects representing the commit
+ information provided by `git log`.

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



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