debian/0000755000000000000000000000000012150200363007156 5ustar debian/rules0000755000000000000000000000003612150200363010235 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000200212150200363010553 0ustar Source: libclass-std-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-std-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-std-perl.git Homepage: https://metacpan.org/release/Class-Std/ Package: libclass-std-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: module for creating standard "inside-out" classes Class::Std is a Perl module that provides tools to implement the "inside out object" class structure in a convenient and standardized way. This approach, which is also known as flyweight scalars, warehoused attributes and inverted indices, is discussed further in the documentation for this package. debian/source/0000755000000000000000000000000012150200363010456 5ustar debian/source/format0000644000000000000000000000001412150200363011664 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000464212150200363011036 0ustar libclass-std-perl (0.011-1) unstable; urgency=low * Team upload. [ Jonathan Yu ] * New upstream release * Use new short rules format * Dependency on version.pm was dropped upstream [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * debian/watch: remove obsolete comment. * Switch to "3.0 (quilt)" source format. * Add patch to fix POD issue. (Closes: #709765) * debian/copyright: switch formatting to Copyright-Format 1.0. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sat, 25 May 2013 20:19:31 +0200 libclass-std-perl (0.0.9-2) unstable; urgency=low * add libtest-perl and libtest-coverage-perl to b-d-i -- Damyan Ivanov Tue, 06 May 2008 16:28:58 +0300 libclass-std-perl (0.0.9-1) unstable; urgency=low * Take over for the Debian Perl Group; Closes: #479669 -- RFA * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Ivan Kohler Tue, 06 May 2008 16:18:25 +0300 libclass-std-perl (0.0.8-3) unstable; urgency=low * Really add libversion-perl to Depends and Build-Depends, doh! (closes: Bug#423791) -- Ivan Kohler Tue, 12 Jun 2007 10:30:07 -0700 libclass-std-perl (0.0.8-2) unstable; urgency=low * Added libversion-perl to Depends and Build-Depends (closes: Bug#423791) -- Ivan Kohler Mon, 14 May 2007 11:27:39 -0700 libclass-std-perl (0.0.8-1) unstable; urgency=low * Initial Release (closes: Bug#419966). -- Ivan Kohler Wed, 18 Apr 2007 19:52:26 -0700 debian/compat0000644000000000000000000000000212150200363010354 0ustar 8 debian/patches/0000755000000000000000000000000012150200363010605 5ustar debian/patches/series0000644000000000000000000000001212150200363012013 0ustar pod.patch debian/patches/pod.patch0000644000000000000000000000103412150200363012406 0ustar Description: add =encoding, some POD tools are more picky now Origin: vendor Bug: https://rt.cpan.org/Public/Bug/Display.html?id=78196 Bug-Debian: http://bugs.debian.org/709765 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=78196 Author: gregor herrmann Last-Update: 2013-05-25 --- a/lib/Class/Std.pm +++ b/lib/Class/Std.pm @@ -613,6 +613,8 @@ 1; # Magic true value required at end of module __END__ +=encoding ISO-8859-1 + =head1 NAME Class::Std - Support for creating standard "inside-out" classes debian/copyright0000644000000000000000000000243212150200363011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Class-Std Source: https://metacpan.org/release/Class-Std/ Upstream-Contact: Damian Conway Files: * Copyright: 2005, Damian Conway License: Artistic or GPL-1+ Comment: Portions of the documentation from "Perl Best Practices" copyright (c) 2005 by O'Reilly Media, Inc. and reprinted with permission. Files: debian/* Copyright: 2007, Ivan Kohler 2008, Damyan Ivanov 2009, Jonathan Yu 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/watch0000644000000000000000000000015612150200363010211 0ustar version=3 https://metacpan.org/release/Class-Std/ .*/Class-Std-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)