File: control

package info (click to toggle)
libgit-wrapper-perl 0.023-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 184 kB
  • sloc: perl: 380; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,284 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
Source: libgit-wrapper-perl
Section: perl
Priority: optional
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>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: git (>= 1:1.7.0.4-2~) | git-core,
 libenv-path-perl,
 libfile-pushd-perl,
 libsort-versions-perl,
 libtest-deep-perl,
 libtest-exception-perl,
 libtest-most-perl,
 libtest-pod-coverage-perl,
 libtest-pod-perl,
 perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgit-wrapper-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libgit-wrapper-perl.git
Homepage: http://search.cpan.org/dist/Git-Wrapper/

Package: libgit-wrapper-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 git (>= 1:1.7.0.4-2~) | git-core,
 libfile-pushd-perl,
 libsort-versions-perl
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.