File: control

package info (click to toggle)
libgit-repository-plugin-log-perl 1.314-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 200 kB
  • ctags: 10
  • sloc: perl: 530; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: libgit-repository-plugin-log-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libgit-repository-perl (>= 1.309),
                     libtest-requires-git-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgit-repository-plugin-log-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgit-repository-plugin-log-perl.git
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)
Breaks: libgit-repository-perl (<< 1.309)
Replaces: 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`.