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
|
Source: libsvn-notify-mirror-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Micah Anderson <micah@debian.org>,
gregor herrmann <gregoa@debian.org>,
Niko Tyni <ntyni@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: perl,
libsvn-notify-perl (>= 2.83),
libyaml-perl (>= 0.81)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsvn-notify-mirror-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsvn-notify-mirror-perl.git
Homepage: https://metacpan.org/release/SVN-Notify-Mirror
Testsuite: autopkgtest-pkg-perl
Package: libsvn-notify-mirror-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libsvn-notify-perl (>= 2.83),
libyaml-perl (>= 0.81)
Suggests: libfile-rsync-perl,
libnet-ssh-perl
Description: module to keep a mirrored working copy of a repository path
SVN::Notify::Mirror allows one to keep a directory in sync with a portion of
a Subversion repository. It is typically used to keep a development web
server in sync with the changes made to the repository. This directory can
either be on the same box as the repository itself, or it can be remote (via
SSH connection).
|