--- libmoosex-aliases-perl-0.08.orig/debian/control +++ libmoosex-aliases-perl-0.08/debian/control @@ -0,0 +1,22 @@ +Source: libmoosex-aliases-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libtest-exception-perl, libmoose-perl (>= 0.90), + libtest-output-perl, libtest-pod-perl, libtest-pod-coverage-perl, + libpod-coverage-trustpod-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/MooseX-Aliases/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-aliases-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-aliases-perl/ + +Package: libmoosex-aliases-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.90) +Description: Moose extension for easy aliasing of methods and attributes + MooseX::Aliases is an extension to Moose that facilitates simple aliasing of + methods and attributes. It provides an alias parameter for has() to generate + aliased accessors as well as the standard ones. Further, attributes can also + be initialized in the constructor via their aliased names. --- libmoosex-aliases-perl-0.08.orig/debian/copyright +++ libmoosex-aliases-perl-0.08/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Jesse Luehrs +Source: http://search.cpan.org/dist/MooseX-Aliases/ +Name: MooseX-Aliases + +Files: * +Copyright: 2010, Jesse Luehrs +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009-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' --- libmoosex-aliases-perl-0.08.orig/debian/watch +++ libmoosex-aliases-perl-0.08/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/MooseX-Aliases/ .*/MooseX-Aliases-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmoosex-aliases-perl-0.08.orig/debian/compat +++ libmoosex-aliases-perl-0.08/debian/compat @@ -0,0 +1 @@ +7 --- libmoosex-aliases-perl-0.08.orig/debian/changelog +++ libmoosex-aliases-perl-0.08/debian/changelog @@ -0,0 +1,12 @@ +libmoosex-aliases-perl (0.08-1) unstable; urgency=low + + * New upstream release + * Refresh copyright information + + -- Jonathan Yu Mon, 18 Jan 2010 13:26:20 -0500 + +libmoosex-aliases-perl (0.07-1) unstable; urgency=low + + * Initial Release (Closes: #563216) + + -- Jonathan Yu Fri, 01 Jan 2010 15:54:23 -0500 --- libmoosex-aliases-perl-0.08.orig/debian/rules +++ libmoosex-aliases-perl-0.08/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + RELEASE_TESTING=1 dh_auto_test