File: control

package info (click to toggle)
libfile-sync-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 96 kB
  • ctags: 3
  • sloc: perl: 118; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 830 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libfile-sync-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/File-Sync
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-sync-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-sync-perl.git
Build-Depends: debhelper (>= 9.20120312~), perl

Package: libfile-sync-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl interface to sync() and fsync()
 File::Sync provides Perl interfaces to the Unix sync(2) and POSIX.1b fsync(2)
 system calls. The fsync() call is needed for putting messages into qmail
 maildirs, and sync() is included for completeness.