File: control

package info (click to toggle)
libnet-github-perl 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 380 kB
  • sloc: perl: 3,789; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,400 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
Source: libnet-github-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christine Spang <christine@debian.org>,
 Angel Abad <angel@debian.org>,
 Ansgar Burchardt <ansgar@debian.org>,
 Alessandro Ghedini <ghedo@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libany-moose-perl,
 libcrypt-ssleay-perl,
 libfile-slurp-perl,
 libhtml-tree-perl,
 libhttp-message-perl,
 libjson-any-perl,
 libjson-xs-perl,
 libtest-mockmodule-perl,
 libtest-pod-perl,
 liburi-perl,
 libwww-mechanize-gzip-perl,
 libwww-perl,
 perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-github-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-github-perl.git
Homepage: http://search.cpan.org/dist/Net-GitHub/

Package: libnet-github-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libany-moose-perl,
 libcrypt-ssleay-perl,
 libhtml-tree-perl,
 libhttp-message-perl,
 libjson-any-perl,
 libjson-xs-perl,
 liburi-perl,
 libwww-mechanize-gzip-perl,
 libwww-perl
Description: Perl interface for GitHub
 GitHub, http://github.com/, is a service for hosting Git source code
 repositories and managing projects using Git. The Net::GitHub module
 provides a Perl interface that implements V1 and V2 of the GitHub API,
 described at http://develop.github.com/.