File: control

package info (click to toggle)
libgit-wrapper-perl 0.047-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 252 kB
  • ctags: 56
  • sloc: perl: 474; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 1,373 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
Source: libgit-wrapper-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alessandro Ghedini <ghedo@debian.org>,
           Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: git,
                     libdevel-checkbin-perl,
                     libfile-chdir-perl,
                     libpath-class-perl,
                     libsort-versions-perl,
                     libtest-deep-perl,
                     libtest-exception-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgit-wrapper-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgit-wrapper-perl.git
Homepage: https://metacpan.org/release/Git-Wrapper

Package: libgit-wrapper-perl
Architecture: all
Depends: git,
         libfile-chdir-perl,
         libsort-versions-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Perl module to wrap git command-line interface
 Git::Wrapper provides an API for git that uses Perl data structures for
 argument passing, instead of CLI-style --options as Git does.
 .
 Except as documented, every git subcommand is available as a method on
 a Git::Wrapper object. Replace any hyphens in the git command with
 underscores.