debian/0000755000000000000000000000000012153163340007164 5ustar debian/rules0000755000000000000000000000003612153163340010243 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000304512153163340010571 0ustar Source: libmodule-manifest-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Brian Cassidy , Ansgar Burchardt , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libparams-util-perl, libtest-warn-perl, libtest-exception-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-manifest-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-manifest-perl.git Homepage: https://metacpan.org/release/Module-Manifest/ Package: libmodule-manifest-perl Architecture: all Depends: perl, ${misc:Depends}, libparams-util-perl Description: module for parsing and examining a Perl distribution MANIFEST file Module::Manifest is a simple utility module created originally for use in Module::Inspector. . It allows you to load the MANIFEST file that comes in a Perl distribution tarball, examine the contents, and perform some simple tasks. . Granted, the functionality needed to do this is quite simple, but the Perl distribution MANIFEST specification contains a couple of little idiosyncracies, such as line comments and space-seperated inline comments. . The use of this module means that any little nigglies are dealt with behind the scenes, and you can concentrate the main task at hand. debian/source/0000755000000000000000000000000012153163340010464 5ustar debian/source/format0000644000000000000000000000001412153163340011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000455412153163340011046 0ustar libmodule-manifest-perl (1.08-1) unstable; urgency=low * Team upload. [ Jonathan Yu ] * New upstream release [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. (Closes: #710943) [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Don't run release tests during package build. * Switch to "3.0 (quilt)" source format. * debian/rules: minimize with dh(1). * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.4 (no changes). * debian/copyright: switch formatting to Copyright-Format 1.0. -- gregor herrmann Mon, 03 Jun 2013 20:56:21 +0200 libmodule-manifest-perl (0.07-1) unstable; urgency=low * New upstream release -- Brian Cassidy Thu, 23 Apr 2009 20:23:24 -0300 libmodule-manifest-perl (0.06-1) unstable; urgency=low * New upstream release. * Make build dependency on libtest-warn-perl versioned. * Add /me to Uploaders. * Set Standards-Version to 3.8.1 (no changes). -- gregor herrmann Thu, 12 Mar 2009 23:26:34 +0100 libmodule-manifest-perl (0.05-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. + debian/copyright: Update years of copyright. + Add build-dep on libtest-warn-perl and libtest-exception-perl. * Install examples. * Add myself to Uploaders. [ gregor herrmann ] * debian/control: slightly rephrase short description. -- Ansgar Burchardt Mon, 09 Mar 2009 01:07:41 +0100 libmodule-manifest-perl (0.04-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Brian Cassidy ] * New upstream release * debian/control: + Add myself to Uploaders + Add libpod-simple-perl to build deps * debian/copyright: generalize copyright for debian/* -- Brian Cassidy Fri, 12 Dec 2008 10:13:32 -0400 libmodule-manifest-perl (0.03-1) unstable; urgency=low * Initial Release. Closes: #498817 -- ITP -- Damyan Ivanov Sat, 13 Sep 2008 17:13:59 +0300 debian/compat0000644000000000000000000000000212153163340010362 0ustar 8 debian/copyright0000644000000000000000000000262612153163340011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module-Manifest Upstream-Contact: Adam Kennedy Source: https://metacpan.org/release/Module-Manifest/ Files: * Copyright: 2006-2009, Adam Kennedy License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2009, Adam Kennedy 2000-2009, Audrey Tang 2002-2009, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, 2009, Brian Cassidy 2008, Damyan Ivanov 2009, 2013, gregor herrmann 2009, Ansgar Burchardt 2010, Jonathan Yu 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/watch0000644000000000000000000000017412153163340010217 0ustar version=3 https://metacpan.org/release/Module-Manifest/ .*/Module-Manifest-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libmodule-manifest-perl.examples0000644000000000000000000000001312153163340015436 0ustar examples/*