--- libclass-loader-perl-2.03.orig/debian/copyright +++ libclass-loader-perl-2.03/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Vipul Ved Prakash +Source: http://search.cpan.org/dist/Class-Loader/ +Name: Class-Loader + +Files: * +Copyright: 2001, Vipul Ved Prakash, +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu +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' --- libclass-loader-perl-2.03.orig/debian/rules +++ libclass-loader-perl-2.03/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libclass-loader-perl-2.03.orig/debian/compat +++ libclass-loader-perl-2.03/debian/compat @@ -0,0 +1 @@ +7 --- libclass-loader-perl-2.03.orig/debian/control +++ libclass-loader-perl-2.03/debian/control @@ -0,0 +1,20 @@ +Source: libclass-loader-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Class-Loader/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-loader-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-loader-perl/ + +Package: libclass-loader-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: module to load modules and create objects on command + Class::Loader is a Perl module that provides an inheritable class useful for + loading a module and automatically constructing an object. Loading this way + is beneficial in situations where many modules are available, and one must be + appropriately selected at compile time. --- libclass-loader-perl-2.03.orig/debian/changelog +++ libclass-loader-perl-2.03/debian/changelog @@ -0,0 +1,5 @@ +libclass-loader-perl (2.03-1) unstable; urgency=low + + * Initial Release (Closes: #567594) + + -- Jonathan Yu Fri, 29 Jan 2010 21:53:59 -0500 --- libclass-loader-perl-2.03.orig/debian/watch +++ libclass-loader-perl-2.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-Loader/ .*/Class-Loader-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$