debian/0000755000000000000000000000000011377573446007207 5ustar debian/control0000644000000000000000000000224511377573273010613 0ustar Source: libmoosex-yaml-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: libnamespace-clean-perl, libsub-exporter-perl (>= 0.982), libtest-use-ok-perl, libmoosex-blessed-reconstruct-perl (>= 0.02), perl, libyaml-perl, libyaml-syck-perl Maintainer: Debian Perl Group Uploaders: franck cuny , gregor herrmann Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/MooseX-YAML/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-yaml-perl Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-yaml-perl Package: libmoosex-yaml-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnamespace-clean-perl, libsub-exporter-perl (>= 0.982), libyaml-perl | libyaml-syck-perl, libmoosex-blessed-reconstruct-perl (>= 0.02) Description: module to load Moose objects from YAML MooseX::YAML provides DWIM loading of Moose based objects from YAML documents. . Any hashes blessed into a Moose class will be replaced with a properly constructed instance (respecting init args, BUILDALL, and the meta instance type). debian/copyright0000644000000000000000000000217411377571024011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Yuval Kogman Source: http://search.cpan.org/dist/MooseX-YAML/ Name: MooseX-YAML Files: * Copyright: 2008, Yuval Kogman License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, franck cuny 2010, Jonathan Yu 2010, gregor herrmann 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' debian/watch0000644000000000000000000000035211212456132010214 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/MooseX-YAML/ .*/MooseX-YAML-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211210746066010367 0ustar 7 debian/changelog0000644000000000000000000000152211377573363011057 0ustar libmoosex-yaml-perl (0.04-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release (closes: #583486). [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ gregor herrmann ] * Convert to source format 3.0 (quilt). * Minimize debian/rules. * debian/copyright: update formatting and packaging info. * Set Standards-Version to 3.8.4 (no changes). * Add /me to Uploaders. * Bump libsub-exporter-perl (build) dependency to >= 0.982. -- gregor herrmann Fri, 28 May 2010 00:49:21 +0200 libmoosex-yaml-perl (0.03-1) unstable; urgency=low * Initial Release (Closes: #531402). -- franck cuny Sun, 07 Jun 2009 16:01:34 +0200 debian/source/0000755000000000000000000000000011377573372010505 5ustar debian/source/format0000644000000000000000000000001411377570704011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611377570726010264 0ustar #!/usr/bin/make -f %: dh $@