debian/0000755000000000000000000000000012256600646007175 5ustar debian/rules0000755000000000000000000000077012256600646010261 0ustar #!/usr/bin/make -f PKG := $(shell dh_listpackages) TMP := $(CURDIR)/debian/$(PKG) %: dh $@ override_dh_auto_install: dh_auto_install # remove manpages without any useful content rm $(TMP)/usr/share/man/man3/MooseX::Meta::TypeCoercion::Structured::Optional.3pm rm $(TMP)/usr/share/man/man3/MooseX::Meta::TypeConstraint::Structured::Optional.3pm rm $(TMP)/usr/share/man/man3/MooseX::Types::Structured::MessageStack.3pm rm $(TMP)/usr/share/man/man3/MooseX::Types::Structured::OverflowHandler.3pm debian/control0000644000000000000000000000324612256600646010605 0ustar Source: libmoosex-types-structured-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , Ansgar Burchardt , Rafael Kitover , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 9.20130630~), libmodule-build-tiny-perl Build-Depends-Indep: perl, libdevel-partialdump-perl, libmoose-perl, libmoosex-types-datetime-perl, libmoosex-types-perl, libsub-exporter-perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94), libtest-fatal-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-types-structured-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-types-structured-perl.git Homepage: https://metacpan.org/release/MooseX-Types-Structured/ Package: libmoosex-types-structured-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdevel-partialdump-perl, libmoosex-types-perl, libmoose-perl, libsub-exporter-perl Description: Moose extension for type constraints on structured types MooseX::Types::Structured provides structured type constraints for Moose. A structured type constraint is a standard container Moose type constraint, such as an ArrayRef or HashRef, which has been enhanced to allow you to explicitly name all the allowed type constraints inside the structure. debian/source/0000755000000000000000000000000012256600646010475 5ustar debian/source/format0000644000000000000000000000001412256600646011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001174312256600646011055 0ustar libmoosex-types-structured-perl (0.30-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ 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. * Install new CONTRIBUTING file. * Update years of copyright. * Update build dependencies. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Wed, 25 Dec 2013 17:02:41 +0100 libmoosex-types-structured-perl (0.28-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. -- gregor herrmann Tue, 04 Oct 2011 18:23:25 +0200 libmoosex-types-structured-perl (0.27-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/copyright: Update for new upstream release. [ gregor herrmann ] * New upstream release. * Set Standards-Version to 3.9.2 (no changes). * Bump debhelper compatibility level to 8. * Add /me to Uploaders. * Add perl as an alternative build dependency for Test::More. -- gregor herrmann Mon, 16 May 2011 19:23:55 +0200 libmoosex-types-structured-perl (0.25-1) unstable; urgency=low * New upstream release * Use separate "rm" commands in override to make each line independent of the other lines -- Jonathan Yu Sat, 01 Jan 2011 14:15:45 -0500 libmoosex-types-structured-perl (0.24-1) unstable; urgency=low * New upstream release. * debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.1. * Update my email address. -- Ansgar Burchardt Sat, 20 Nov 2010 12:52:48 +0100 libmoosex-types-structured-perl (0.23-1) unstable; urgency=low * New upstream release. * debian/copyright: Update copyright information. * Bump (build-)dep on libdevel-partialdump-perl to >= 0.13. * Bump (build-)dep on libmoose-perl to >= 1.08. * Bump (build-)dep on libsub-exporter-perl to >= 0.982. * Bump build-dep on libtest-simple-perl to >= 0.94. perl (>= 5.12) can be added as an alternative once #586275 is fixed. * Lower build-dep on debhelper to 7.0.50 (instead of 7.2.13) as the package no longer uses Module::AutoInstall. * debian/rules: Remove manpages without any useful content. * Bump Standards-Version to 3.9.0 (no changes). -- Ansgar Burchardt Sat, 03 Jul 2010 12:10:12 +0900 libmoosex-types-structured-perl (0.22-1) unstable; urgency=low [ gregor herrmann ] * New upstream release (0.21). * Remove patches, applied upstream. [ Ansgar Burchardt ] * New upstream release (0.22). + Test suite passes again. (Closes: #583463) * Bump (build-)dep on libmoose-perl to >= 1.06. * Bump (build-)dep on libmoosex-types-perl to >= 0.22. * debian/control: Sort (build-)dependencies. -- Ansgar Burchardt Wed, 02 Jun 2010 21:35:15 +0900 libmoosex-types-structured-perl (0.20-1) unstable; urgency=low [ Jonathan Yu ] * Update short description [ Ansgar Burchardt ] * New upstream release. * Add build-dep on perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) for done_testing. * Use source format 3.0 (quilt). * Correct spelling error pointed out by lintian. + new patch: spelling.patch * Remove useless "use Try::Tiny" from t/04-map.t. + new patch: no-try-tiny.patch * debian/copyright: Update years of copyright, minor changes for DEP-5. * Bump Standards-Version to 3.8.4 (no changes). -- Ansgar Burchardt Thu, 04 Feb 2010 21:33:40 +0900 libmoosex-types-structured-perl (0.19-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ Ryan Niebur ] * Update jawnsy's email address * Update ryan52's email address [ gregor herrmann ] * Bump debhelper build dependency to 7.2.13 because of Module::AutoInstall. -- Jonathan Yu Wed, 11 Nov 2009 20:17:48 -0500 libmoosex-types-structured-perl (0.18-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Reduce dependencies not needed by non-author users * Standards-Version 3.8.3 (no changes) * Added myself to Uploaders and Copyright * Rewrote control description to include the module name [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: remove libtest-pod-coverage-perl and libtest-pod-perl from Build-Depends-Indep as they are not used. -- Jonathan Yu Fri, 21 Aug 2009 14:10:40 -0400 libmoosex-types-structured-perl (0.16-1) unstable; urgency=low * Initial Release. (Closes: #529241) -- Ryan Niebur Wed, 27 May 2009 23:13:43 -0700 debian/compat0000644000000000000000000000000212256600646010373 0ustar 9 debian/copyright0000644000000000000000000000234612256600646011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MooseX-Types-Structured Upstream-Contact: John Napiorkowski Source: https://metacpan.org/release/MooseX-Types-Structured/ Files: * Copyright: 2008, John Napiorkowski License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2009, Ryan Niebur 2010, Ansgar Burchardt 2010, Rafael Kitover 2011-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/libmoosex-types-structured-perl.docs0000644000000000000000000000001512256600646016350 0ustar CONTRIBUTING debian/watch0000644000000000000000000000021412256600646010223 0ustar version=3 https://metacpan.org/release/MooseX-Types-Structured/ .*/MooseX-Types-Structured-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$