debian/0000755000000000000000000000000012213315124007160 5ustar debian/patches/0000755000000000000000000000000012110230220010574 5ustar debian/patches/series0000644000000000000000000000001712076070211012024 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000124412110230220013433 0ustar Description: spelling fixes Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=82024 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82024 Author: gregor herrmann Last-Update: 2013-02-17 --- a/lib/Exporter/Declare/Meta.pm +++ b/lib/Exporter/Declare/Meta.pm @@ -284,11 +284,11 @@ =item $bool = $meta->is_option( $name ) -Check if the specifed name is an option. +Check if the specified name is an option. =item $bool = $meta->is_argument( $name ) -Check if the specifed name is an option that takes an argument. +Check if the specified name is an option that takes an argument. =item $meta->add_parser( $name, sub { ... }) debian/watch0000644000000000000000000000017612076070211010217 0ustar version=3 https://metacpan.org/release/Exporter-Declare/ .*/Exporter-Declare-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000205412213314521011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Exporter-Declare Source: https://metacpan.org/release/Exporter-Declare/ Upstream-Contact: Chad Granum Files: * Copyright: 2010, Chad Granum License: Artistic or GPL-1+ Files: debian/* Copyright: 2012-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/control0000644000000000000000000000240512213314576010576 0ustar Source: libexporter-declare-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8), perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000) Build-Depends-Indep: libaliased-perl, libdevel-declare-parser-perl, libfennec-lite-perl, libmeta-builder-perl, libtest-exception-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libexporter-declare-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libexporter-declare-perl.git Homepage: https://metacpan.org/release/Exporter-Declare/ Package: libexporter-declare-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libaliased-perl, libmeta-builder-perl Recommends: libdevel-declare-parser-perl Description: perl module for meta-driven exporting Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries to adopt all the good features of other exporting tools, while throwing away horrible interfaces. Exporter::Declare also provides hooks that allow you to add options and arguments for import. Finally, Exporter::Declare's meta-driven system allows for top-notch introspection. debian/compat0000644000000000000000000000000212076070211010360 0ustar 8 debian/changelog0000644000000000000000000000166712213315124011044 0ustar libexporter-declare-perl (0.113-1) unstable; urgency=low * Team upload * Import Upstream version 0.113 * Swap alternative dependencies now that Perl 5.18 is available -- Florian Schlichting Mon, 09 Sep 2013 11:52:06 +0200 libexporter-declare-perl (0.106-1) unstable; urgency=low [ gregor herrmann ] * Add libdevel-declare-parser-perl to Build-Depends-Indep and Recommends. * Active POD tests. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) [ gregor herrmann ] * New upstream release. * Bump build dependency on Module::Build. * Refresh spelling patch. * debian/copyright: update years of packaging copyright. -- gregor herrmann Sun, 17 Feb 2013 18:01:45 +0100 libexporter-declare-perl (0.105-1) unstable; urgency=low * Initial release (closes: #696080). -- gregor herrmann Sun, 16 Dec 2012 16:34:24 +0100 debian/source/0000755000000000000000000000000012076070211010462 5ustar debian/source/format0000644000000000000000000000001412076070211011670 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000011712076070211010241 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: TEST_POD=1 dh_auto_test