debian/0000755000000000000000000000000012256024067007172 5ustar debian/compat0000644000000000000000000000000212256024067010370 0ustar 9 debian/copyright0000644000000000000000000000231712256024067011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MooseX-Types-Common Upstream-Contact: Guillermo Roditi Source: https://metacpan.org/release/MooseX-Types-Common/ Files: * Copyright: 2013, Matt S Trout License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Krzysztof Krzyżaniak (eloy) 2009-2012, gregor herrmann 2010, Jonathan Yu 2010-2013, Salvatore Bonaccorso 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/rules0000755000000000000000000000003612256024067010251 0ustar #!/usr/bin/make -f %: dh $@ debian/libmoosex-types-common-perl.docs0000644000000000000000000000001512256024067015431 0ustar CONTRIBUTING debian/watch0000644000000000000000000000020412256024067010217 0ustar version=3 https://metacpan.org/release/MooseX-Types-Common/ .*/MooseX-Types-Common-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000213612256024067010577 0ustar Source: libmoosex-types-common-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20130630~), libmodule-build-tiny-perl Build-Depends-Indep: perl, libmoose-perl, libmoosex-types-perl, libtest-deep-perl, libtest-warnings-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , Jonathan Yu , gregor herrmann Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/MooseX-Types-Common/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-types-common-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-types-common-perl.git Package: libmoosex-types-common-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl, libmoosex-types-perl Description: module with commonly used type constraints for Moose MooseX::Types::Common is a Perl module that contains a set of commonly-used type constraints that do not ship with Moose by default. In particular, it has string and numeric type constraints. debian/source/0000755000000000000000000000000012256024067010472 5ustar debian/source/format0000644000000000000000000000001412256024067011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000767712256024067011065 0ustar libmoosex-types-common-perl (0.001012-1) unstable; urgency=medium * Team upload. * Imported Upstream version 0.001012 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Add Build-Depends on libmodule-build-tiny-perl * Install CONTRIBUTING file to documentation directory * Remove stanza for Module::Install in debian/copyright * Update copyright information for upstream files * Drop Build-Depends-Indep on libtest-fatal-perl * Add Build-Depends-Indep on libtest-deep-perl * Drop Build-Depends-Indep on libcapture-tiny-perl * Remove myself from Uploaders * Update copyright years for debian/* packaging files * Bump Standards-Version to 3.9.5 * Add Build-Depends-Indep on libtest-warnings-perl * Update versioned Build-Depends on debhelper for Module::Build::Tiny. Update versioned Build-Depends on debhelper to (>= 9.20130630~). * Update Debhelper compat level to 9 -- Salvatore Bonaccorso Mon, 23 Dec 2013 13:09:32 +0100 libmoosex-types-common-perl (0.001008-1) unstable; urgency=low [ Alessandro Ghedini ] * New upstream release 0.001007 * Drop fix-pod-error.patch (merged upstream) * Remove build depends on libtest-exception-perl * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 [ gregor herrmann ] * New upstream release 0.001008. * Update years of copyright for inc/* and debian/*. -- gregor herrmann Fri, 15 Jun 2012 14:20:45 +0200 libmoosex-types-common-perl (0.001005-1) unstable; urgency=low * Team upload * New upstream release * Add libtest-exception-perl to build depends * Add fix-pod-error.patch (fixes manpage-has-errors-from-pod2man) -- Alessandro Ghedini Mon, 20 Feb 2012 12:57:41 +0100 libmoosex-types-common-perl (0.001004-1) unstable; urgency=low * New upstream release. * Build dependencies: s/libtest-exception-perl/libtest-fatal-perl/. -- gregor herrmann Wed, 07 Dec 2011 18:21:18 +0100 libmoosex-types-common-perl (0.001003-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org [ 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. * Switch to source format 3.0 (quilt). * debian/copyright: update years of copyright and license stanzas. * Set Standards-Version to 3.9.2 (no further changes). * Bump debhelper compatibility level to 8. * Remove version from libmoose-perl (build) dependency, already satisfied in oldstable. * Add /me to Uploaders. -- gregor herrmann Fri, 02 Sep 2011 14:16:34 +0200 libmoosex-types-common-perl (0.001002-1) unstable; urgency=low * New upstream release * Update copyright information * Adds Capture-Tiny to B-D-I -- Jonathan Yu Sun, 28 Feb 2010 14:50:18 -0500 libmoosex-types-common-perl (0.001001-2) unstable; urgency=low * Add myself to Uploaders. * Add Build-Depends-Indep on libtest-exception-perl. Fixes FTBFS. Thanks to Lucas Nussbaum for reporting (Closes: #569374). * Bump Standards-Version to 3.8.4 (no changes). * Refresh debian/copyright for the debian/* packaging stanza. -- Salvatore Bonaccorso Thu, 11 Feb 2010 21:12:11 +0100 libmoosex-types-common-perl (0.001001-1) unstable; urgency=low * New upstream release * Add myself to Uploaders and Copyright * Rewrite control description * Remove patch, whatis fixed upstream -- Jonathan Yu Tue, 05 Jan 2010 09:40:54 -0500 libmoosex-types-common-perl (0.001000-1) unstable; urgency=low * Initial Release (closes: #561955). -- Krzysztof Krzyżaniak (eloy) Mon, 21 Dec 2009 12:20:32 +0100