debian/0000755000000000000000000000000012150247257007173 5ustar debian/watch0000644000000000000000000000017012101263730010210 0ustar version=3 https://metacpan.org/release/Dist-Metadata/ .*/Dist-Metadata-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000217712150247257011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Dist-Metadata Upstream-Contact: Randy Stauner Source: https://metacpan.org/release/Dist-Metadata/ Files: * Copyright: 2011, Randy Stauner License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, gregor herrmann 2012, Nathan Handler 2013, Florian Schlichting 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/control0000644000000000000000000000275012150247257010602 0ustar Source: libdist-metadata-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann , Nathan Handler , Florian Schlichting Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, libarchive-zip-perl, libcpan-distnameinfo-perl (>= 0.12), libfile-spec-native-perl, libpath-class-perl (>= 0.24), libtest-fatal-perl, libtest-mockobject-perl, libtry-tiny-perl (>= 0.09) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-metadata-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-metadata-perl.git Homepage: https://metacpan.org/release/Dist-Metadata/ Package: libdist-metadata-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libarchive-zip-perl, libcpan-distnameinfo-perl (>= 0.12), libfile-spec-native-perl, libpath-class-perl (>= 0.24), libtry-tiny-perl (>= 0.09) Description: module for getting information about a perl module distribution Dist::Metadata provides an easy interface for getting various metadata about a Perl module distribution. . This is mostly a wrapper around CPAN::Meta providing an easy interface to find and load the meta file from a tar.gz file. A dist can also be represented by a directory or merely a structure of data. . If the dist does not contain a meta file the module will attempt to determine some of that data from the dist. debian/compat0000644000000000000000000000000212150246224010362 0ustar 9 debian/changelog0000644000000000000000000000205512150247257011047 0ustar libdist-metadata-perl (0.925-1) unstable; urgency=low [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Imported Upstream version 0.925 * Bumped Standards-Version to 3.9.4 (no change) * Enabled AUTOMATED_TESTING test * Added myself to uploaders and copyright -- Florian Schlichting Sun, 26 May 2013 01:47:54 +0200 libdist-metadata-perl (0.923-1) unstable; urgency=low * New upstream release * debian/control: - Add myself to list of Uploaders - Bump Build-Depends on debhelper to >= 9 * debian/compat: Bump to 9 * debian/copyright: Add myself to debian/* copyright -- Nathan Handler Sat, 23 Jun 2012 16:14:21 -0500 libdist-metadata-perl (0.922-1) unstable; urgency=low * Initial release (closes: #671654). -- gregor herrmann Sat, 05 May 2012 19:04:13 +0200 debian/source/0000755000000000000000000000000011761753076010503 5ustar debian/source/format0000644000000000000000000000001411761753076011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013012150247257010245 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: AUTOMATED_TESTING=1 dh_auto_test