File: control

package info (click to toggle)
libgit-wrapper-perl 0.037-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 232 kB
  • ctags: 55
  • sloc: perl: 451; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 1,411 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: Tim Retout <diocles@debian.org>,
           Alessandro Ghedini <ghedo@debian.org>,
           Angel Abad <angel@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: git,
                     libdevel-checkbin-perl,
                     libfile-pushd-perl (>= 1.005),
                     libpath-class-perl (>= 0.26),
                     libsort-versions-perl,
                     libtest-deep-perl,
                     libtest-exception-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgit-wrapper-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgit-wrapper-perl.git
Homepage: https://metacpan.org/release/Git-Wrapper

Package: libgit-wrapper-perl
Architecture: all
Depends: git,
         libfile-pushd-perl (>= 1.005),
         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.