File: control

package info (click to toggle)
libgit-repository-perl 1.325-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 376 kB
  • sloc: perl: 661; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,390 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
27
28
29
30
31
32
33
Source: libgit-repository-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: git <!nocheck>,
                     libgit-version-compare-perl <!nocheck>,
                     libnamespace-clean-perl <!nocheck>,
                     libsystem-command-perl <!nocheck>,
                     libtest-requires-git-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgit-repository-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgit-repository-perl.git
Homepage: https://metacpan.org/release/Git-Repository
Rules-Requires-Root: no

Package: libgit-repository-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         git,
         libgit-version-compare-perl,
         libnamespace-clean-perl,
         libsystem-command-perl
Recommends: libgit-repository-plugin-log-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.