File: control

package info (click to toggle)
libgit-pureperl-perl 0.53-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 364 kB
  • ctags: 206
  • sloc: perl: 3,153; makefile: 4
file content (46 lines) | stat: -rw-r--r-- 1,833 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
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: libgit-pureperl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libarchive-extract-perl | perl (<< 5.17.0),
                     libconfig-gitlike-perl,
                     libdata-stream-bulk-perl,
                     libdatetime-perl,
                     libfile-find-rule-perl,
                     libio-digest-perl,
                     libmoose-perl,
                     libmoosex-strictconstructor-perl,
                     libmoosex-types-path-class-perl,
                     libtest-utf8-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgit-pureperl-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgit-pureperl-perl.git
Homepage: https://metacpan.org/release/Git-PurePerl

Package: libgit-pureperl-perl
Architecture: all
Depends: libarchive-extract-perl | perl (<< 5.17.0),
         libconfig-gitlike-perl,
         libdata-stream-bulk-perl,
         libdatetime-perl,
         libfile-find-rule-perl,
         libio-digest-perl,
         libmoose-perl,
         libmoosex-strictconstructor-perl,
         libmoosex-types-path-class-perl,
         ${misc:Depends},
         ${perl:Depends}
Breaks: libgit-pure-perl (<< 0.48-3~)
Provides: libgit-pure-perl
Replaces: libgit-pure-perl (<< 0.48-3~)
Description: Pure Perl interface to Git repositories
 Git::PurePerl is a Pure Perl object oriented interface to access git
 repositories. The main goals for Git::PurePerl are stability and performance.
 .
 This software was developed to power Gitalist.
 .
 It was mostly based on Grit http://grit.rubyforge.org/.