debian/0000755000000000000000000000000012123347703007170 5ustar debian/control0000644000000000000000000000154512123347666010610 0ustar Source: libmoox-log-any-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, liblog-any-perl, libmoo-perl, libtest-simple-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmoox-log-any-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoox-log-any-perl.git Homepage: http://search.cpan.org/dist/MooX-Log-Any/ Package: libmoox-log-any-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: role to add Log::Any MooX::Log::Any is a logging role building a very lightweight wrapper to Log::Any for use with your Moo or Moose classes. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026212123347703011042 0ustar libmoox-log-any-perl (0.001-1) unstable; urgency=low * Initial packaging release. Closes: bug#703779. -- Jonas Smedegaard Sat, 23 Mar 2013 16:52:34 +0100 debian/compat0000644000000000000000000000000212010177205010357 0ustar 8 debian/watch0000644000000000000000000000023212123345362010215 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/MooX-Log-Any/ .*/MooX-Log-Any-([\d.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000231512123347130012323 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.json META.yml Makefile.PL README.md debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch dist.ini dist.ini~ lib/MooX/Log/Any.pm lib/MooX/Log/Any.pm~ t/l0.t t/l0.t~ Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2013, Edward Ash HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-ever FIXME Files: README Copyright: 2013, Edward Ash License: UNKNOWN FIXME debian/copyright0000644000000000000000000000326212123347222011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MooX::Log::Any Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=MooX-Log-Any Source: http://search.cpan.org/dist/MooX-Log-Any/ Files: * Copyright: 2013, Roland Lammel License: Artistic or GPL-1+ Comment: License: . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000273412123347635010262 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for MooX::Log::Any # # 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 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = MooX-Log-Any DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/MooX DEB_UPSTREAM_TARBALL_MD5 = 65b6096b1dc55df95ae24c6619f369f7 # Needed by upstream build and (always) at runtime deps = liblog-any-perl, libmoo-perl # Needed by upstream testsuite deps-test = libtest-simple-perl CDBS_BUILD_DEPENDS += , $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) # Preserve upstream shipped backup files. DEB_CLEAN_EXCLUDE = dist.ini~ lib/MooX/Log/Any.pm~ t/l0.t~ debian/control.in0000644000000000000000000000140212123345764011202 0ustar Source: libmoox-log-any-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmoox-log-any-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoox-log-any-perl.git Homepage: http://search.cpan.org/dist/MooX-Log-Any/ Package: libmoox-log-any-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: role to add Log::Any MooX::Log::Any is a logging role building a very lightweight wrapper to Log::Any for use with your Moo or Moose classes.