debian/0000755000000000000000000000000012226071141007162 5ustar debian/rules0000755000000000000000000000003612226071141010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000224012226071141010563 0ustar Source: libmodule-metadata-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl (>= 5.13.9) | libversion-perl (>= 1:0.8700), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-metadata-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-metadata-perl.git Homepage: https://metacpan.org/release/Module-Metadata/ Package: libmodule-metadata-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.13.9) | libversion-perl (>= 1:0.8700) Description: Perl module to gather package and POD information from perl module files Module::Metadata provides a standard way to gather metadata (like name, version, list of packages, list of pod sections, ...) about a .pm file through (mostly) static analysis and (some) code execution. When determining the version of a module, the $VERSION assignment is evaled, as is traditional in the CPAN toolchain. debian/source/0000755000000000000000000000000012226071141010462 5ustar debian/source/format0000644000000000000000000000001412226071141011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000640312226071141011037 0ustar libmodule-metadata-perl (1.000019-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 11 Oct 2013 23:49:16 +0200 libmodule-metadata-perl (1.000018-1) unstable; urgency=low * Team upload. * Imported Upstream version 1.000018 - detaint version if needed. (Closes: #717213) -- Salvatore Bonaccorso Wed, 11 Sep 2013 22:05:25 +0200 libmodule-metadata-perl (1.000015-1) unstable; urgency=low * Team upload. * Imported Upstream version 1.000015 - Addresses CVE-2013-1437 as (serious) documentation bug: Module::Metadata executes code when gathering metadata about a module by design. In versions previous to 1.000015 the documentation stated, however, that Module::Metadata provides a standard way to gather metadata about a .pm file without executing unsafe code. * Rewrite short and long description. Rewrite short description matching the X is a Perl module [...] scheme. Rewrite the long description based on the Module::Metadata POD, containing also the note about how the information is gathered. -- Salvatore Bonaccorso Wed, 21 Aug 2013 20:54:37 +0200 libmodule-metadata-perl (1.000014-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Wed, 24 Jul 2013 20:40:57 +0200 libmodule-metadata-perl (1.000011-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 25 Aug 2012 21:53:14 +0200 libmodule-metadata-perl (1.000010-1) unstable; urgency=low * Team upload. * d/control: Update Standards-Version to 3.9.3. * d/copyright: Update copyright format field. * New upstream release. -- Nuno Carvalho Sat, 04 Aug 2012 21:25:27 +0100 libmodule-metadata-perl (1.000009-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release 1.000007. [ gregor herrmann ] * Swap order of alternative (build) dependencies after the perl 5.14 transition. * New upstream release 1.000009. * Update years of packaging copyright. -- gregor herrmann Wed, 08 Feb 2012 23:25:12 +0100 libmodule-metadata-perl (1.000006-1) unstable; urgency=low * New upstream release. * Add perl as an alternative (build) dependency to libversion-perl. * Bump debhelper compatibility level to 8. * Email change: Dominique Dumont -> dod@debian.org * Add /me to Uploaders. -- gregor herrmann Tue, 30 Aug 2011 19:17:55 +0200 libmodule-metadata-perl (1.000005-1) unstable; urgency=low * Team upload [ Damyan Ivanov ] * New upstream release * Update copyright information * Claim conformance with Policy 3.9.2 [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. -- Damyan Ivanov Mon, 15 Aug 2011 22:07:52 +0300 libmodule-metadata-perl (1.000003-1) unstable; urgency=low * Initial Release (Closes: #611189). -- Dominique Dumont Sat, 29 Jan 2011 12:38:54 +0100 debian/compat0000644000000000000000000000000212226071141010360 0ustar 8 debian/copyright0000644000000000000000000000237012226071141011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module-Metadata Upstream-Contact: David Golden Source: https://metacpan.org/release/Module-Metadata/ Files: * Copyright: 2001-2011 Ken Williams 2010-2011 Matt Trout and David Golden License: Artistic or GPL-1+ Files: debian/* Copyright: 2011 Dominique Dumont 2012-2013 gregor herrmann License: Artistic or GPL-1+ Files: t/lib/Tie/CPHash.pm Copyright: 1997 Christopher J. Madsen 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/watch0000644000000000000000000000017412226071141010215 0ustar version=3 https://metacpan.org/release/Module-Metadata/ .*/Module-Metadata-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$