debian/0000755000000000000000000000000011360645407007174 5ustar debian/control0000644000000000000000000000274611360631561010604 0ustar Source: libclass-adapter-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Vincent Danjean , Ansgar Burchardt Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Class-Adapter/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-adapter-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-adapter-perl/ Package: libclass-adapter-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl implementation of the "Adapter" Design Pattern The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. . The term Adapter refers to a "Design Pattern" of the same name, from the famous "Gang of Four" book "Design Patterns". Although their original implementation was designed for Java and similar single-inheritance strictly-typed langauge, the situation for which it applies is still valid. . An Adapter in this Perl sense of the term is when a class is created to achieve by composition (objects containing other object) something that can't be achieved by inheritance (sub-classing). . This is similar to the Decorator pattern, but is intended to be applied on a class-by-class basis, as opposed to being able to be applied one object at a time, as is the case with the Decorator pattern. debian/copyright0000644000000000000000000000225111360645251011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: Class-Adapter Maintainer: Adam Kennedy Source: http://search.cpan.org/dist/Class-Adapter/ Copyright: © 2005-2010, Adam Kennedy License: Artistic or GPL-1+ Files: inc/* Copyright: © 2002-2010, Brian Ingerson, Audrey Tang and Adam Kennedy. License: Artistic or GPL-1+ Files: debian/* Copyright: © 2008, Vincent Danjean 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/watch0000644000000000000000000000035611212456133010221 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Class-Adapter/ .*/Class-Adapter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011360645355010625 5ustar debian/patches/spelling.patch0000644000000000000000000000102611360631561013454 0ustar From: Ansgar Burchardt Date: Mon, 12 Apr 2010 11:31:22 +0900 Subject: Fix spelling error Forwarded: https://rt.cpan.org/Ticket/Display.html?id=56492 --- libclass-adapter-perl.orig/lib/Class/Adapter/Builder.pm +++ libclass-adapter-perl/lib/Class/Adapter/Builder.pm @@ -53,7 +53,7 @@ =item NEW -Normally, you need to create your C objects seperately: +Normally, you need to create your C objects separately: # Create the object my $query = CGI->new( 'param1', 'param2' ); debian/patches/series0000644000000000000000000000001711360631561012032 0ustar spelling.patch debian/compat0000644000000000000000000000000211064770730010371 0ustar 7 debian/changelog0000644000000000000000000000364211360645121011044 0ustar libclass-adapter-perl (1.07-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. * debian/copyright: Update years of copyright. * debian/control: Remove build-dependencies for tests moved to xt/. * Use source format 3.0 (quilt). * Update debian/copyright to current DEP-5 proposal. * Fix spelling error in documentation. + new patch: spelling.patch * Bump Standards-Version to 3.8.4 (no changes). [ gregor herrmann ] * debian/rules: remove AUTOMATED_TESTING, not used by tests anymore. -- Ansgar Burchardt Mon, 12 Apr 2010 11:32:07 +0900 libclass-adapter-perl (1.06-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * New upstream release + debian/copyright: Update years of copyright. + add build-dep on libperl-minimumversion-perl (>= 1.20) * Use minimal debian/rules. * Make build-dep on perl unversioned as allowed by Policy 3.8.3. * Bump Standards-Version to 3.8.3. * Add perl (>= 5.10.1) as an alternative to libpod-simple-perl -- Ansgar Burchardt Tue, 24 Nov 2009 22:01:03 +0900 libclass-adapter-perl (1.05-1) unstable; urgency=low * New upstream release. * Add myself to Uploaders. * Convert debian/copyright to proposed machine-readable format * Enable some more tests, add build-depends on libtest-pod-perl, libpod-simple-perl, libtest-minimumversion-perl, libtest-cpan-meta-perl * Set debian/compat to 7 -- Ansgar Burchardt Fri, 19 Sep 2008 19:19:28 +0200 libclass-adapter-perl (1.04-1) unstable; urgency=low * Initial release. (Closes: #495192: ITP: libclass-adapter-perl -- Perl implementation of the "Adapter" Design Pattern) -- Vincent Danjean Fri, 15 Aug 2008 10:41:45 +0200 debian/source/0000755000000000000000000000000011360645355010476 5ustar debian/source/format0000644000000000000000000000001411360645406011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611360645056010253 0ustar #!/usr/bin/make -f %: dh $@