debian/0000755000000000000000000000000012003326630007161 5ustar debian/rules0000755000000000000000000000003612003326630010240 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000273712003326630010575 0ustar Source: libyaml-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Rene Mayorga , Jonathan Yu , Damyan Ivanov , Iulian Udrea Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/YAML/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libyaml-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libyaml-perl.git Package: libyaml-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libyaml-libyaml-perl | libyaml-syck-perl Suggests: libyaml-shell-perl Description: YAML Ain't Markup Language YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages (including Perl, of course). YAML supports Unicode and there are implementations of the parser in many different languages, making it a rather portable serialization format. . Please note that the YAML module is currently a deprecated implementation in Pure Perl, which is probably slow on your system. The authors intend to change it to just be a front-end interface module for various YAML implementations. For now, YAML::Any is a module provided for this purpose, which simply selects the best YAML implementation available. debian/source/0000755000000000000000000000000012003326630010461 5ustar debian/source/format0000644000000000000000000000001412003326630011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000002044112003326630011034 0ustar libyaml-perl (0.84-1) unstable; urgency=low * Team upload * New upstream release -- Nuno Carvalho Fri, 13 Jul 2012 21:33:16 +0100 libyaml-perl (0.81-1) unstable; urgency=low * New upstream release. * Update copyright years for inc/Module/*. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Sun, 22 Apr 2012 22:01:42 +0200 libyaml-perl (0.80-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 11 Feb 2012 19:30:45 +0100 libyaml-perl (0.78-1) unstable; urgency=low * New upstream release. * Update years of upstream and packagin copyright. -- gregor herrmann Thu, 05 Jan 2012 17:58:31 +0100 libyaml-perl (0.77-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Refresh ysh-location.patch. * Update copyright years. * Add libyaml-libyaml-perl as the preferred alternative to the deprecated libyaml-syck-perl in Recommends. -- gregor herrmann Sun, 02 Oct 2011 17:48:55 +0200 libyaml-perl (0.73-1) unstable; urgency=low * New upstream release (closes: #629297). * Update years of copyright for inc/Module/*. -- gregor herrmann Sun, 05 Jun 2011 15:20:29 +0200 libyaml-perl (0.72-1) unstable; urgency=low [ Angel Abad ] * New upstream release [ gregor herrmann ] * ysh is now in libyaml-shell-perl: Suggest the new package and add a patch that modifies the POD to point to the separate package (closes: #616338). * debian/copyright: update formatting. * Email change: Rene Mayorga -> rmayorga@debian.org * Switch to source format 3.0 (quilt). * Switch to debhelper 8. * debian/control: remove build dependencies for tests that are not run anymore; also remove override from debian/rules. * Set Standards-Version to 3.9.2 (no further changes). -- gregor herrmann Sat, 09 Apr 2011 15:03:28 +0200 libyaml-perl (0.71-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Drop unnecessary version deps satisfied by oldstable * Refresh copyright information to new DEP5 format [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * debian/rules: remove override that replaced UTF-8 characters; not needed anymore and happend too late anyway. -- Jonathan Yu Sun, 03 Jan 2010 00:00:21 -0500 libyaml-perl (0.70-1) unstable; urgency=low [ Iulian Udrea ] * New upstream release * Refreshed debian/patches/yaml-tiny.patch. * debian/control: - Bump Standards-Version to 3.8.3. + The requirement for Perl modules to have a versioned Depend and Build-Depend on perl >= 5.6.0-16 has been removed. - Add libtest-cpan-meta-perl (>= 0.12), libpod-simple-perl (>= 3.07), libtest-pod-perl (>= 1.26), libperl-minimumversion-perl (>= 1.20), libtest-minimumversion-perl (>= 0.008) to B-D-I. - Add myself to Uploaders. - Bump debhelper to 7.0.50 for the override_ feature. * debian/copyright: - Update debian/* and Files: *. * debian/rules: - Add AUTOMATED_TESTING=1 to enable more tests at build time. - s/dh_list_packages/dh_listpackages/ [ Rene Mayorga ] * Update my email address [ gregor herrmann ] * debian/rules: fix and simplify the replacment of non-ASCII chars in the manpages. -- Iulian Udrea Sun, 16 Aug 2009 09:25:31 +0100 libyaml-perl (0.68-2) unstable; urgency=low [ Jonathan Yu ] * Added patch for POD YAML::Lite is actually in CPAN as YAML::Tiny. Closes: #477250 * Add /me to Uploaders * Standards-Version 3.8.1 * Improved long description * Added libyaml-syck-perl to Recommends, because it will speed up any module which uses YAML::Any (soon to be YAML itself). [ gregor hermann ] * Remove Florian Ragwitz from Uploaders (closes: #523196). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Damyan Ivanov ] * convert debian/rules to tiny DH7 * Standards-Version: 3.8.2 (no changes) * add myself to Uploaders -- Damyan Ivanov Mon, 22 Jun 2009 12:14:30 +0300 libyaml-perl (0.68-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Rene Mayorga ] * New Upstream release * debian/control + set debhelper version to 7 + add myself to Uploaders * debian/rules + refresh it using dh-make-perl -R * debian/copyright + use the (new)format, add individual copyrights to debian/* + add copyright stanzas for inc/* -- Rene Mayorga Sun, 04 Jan 2009 19:57:38 -0600 libyaml-perl (0.66-1) unstable; urgency=low * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. * New upstream release (closes: #457629). * debian/copyright: add specific upstream source location, copy author/copyright statement verbatim from upstream README. * Add /me to Uploaders. * Set Standards-Version to 3.8.0 (no changes). * Set debhelper compatibility level to 5. * Refresh debian/rules, no functional changes; don't install README any more (text version of the POD documentation). Install COMPATIBILITY instead. * Convert broken odieresis chars in manpages (that come from UTF-8 encoded modules) to plain old *roff sequence (closes: #441810). -- gregor herrmann Tue, 17 Jun 2008 17:16:28 +0200 libyaml-perl (0.62-1.1) unstable; urgency=low * Non-maintainer upload. * debian/rules: Don't fail when perl is smart enough to not create empty dirs (Closes: #467764) -- Marc 'HE' Brockschmidt Sat, 05 Apr 2008 17:11:24 +0200 libyaml-perl (0.62-1) unstable; urgency=low * New upstream release. * Bump up Standards-Version to 3.7.2 (no changes). -- Florian Ragwitz Wed, 7 Jun 2006 16:49:34 +0200 libyaml-perl (0.57-2) unstable; urgency=low * Removed libclass-spiffy-perl and libtest-base-perl dependency. Those have been removed with the last upstream release. -- Florian Ragwitz Sun, 5 Feb 2006 02:32:43 +0100 libyaml-perl (0.57-1) unstable; urgency=low * New upstream release. -- Florian Ragwitz Tue, 24 Jan 2006 02:10:05 +0100 libyaml-perl (0.39-1) unstable; urgency=low * New upstream release. * New Maintainer with acknowledgment from Chip. * Added the copyright statement to debian/copyright. * Updated Standards-Version to 3.6.2. * Moved the perl build-dep to build-dep-indep (Closes: #305525). * Updated compat version to 4 and upgraded the debhelper dependency accordingly. -- Florian Ragwitz Thu, 1 Dec 2005 15:33:42 +0100 libyaml-perl (0.38-2) unstable; urgency=low * Depend on Perl 5.6, to make package usable on woody. (closes: #303320) * Fix section. -- Chip Salzenberg Wed, 6 Apr 2005 09:10:03 -0400 libyaml-perl (0.38-1) unstable; urgency=medium * New upstream release. > hash keys with commas are quoted again. (closes: #298704) -- Chip Salzenberg Tue, 5 Apr 2005 07:58:48 -0400 libyaml-perl (0.36-1) unstable; urgency=low * New upstream release. > Note: scripts "xyx" and "yaml2outline" were _deleted_ by upstream, and are therefore no longer in this package. They probably should never have been included in the package in the first place, though. -- Chip Salzenberg Tue, 8 Mar 2005 12:07:01 -0500 libyaml-perl (0.35-1) unstable; urgency=low * Initial Release. -- Chip Salzenberg Sat, 15 Feb 2003 15:42:12 -0500 debian/compat0000644000000000000000000000000212003326630010357 0ustar 8 debian/patches/0000755000000000000000000000000012003326630010610 5ustar debian/patches/ysh-location.patch0000644000000000000000000000110212003326630014234 0ustar Description: update POD to point to the package that actually contains ysh Origin: vendor Forwarded: not-needed Author: gregor herrmann Last-Update: 2011-10-02 --- a/lib/YAML.pm +++ b/lib/YAML.pm @@ -746,7 +746,7 @@ =head1 ysh - The YAML Shell -The YAML distribution ships with a script called 'ysh', the YAML shell. +libyaml-shell-perl contains a script called 'ysh', the YAML shell. ysh provides a simple, interactive way to play with YAML. If you type in Perl code, it displays the result in YAML. If you type in YAML it turns it into Perl code. debian/patches/series0000644000000000000000000000002312003326630012020 0ustar ysh-location.patch debian/copyright0000644000000000000000000000412012003326630011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: YAML Upstream-Contact: Adam Kennedy Source: http://search.cpan.org/dist/YAML/ Files: * Copyright: 2005-2012, Ingy döt Net 2001, 2002, 2005, Brian Ingerson 2009-2010, Adam Kennedy License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: inc/Spiffy.pm Copyright: 2004-2006, Brian Ingerson License: Artistic or GPL-1+ Files: inc/Test/Base/* inc/Test/Base.pm Copyright: 2005-2008, Brian Ingerson License: Artistic or GPL-1+ Files: inc/Test/Builder.pm Copyright: 2002-2008, chromatic 2002-2008, Michael G Schwern License: Artistic or GPL-1+ Files: inc/Test/Builder/* lib/Test/More.pm Copyright: 2001-2008, Michael G Schwern License: Artistic or GPL-1+ Files: debian/* Copyright: 2003-2005, Chip Salzenberg 2005-2006, Florian Ragwitz 2008, Marc 'HE' Brockschmidt 2008-2012, gregor herrmann 2009, Damyan Ivanov 2009, Iulian Udrea 2009, Rene Mayorga 2010, Angel Abad 2010, 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/watch0000644000000000000000000000014412003326630010211 0ustar version=3 http://search.cpan.org/dist/YAML/ .+/YAML-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$