--- libmoosex-role-withoverloading-perl-0.05.orig/debian/control +++ libmoosex-role-withoverloading-perl-0.05/debian/control @@ -0,0 +1,25 @@ +Source: libmoosex-role-withoverloading-perl +Section: perl +Priority: optional +Build-Depends: perl, debhelper (>= 7.0.50), + libnamespace-clean-perl, libnamespace-autoclean-perl (>= 0.09), + libmoosex-types-perl, libaliased-perl, libmoose-perl (>= 0.90), + libtest-pod-perl, libtest-pod-coverage-perl, libpod-coverage-trustpod-perl, + perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/MooseX-Role-WithOverloading/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-role-withoverloading-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/ + +Package: libmoosex-role-withoverloading-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, + libnamespace-clean-perl, libmoose-perl (>= 0.90), + libnamespace-autoclean-perl (>= 0.09), libmoosex-types-perl, libaliased-perl +Description: Moose extension for roles that support overloading + MooseX::Role::WithOverloading allows you to write a Moose::Role which defines + overloaded operators and allows those operator overloadings to be composed + into the classes/roles/instances it's compiled to, while plain Moose::Roles + would lose the overloading. --- libmoosex-role-withoverloading-perl-0.05.orig/debian/copyright +++ libmoosex-role-withoverloading-perl-0.05/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Florian Ragwitz +Source: http://search.cpan.org/dist/MooseX-Role-WithOverloading/ +Name: MooseX-Role-WithOverloading + +Files: * +Copyright: 2010, Florian Ragwitz +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-role-withoverloading-perl-0.05.orig/debian/watch +++ libmoosex-role-withoverloading-perl-0.05/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/MooseX-Role-WithOverloading/ .*/MooseX-Role-WithOverloading-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmoosex-role-withoverloading-perl-0.05.orig/debian/compat +++ libmoosex-role-withoverloading-perl-0.05/debian/compat @@ -0,0 +1 @@ +7 --- libmoosex-role-withoverloading-perl-0.05.orig/debian/changelog +++ libmoosex-role-withoverloading-perl-0.05/debian/changelog @@ -0,0 +1,16 @@ +libmoosex-role-withoverloading-perl (0.05-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Upstream now requires Test::More 0.88 for done_testing + + [ gregor herrmann ] + * debian/copyright: update year of upstream copyright. + + -- Jonathan Yu Sun, 10 Jan 2010 10:31:06 -0500 + +libmoosex-role-withoverloading-perl (0.03-1) unstable; urgency=low + + * Initial Release (Closes: #557303) + + -- Jonathan Yu Sat, 05 Dec 2009 17:09:18 -0500 --- libmoosex-role-withoverloading-perl-0.05.orig/debian/rules +++ libmoosex-role-withoverloading-perl-0.05/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + # Remove internal-only files + rm $(TMP)/usr/share/man/man3/MooseX::Role::WithOverloading::Meta::* + +override_dh_auto_test: + RELEASE_TESTING=1 dh_auto_test