--- libclass-gomor-perl-1.02.orig/debian/control +++ libclass-gomor-perl-1.02/debian/control @@ -0,0 +1,19 @@ +Source: libclass-gomor-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Class-Gomor/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-gomor-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-gomor-perl/ + +Package: libclass-gomor-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: class and object builder + Class::Gomor is a Perl class and object builder, providing features like + automatic validation of attributes. It can automatically create accessors + for scalar or array attributes, as well as supporting custom attributes. --- libclass-gomor-perl-1.02.orig/debian/copyright +++ libclass-gomor-perl-1.02/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Patrice Auffret +Source: http://search.cpan.org/dist/Class-Gomor/ +Name: Class-Gomor + +Files: * +Copyright: 2004-2009, Patrice Auffret +License: Artistic + +Files: debian/* +Copyright: 2010, Jonathan Yu +License: Artistic or GPL-1+ + +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' + +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' --- libclass-gomor-perl-1.02.orig/debian/watch +++ libclass-gomor-perl-1.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-Gomor/ .*/Class-Gomor-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libclass-gomor-perl-1.02.orig/debian/compat +++ libclass-gomor-perl-1.02/debian/compat @@ -0,0 +1 @@ +7 --- libclass-gomor-perl-1.02.orig/debian/README.source +++ libclass-gomor-perl-1.02/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libclass-gomor-perl-1.02.orig/debian/libclass-gomor-perl.examples +++ libclass-gomor-perl-1.02/debian/libclass-gomor-perl.examples @@ -0,0 +1 @@ +examples/* --- libclass-gomor-perl-1.02.orig/debian/changelog +++ libclass-gomor-perl-1.02/debian/changelog @@ -0,0 +1,5 @@ +libclass-gomor-perl (1.02-1) unstable; urgency=low + + * Initial Release (Closes: #563323) + + -- Jonathan Yu Fri, 01 Jan 2010 19:15:38 -0500 --- libclass-gomor-perl-1.02.orig/debian/rules +++ libclass-gomor-perl-1.02/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ --- libclass-gomor-perl-1.02.orig/debian/patches/disable-kwalitee-test.patch +++ libclass-gomor-perl-1.02/debian/patches/disable-kwalitee-test.patch @@ -0,0 +1,17 @@ +Description: disable Kwalitee tests + These probably aren't going to be useful, and will cause + build failures if the CPANTS analyser is changed. +Author: Jonathan Yu +Origin: vendor +Forwarded: no +--- a/t/04-test-kwalitee.t ++++ b/t/04-test-kwalitee.t +@@ -1,3 +1,8 @@ + use Test::More; ++ ++unless ($ENV{RELEASE_TESTING}) { ++ plan skip_all => 'Kwalitee is an author test'; ++} ++ + eval { require Test::Kwalitee; Test::Kwalitee->import() }; + plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@; --- libclass-gomor-perl-1.02.orig/debian/patches/series +++ libclass-gomor-perl-1.02/debian/patches/series @@ -0,0 +1 @@ +disable-kwalitee-test.patch