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
|
Source: libsvn-look-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
Antonio Radici <antonio@dyne.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: liburi-perl,
liblist-moreutils-perl,
perl,
subversion
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsvn-look-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libsvn-look-perl.git
Homepage: http://search.cpan.org/dist/SVN-Look/
Package: libsvn-look-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
liblist-moreutils-perl,
subversion
Description: module providing access to svnlook data
SVN::Look is a simple Perl module that provides a object-oriented wrapper
around Subversion's svnlook command, with built-in caching to improve speed.
It is useful to gather information about a repository, its revisions and its
transactions, which makes it easy for hook writers to retrieve and use the
information they need.
|