debian/0000755000000000000000000000000011554061536007174 5ustar debian/control0000644000000000000000000000211011554061416010566 0ustar Source: libmoosex-insideout-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmoose-perl (>= 0.94), libmoose-perl (>= 2) | libclass-mop-perl (>= 0.80), libnamespace-clean-perl (>= 0.11) Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/MooseX-InsideOut/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-insideout-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-insideout-perl/ Package: libmoosex-insideout-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl (>= 0.94), libmoose-perl (>= 2) | libclass-mop-perl (>= 0.80), libnamespace-clean-perl (>= 0.11) Description: Moose extension for non-intrusive subclassing MooseX::InsideOut is a Perl module that enables non-intrusive subclassing of non-Moose classes with Moose. By setting up attribute slot storage somewhere other than $self, you can extend classes whose internals are not hash-based. debian/copyright0000644000000000000000000000204311534714743011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Hans Dieter Pearcey Source: http://search.cpan.org/dist/MooseX-InsideOut/ Name: MooseX-InsideOut Files: * Copyright: 2011, Hans Dieter Pearcey License: Artistic or GPL-1+ Files: debian/* Copyright: 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 GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017511534714567010237 0ustar version=3 http://search.cpan.org/dist/MooseX-InsideOut/ .*/MooseX-InsideOut-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011554061536010623 5ustar debian/patches/series0000644000000000000000000000003211534714567012042 0ustar no-fieldhash-compat.patch debian/patches/no-fieldhash-compat.patch0000644000000000000000000000111411534714567015472 0ustar Description: don't use FieldHash Compat module Upstream depends on Hash::Util::FieldHash::Compat, which is not packaged in Debian since it is not required for the versions of Perl available in Debian. Author: Jonathan Yu Origin: vendor Forwarded: not-needed --- a/lib/MooseX/InsideOut/Role/Meta/Instance.pm +++ b/lib/MooseX/InsideOut/Role/Meta/Instance.pm @@ -5,7 +5,7 @@ use Moose::Role; -use Hash::Util::FieldHash::Compat qw(fieldhash); +use Hash::Util::FieldHash qw(fieldhash); use Scalar::Util qw(refaddr weaken); use namespace::clean -except => 'meta'; debian/compat0000644000000000000000000000000211534714567010401 0ustar 8 debian/changelog0000644000000000000000000000071011554061531011037 0ustar libmoosex-insideout-perl (0.106-2) unstable; urgency=low * Team upload. * debian/control: update (build) dependencies to prepare for Moose/Class::MOP changes. * Set Standards-Version to 3.9.2 (no changes). -- gregor herrmann Thu, 21 Apr 2011 19:03:20 +0200 libmoosex-insideout-perl (0.106-1) unstable; urgency=low * Initial Release (Closes: #616628) -- Jonathan Yu Sun, 06 Mar 2011 09:00:17 -0500 debian/source/0000755000000000000000000000000011554061536010474 5ustar debian/source/format0000644000000000000000000000001411534714567011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000033611534714567010265 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm $(TMP)/usr/share/man/man3/MooseX::InsideOut::Role::Meta::Instance.3pm