--- libmoosex-async-perl-0.07.orig/debian/control +++ libmoosex-async-perl-0.07/debian/control @@ -0,0 +1,22 @@ +Source: libmoosex-async-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libmoosex-attributehelpers-perl, + libmoose-perl (>= 0.56) +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/MooseX-Async/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-async-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-async-perl/ + +Package: libmoosex-async-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-attributehelpers-perl, + libmoose-perl (>= 0.56) +Recommends: libmoosex-poe-perl +Description: Moose metaclasses to support asynchronous operations + MooseX::Async is a set of Metaclasses for MooseX::POE (see libmoosex-poe-perl) + and it's siblings. As such, it is probably not very useful on its own. Please + see them for documentation. --- libmoosex-async-perl-0.07.orig/debian/copyright +++ libmoosex-async-perl-0.07/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Chris Prather +Upstream-Source: http://search.cpan.org/dist/MooseX-Async/ +Upstream-Name: MooseX-Async + +Files: * +Copyright: 2007, Chris Prather +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +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-async-perl-0.07.orig/debian/watch +++ libmoosex-async-perl-0.07/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/MooseX-Async/ .*/MooseX-Async-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmoosex-async-perl-0.07.orig/debian/compat +++ libmoosex-async-perl-0.07/debian/compat @@ -0,0 +1 @@ +7 --- libmoosex-async-perl-0.07.orig/debian/changelog +++ libmoosex-async-perl-0.07/debian/changelog @@ -0,0 +1,5 @@ +libmoosex-async-perl (0.07-1) unstable; urgency=low + + * Initial Release (Closes: #548131) + + -- Jonathan Yu Wed, 23 Sep 2009 19:52:14 -0400 --- libmoosex-async-perl-0.07.orig/debian/rules +++ libmoosex-async-perl-0.07/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh $@ + +# Remove the pesky MacOS X resource fork +override_dh_auto_install: + dh_auto_install + rm $(TMP)/usr/share/perl5/MooseX/._Async.pm