debian/0000755000000000000000000000000012214620140007156 5ustar debian/rules0000755000000000000000000000003612214620140010235 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000154512214620140010566 0ustar Source: libfile-type-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Bastian Blank , gregor herrmann Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/File-Type Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-type-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-type-perl.git Package: libfile-type-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: module to determine file type using magic structure File::Type uses magic numbers (typically at the start of a file) to determine the MIME type of that file. . File::Type can use either a filename, or file contents, to determine the type of a file. debian/source/0000755000000000000000000000000012214620140010456 5ustar debian/source/format0000644000000000000000000000001412214620140011664 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000243512214620140011034 0ustar libfile-type-perl (0.22-2) unstable; urgency=low * Take over for the Debian Perl Group with maintainer's permission (https://lists.debian.org/debian-perl/2013/08/msg00050.html) * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Bastian Blank ); Bastian Blank moved to Uploaders. * Add debian/watch. * Switch to "3.0 (quilt)" source format. * Use debhelper 8 and dh(1) in debian/rules. * Drop version from perl build dependency. * debian/copyright: switch formatting to Copyright-Format 1.0. * Add /me to Uploaders. * Update short description. * Declare compliance with Debian Policy 3.9.4. * Add a patch to fix a spelling mistake in the POD. -- gregor herrmann Fri, 13 Sep 2013 16:25:05 +0200 libfile-type-perl (0.22-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467822 -- Mark Hymers Sat, 05 Apr 2008 21:09:02 +0100 libfile-type-perl (0.22-1) unstable; urgency=low * Initial Release. -- Bastian Blank Fri, 08 Oct 2004 20:50:50 +0200 debian/compat0000644000000000000000000000000212214620140010354 0ustar 8 debian/patches/0000755000000000000000000000000012214620140010605 5ustar debian/patches/spelling.patch0000644000000000000000000000132512214620140013444 0ustar Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=88657 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88657 Author: gregor herrmann Last-Update: 2013-09-13 --- a/lib/File/Type.pm +++ b/lib/File/Type.pm @@ -1572,7 +1572,7 @@ L uses an external magic file, and relies on file extensions rather than magic to determine the mime type. -As a result, File::Type uses a seperate module and script to create the +As a result, File::Type uses a separate module and script to create the code at the core of this module, which means that there is no need to include a magic database at all, and that it is safe to run under mod_perl. debian/patches/series0000644000000000000000000000001712214620140012020 0ustar spelling.patch debian/copyright0000644000000000000000000000211712214620140011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/File-Type Upstream-Contact: Paul Mison Upstream-Name: File-Type Files: * Copyright: 2003-2004, Fotango Ltd. License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, Bastian Blank 2008, Mark Hymers 2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000015612214620140010211 0ustar version=3 https://metacpan.org/release/File-Type .*/File-Type-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$