debian/0000755000000000000000000000000012223270562007167 5ustar debian/patches/0000755000000000000000000000000012223270562010616 5ustar debian/patches/series0000644000000000000000000000001712223270562012031 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000141112223270562013451 0ustar Description: fix a simple typo Author: Florian Schlichting Forwarded: https://github.com/doy/moosex-nonmoose/pull/6/files --- a/lib/MooseX/NonMoose.pm +++ b/lib/MooseX/NonMoose.pm @@ -123,7 +123,7 @@ also allow Moose to work. For more information, see the C<032-moosex-insideout> and C<033-moosex-globref> tests bundled with this dist. -=item * Modifying your class' C<@ISA> after an intial C call will potentially +=item * Modifying your class' C<@ISA> after an initial C call will potentially cause problems if any of those new entries in the C<@ISA> override the constructor. C wraps the nearest C method at the time C is called and will not see any other C methods in the @ISA hierarchy. debian/watch0000644000000000000000000000017412101265264010220 0ustar version=3 https://metacpan.org/release/MooseX-NonMoose/ .*/MooseX-NonMoose-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000202612223264036011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MooseX-NonMoose Upstream-Contact: Jesse Luehrs Source: https://metacpan.org/release/MooseX-NonMoose/ Files: * Copyright: 2013, Jesse Luehrs License: Artistic or GPL-1+ Files: debian/* Copyright: 2010-2011, 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 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 systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000237212223264214010573 0ustar Source: libmoosex-nonmoose-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Ansgar Burchardt Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmoosex-insideout-perl, liblist-moreutils-perl, libmoose-perl (>= 2.0000), libtest-fatal-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-nonmoose-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-nonmoose-perl.git Homepage: https://metacpan.org/release/MooseX-NonMoose/ Package: libmoosex-nonmoose-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblist-moreutils-perl, libmoose-perl (>= 2.0000) Description: Moose extension to allow easy subclassing of non-Moose classes MooseX::NonMoose allows for easily subclassing non-Moose classes with Moose, taking care of the annoying details connected with doing this. It tries to be as non-intrusive as possible - in most cases, inheriting from Moose classes and inheriting from non-Moose classes should work identically. debian/compat0000644000000000000000000000000211671747023010374 0ustar 8 debian/changelog0000644000000000000000000000377012223270562011050 0ustar libmoosex-nonmoose-perl (0.24-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.24 * Bump year of upstream copyright * Increase dependency on Moose to 2.0000 * Declare compliance with Debian Policy 3.9.4 * Add spelling.patch to fix a POD typo -- Florian Schlichting Thu, 03 Oct 2013 14:53:15 +0200 libmoosex-nonmoose-perl (0.22-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sat, 14 May 2011 16:09:45 +0200 libmoosex-nonmoose-perl (0.21-1) unstable; urgency=low * Team upload. * New upstream release * Bump Standards-Version to 3.9.2 (no changes needed). -- Salvatore Bonaccorso Sat, 30 Apr 2011 21:48:57 +0200 libmoosex-nonmoose-perl (0.20-1) unstable; urgency=low * New upstream release * Add MooseX::InsideOut to B-D-I for testing -- Jonathan Yu Thu, 24 Mar 2011 21:37:17 -0400 libmoosex-nonmoose-perl (0.19-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Refresh copyright information * Update dependencies per upstream * Bump debhelper compat to 8 [ Ansgar Burchardt ] * Build-depend on libtest-fatal-perl instead of libtest-exception-perl. -- Jonathan Yu Wed, 02 Mar 2011 23:14:12 -0500 libmoosex-nonmoose-perl (0.16-1) unstable; urgency=low [ Jonathan Yu ] * Initial Release (Closes: #599139) [ Ansgar Burchardt ] * Upgrade to latest upstream release and finish packaging. -- Ansgar Burchardt Sun, 07 Nov 2010 15:20:19 +0100 debian/source/0000755000000000000000000000000011671747023010476 5ustar debian/source/format0000644000000000000000000000001411671747023011704 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671747023010255 0ustar #!/usr/bin/make -f %: dh $@