debian/0000755000000000000000000000000012231200400007146 5ustar debian/watch0000644000000000000000000000017111617034263010221 0ustar version=3 http://search.cpan.org/dist/Params-Classify/ .*/Params-Classify-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611617034263010250 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000247311661275024011133 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Andrew Main (Zefram) Source: http://search.cpan.org/dist/Params-Classify/ Name: Params-Classify Files: * Copyright: 2004-2010, Andrew Main (Zefram) 2009-2010, PhotoBox Ltd License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, Florian Ragwitz 2004, Joachim Breitner 2006-2011, gregor herrmann 2007, Damyan Ivanov 2009, Rene Mayorga 2009, Brian Cassidy 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/source/0000755000000000000000000000000011617034263010471 5ustar debian/source/format0000644000000000000000000000001411617034263011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211617034263010367 0ustar 8 debian/control0000644000000000000000000000320411661300755010574 0ustar Source: libparams-classify-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann , Damyan Ivanov , Rene Mayorga , Ryan Niebur , Ansgar Burchardt , Brian Cassidy , Krzysztof Krzyżaniak (eloy) , Dominic Hargreaves Build-Depends: debhelper (>= 8), perl, perl (>= 5.14) | libextutils-parsexs-perl (>= 2.200600), libtest-pod-perl, libtest-pod-coverage-perl, perl (>= 5.10.1) | libparent-perl Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Params-Classify/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libparams-classify-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparams-classify-perl.git Package: libparams-classify-perl Architecture: any Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, perl (>= 5.10.1) | libparent-perl Suggests: libscalar-number-perl Description: Perl module for argument type classification Params::Classify provides various type-testing functions. These are intended for functions that, unlike most Perl code, care what type of data they are operating on. For example, some functions wish to behave differently depending on the type of their arguments (like overloaded functions in C++). . These functions only provide type classification; they do not enforce type restrictions. Type enforcement may, of course, be built using these classification functions, but the reader's attention is drawn to libparams-validate-perl. debian/changelog0000644000000000000000000001602512231200400011024 0ustar libparams-classify-perl (0.013-4build2) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 11:25:04 +0100 libparams-classify-perl (0.013-4build1) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. -- Colin Watson Fri, 05 Oct 2012 08:21:59 +0100 libparams-classify-perl (0.013-4) unstable; urgency=low * Swap libextutils-parsexs-perl/perl alternate build-dependency around following migration of perl 5.14 to unstable so that it can be autobuilt -- Dominic Hargreaves Thu, 17 Nov 2011 21:51:46 +0000 libparams-classify-perl (0.013-3) unstable; urgency=low * debian/control: Add me to uploaders -- Krzysztof Krzyżaniak (eloy) Wed, 16 Nov 2011 16:19:26 +0100 libparams-classify-perl (0.013-2) 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 ] * Add perl 5.14 as an alternative to the libextutils-parsexs-perl build dependency. (Closes: #636761) * Set Standards-Version to 3.9.2 (no changes). * Add perl 5.10.1 as an alternative to libparent-perl. -- gregor herrmann Mon, 08 Aug 2011 17:34:43 +0200 libparams-classify-perl (0.013-1) unstable; urgency=low * New upstream release. * Add build-dep on libextutils-parsexs-perl (>= 2.200600). * debian/copyright: Update for new upstream release. * Update my email address. -- Ansgar Burchardt Sat, 04 Dec 2010 12:43:14 +0100 libparams-classify-perl (0.011-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. [ Ansgar Burchardt ] * New upstream release. * debian/copyright: Update for current DEP-5 proposal; update years of copyright; refer to /usr/share/common-licenses/GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Use debhelper compat level 8. * Use source format 3.0 (quilt). * Remove build-dep on perl (>= 5.10) | libmodule-build-perl as this dependency is already satisfied in stable by the perl build-dep. * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Sat, 28 Aug 2010 23:38:56 +0900 libparams-classify-perl (0.009-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release * debian/control: add myself to uploaders * debian/copyright: add myself to copyright statement for debian/* [ Ryan Niebur ] * Update ryan52's email address -- Brian Cassidy Thu, 08 Oct 2009 14:27:32 -0300 libparams-classify-perl (0.008-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release * Bump Standards-Version to 3.8.3 (no changes). * debian/watch: Use extended regexp to match upstream releases. * Add myself to Uploaders. [ gregor herrmann ] * Remove version from perl build dependency (even satisfied in oldstable). -- Ansgar Burchardt Sun, 13 Sep 2009 21:40:49 +0200 libparams-classify-perl (0.007-1) unstable; urgency=low [ Ryan Niebur ] * Remove Florian Ragwitz from Uploaders (Closes: #523219) * New upstream release * Add myself to Uploaders * Debian Policy 3.8.1 * convert to arch:any * add libparent-perl to (build-)depends [ gregor herrmann ] * debian/control: - change my email address - add alternative build dependency on perl-modules (>= 5.10) * Simplify debian/rules and bump versioned build dependency on debhelper to 7.2.13. * debian/copyright: add additional copyright holder. -- Ryan Niebur Fri, 15 May 2009 22:31:21 -0700 libparams-classify-perl (0.006-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Rene Mayorga ] * New upstream release * debian/control: + use debhelper version 7 + bump standards-version to 3.8.0(no changes needed) + update my email address + s/This module/Params::Classify/ on Depends field + remove libscalar-number-perl from B-D-I and Depends and add it to Suggests + add libmodule-build-perl to B-D + add libtest-pod-perl and libtest-pod-covare-perl to B-D-I * debian/rules: update to use dh 7 * debian/copyright: + use the new proposal format + set individual contributors for debian/* based on debian/changelog + bump upstream copyright years -- Rene Mayorga Sat, 21 Feb 2009 15:20:22 -0600 libparams-classify-perl (0.005-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #468007) [ Joachim Breitner ] * Removed myself from uploaders. [ Rene Mayorga ] * debian/rules + use $@ when touching -stamp files + Add install-stamp target and let depends on build-stamp + Don't install README file + Remove un-ussed dh_ calls + Add dh_compress * debian/control + Set standards-version to 3.7.3 ( No changes needed ) + Add ${misc:Depends} to Depends + Add myself to uploaders * debian/copyright: use a dist-based Upstream URL -- Rene Mayorga Mon, 03 Mar 2008 09:37:38 -0600 libparams-classify-perl (0.005-1) unstable; urgency=low * New upstream release -- Damyan Ivanov Wed, 05 Sep 2007 14:51:38 +0300 libparams-classify-perl (0.004-1) unstable; urgency=low * New upstream release * Drop unused dh_link and dh_strip from debian/rules * Added myself to Uploaders: (and wrapped it) -- Damyan Ivanov Fri, 17 Aug 2007 10:23:28 +0300 libparams-classify-perl (0.002-1) unstable; urgency=low [Gregor Herrmann] * New upstream release. * Add libscalar-number-perl to (build) dependencies. * Don't ignore errors from ($MAKE) distclean. * Separate Build-Depends and Build-Depends-Indep. * Include upstream changelog. [Damyan Ivanov] * Freshen-up debian/copyright * Add README to dh_installdocs and drop debian/docs -- gregor herrmann Fri, 10 Aug 2007 15:58:27 +0200 libparams-classify-perl (0.001-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.7.2 (no changes). * Set debhelper compatibility level to 5. * Remove empty /usr/lib/perl5 directory from package. -- gregor herrmann Mon, 7 Aug 2006 17:45:01 +0200 libparams-classify-perl (0.000-2) unstable; urgency=low * Adjusted perl dependency (as told by Florian) -- Joachim Breitner Tue, 15 Jun 2004 14:42:30 +0200 libparams-classify-perl (0.000-1) unstable; urgency=low * Initial Release (Closes: #240661). -- Florian Ragwitz Sun, 2 May 2004 21:00:20 +0200