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-libmagic-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
libmagic-dev (>= 1:5.14-2) | libmagic-dev (<< 1:5.14-1~),
libtest-fatal-perl,
perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-libmagic-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-libmagic-perl.git
Homepage: https://metacpan.org/release/File-LibMagic
Package: libfile-libmagic-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Perl interface to libmagic for determining file type
The File::LibMagic module is a simple perl interface to libmagic from the
file-4.x or file-5.x package from Christos Zoulas
(ftp://ftp.astron.com/pub/file/).
.
Libmagic is a library for detecting file type, and works like file(1).
|