debian/0000755000000000000000000000000012121352241007157 5ustar debian/rules0000755000000000000000000000003612121352241010236 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000247712121352241010574 0ustar Source: libclass-data-inheritable-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-pod-perl, libtest-pod-coverage-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-data-inheritable-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-data-inheritable-perl.git Homepage: https://metacpan.org/release/Class-Data-Inheritable/ Package: libclass-data-inheritable-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to create accessors to class data Class::Data::Inheritable is for creating accessors/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overridden. . For example: . Pere::Ubu->mk_classdata('Suitcase'); . will generate the method Suitcase() in the class Pere::Ubu. . This new method can be used to get and set a piece of class data. . Pere::Ubu->Suitcase('Red'); $suitcase = Pere::Ubu->Suitcase; debian/source/0000755000000000000000000000000012121352241010457 5ustar debian/source/format0000644000000000000000000000001412121352241011665 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000634512121352241011041 0ustar libclass-data-inheritable-perl (0.08-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Fix spelling error in long description, thanks lintian. Closes: #687362 [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Update source format to 3.0 (quilt) * Update debian/copyright (years and format) * Update debian/rules to use "dh $@" * Add spelling errors patch * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update description -- Xavier Guimard Tue, 12 Mar 2013 06:02:10 +0100 libclass-data-inheritable-perl (0.08-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (Closes: #468084) * 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 ); * debian/watch: use dist-based URL. * debian/rules: delete /usr/lib/perl5 only if it exists. Closes: #467708 -- FTBFS with Perl 5.10: the empty /usr/lib/perl5 is gone * Add myself to Uploaders * Standards-Version: 3.7.3 (no changes) * debian/watch: remove uupdate chain * New upstream release * debian/rules: clean-up + drop OPTIMIZE in $(MAKE) invokation + use "$@" when touching stamps + add test suite to build-stamp + clean stamps before $(MAKE) realclean + make install target depend only on install-stamp and make install-stamp depend on build-stamp + remove commented-out debhelper calls + remove unneeded dh_link and dh_strip + install upstream changelog + declare install as a phony target * drop debian/patches/doc_perltooc_not_perltootc.diff -- applied upstream + drop patch support from rules and control * move perl from B-D to B-D-I * debian/copyright + add upstream source location + convert to machine-readable format + add © and licensing for the packagiing + upstream now uses "same as perl" license -- Damyan Ivanov Wed, 27 Feb 2008 11:09:59 +0200 libclass-data-inheritable-perl (0.06-1) unstable; urgency=low * New upstream release * Doc: manpage reference s/perltootc/perltooc/ (closes: Bug#198889) -- Ivan Kohler Sat, 21 Apr 2007 22:04:23 -0700 libclass-data-inheritable-perl (0.04-1) unstable; urgency=low * New upstream release * Regenerate debian/rules from latest dh-make-perl template * debhelper compat v4 * Add watch file for uscan * Remove useless README.Debian * Change Section: from interpreters to perl -- Ivan Kohler Sat, 24 Sep 2005 16:14:56 -0700 libclass-data-inheritable-perl (0.02-1) unstable; urgency=low * Initial Release (closes: Bug#152844). -- Ivan Kohler Sat, 13 Jul 2002 06:58:35 -0700 debian/compat0000644000000000000000000000000212121352241010355 0ustar 8 debian/patches/0000755000000000000000000000000012121352241010606 5ustar debian/patches/spelling-errors.patch0000644000000000000000000000161012121352241014754 0ustar Description: spelling errors Author: Xavier Guimard Suitcase('Orange'); debian/patches/series0000644000000000000000000000002612121352241012021 0ustar spelling-errors.patch debian/copyright0000644000000000000000000000227312121352241011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Class-Data-Inheritable Source: https://metacpan.org/release/Class-Data-Inheritable/ Upstream-Contact: Tony Bowden Files: * Copyright: 2000-2005, Damian Conway 2000-2005, Michael G Schwern License: Artistic or GPL-1+ Files: debian/* Copyright: 2002-2007, Ivan Kohler 2008, Damyan Ivanov 2008, gregor herrmann 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/watch0000644000000000000000000000050212121352241010205 0ustar # watch control file for uscan # you can run the "uscan" command # to check for upstream updates and more. # Site Directory Pattern Version Script version=3 https://metacpan.org/release/Class-Data-Inheritable/ .*/Class-Data-Inheritable-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)