File: control

package info (click to toggle)
libfile-rsync-perl 0.49-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 208 kB
  • ctags: 36
  • sloc: perl: 1,386; makefile: 2; sh: 2
file content (29 lines) | stat: -rw-r--r-- 1,164 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
Source: libfile-rsync-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>,
           Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends-Indep: libipc-run3-perl,
                     rsync,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-rsync-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-rsync-perl.git
Homepage: https://metacpan.org/release/File-Rsync

Package: libfile-rsync-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libipc-run3-perl,
         rsync
Description: Perl module interface to rsync
 File::Rsync provides a convenience wrapper for the rsync program. Options
 may be passed in the form of a hash and are the same as the long options
 in rsync with the leading double-dash removed. Any options passed at
 creation are stored in the object as defaults for all future exec calls on
 that object.