--- libmoosex-compiletime-traits-perl-0.092801.orig/debian/changelog +++ libmoosex-compiletime-traits-perl-0.092801/debian/changelog @@ -0,0 +1,5 @@ +libmoosex-compiletime-traits-perl (0.092801-1) unstable; urgency=low + + * Initial Release (Closes: #550772) + + -- Jonathan Yu Mon, 12 Oct 2009 12:24:50 -0400 --- libmoosex-compiletime-traits-perl-0.092801.orig/debian/compat +++ libmoosex-compiletime-traits-perl-0.092801/debian/compat @@ -0,0 +1 @@ +7 --- libmoosex-compiletime-traits-perl-0.092801.orig/debian/control +++ libmoosex-compiletime-traits-perl-0.092801/debian/control @@ -0,0 +1,20 @@ +Source: libmoosex-compiletime-traits-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libmoosex-declare-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/MooseX-CompileTime-Traits/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-compiletime-traits-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-compiletime-traits-perl/ + +Package: libmoosex-compiletime-traits-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-declare-perl +Description: Perl module to allow role application at compile-time + MooseX::CompileTime::Traits is a Perl module that allows role application at + compile time via use statements. What this class does is provide an import + method that will apply each of the roles (along with any arguments for + parameterized roles). --- libmoosex-compiletime-traits-perl-0.092801.orig/debian/rules +++ libmoosex-compiletime-traits-perl-0.092801/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libmoosex-compiletime-traits-perl-0.092801.orig/debian/copyright +++ libmoosex-compiletime-traits-perl-0.092801/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Nicholas Perez +Upstream-Source: http://search.cpan.org/dist/MooseX-CompileTime-Traits/ +Upstream-Name: MooseX-CompileTime-Traits + +Files: * +Copyright: 2009, Infinity Interactive +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +License: Artistic | 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' --- libmoosex-compiletime-traits-perl-0.092801.orig/debian/watch +++ libmoosex-compiletime-traits-perl-0.092801/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/MooseX-CompileTime-Traits/ .*/MooseX-CompileTime-Traits-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$