debian/0000755000000000000000000000000012100012242007146 5ustar debian/rules0000755000000000000000000000003612100012242010225 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000232712100012242010555 0ustar Source: libclass-perl Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , Ivan Kohler , Jonathan Yu , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-perl.git Homepage: http://search.cpan.org/dist/CLASS/ Package: libclass-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module providing aliases for __PACKAGE__ CLASS is a minimalistic Perl module that simply provides aliases for the special literal, __PACKAGE__, which represents the current package name at that point during program execution. The aliases are mapped at compile-time, so there is no performance hit except for compilation of the module itself. . This module ensures that CLASS and $CLASS can be used anywhere in place of __PACKAGE__, and since $CLASS is a scalar, it has the additional benefit of working in strings. debian/source/0000755000000000000000000000000012100012242010446 5ustar debian/source/format0000644000000000000000000000001412100012242011654 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000151712100012242011024 0ustar libclass-perl (1.00-2) unstable; urgency=low [ Jonathan Yu ] * Add myself to Uploaders and Copyright * Rewrote control description * Use new 3.0 (quilt) source format [ Xavier Guimard ] * Update debian/copyright (years and format) and add Berne Convention comment * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Add Vcs-* fields -- Xavier Guimard Wed, 23 Jan 2013 17:27:48 +0100 libclass-perl (1.00-1) unstable; urgency=low [ Jeremiah C. Foster ] * Packaging, license research and initial TODO (all the hard work). [ Ivan Kohler ] * debian/control: + Add myself to Uploaders: + Standards-Version 3.8.4 + Rework descriptions as noun phrases * Initial Release. (Closes: Bug#566729) -- Ivan Kohler Sat, 24 Apr 2010 17:33:16 -0700 debian/compat0000644000000000000000000000000212100012242010344 0ustar 8 debian/copyright0000644000000000000000000000266012100012242011105 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CLASS Source: http://search.cpan.org/dist/CLASS/ Upstream-Contact: Michael G Schwern Files: * Copyright: Michael G Schwern License: Artistic or GPL-1+ Comment: The upstream distribution does not contain an explicit statement of copyright ownership. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: debian/* Copyright: 2010, Jeremiah C. Foster 2010, Ivan Kohler 2010, Jonathan Yu 2013, Xavier Guimard 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/watch0000644000000000000000000000014712100012242010201 0ustar version=3 http://search.cpan.org/dist/CLASS/ .*/CLASS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$