--- libtest-yaml-valid-perl-0.04.orig/debian/control +++ libtest-yaml-valid-perl-0.04/debian/control @@ -0,0 +1,23 @@ +Source: libtest-yaml-valid-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.13) +Build-Depends-Indep: perl, libyaml-perl, libyaml-syck-perl, libyaml-tiny-perl, + libyaml-libyaml-perl, libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Gunnar Wolf , Jonathan Yu , + gregor herrmann +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Test-YAML-Valid/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-yaml-valid-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-yaml-valid-perl/ + +Package: libtest-yaml-valid-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl +Recommends: libyaml-syck-perl | libyaml-libyaml-perl | libyaml-tiny-perl +Description: module to test for valid YAML + Test::YAML::Valid is a Perl module that allows developers to easily test the + validity of arbitrary data structures serialized using YAML (YAML Ain't a + Markup Language). It provides a simple interface compatible for use with most + Test::Builder-based tests. --- libtest-yaml-valid-perl-0.04.orig/debian/copyright +++ libtest-yaml-valid-perl-0.04/debian/copyright @@ -0,0 +1,37 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Jonathan Rockway +Source: http://search.cpan.org/dist/Test-YAML-Valid/ +Name: Test-YAML-Valid + +Files: * +Copyright: 2007, Jonathan Rockway +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009-2010, Jonathan Yu + 2009, gregor herrmann + 2007, Gunnar Wolf + 2007, David Paleino +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' --- libtest-yaml-valid-perl-0.04.orig/debian/watch +++ libtest-yaml-valid-perl-0.04/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Test-YAML-Valid/ .*/Test-YAML-Valid-([\.\d]+)\.(?:tar\.gz|tar|tgz)$ --- libtest-yaml-valid-perl-0.04.orig/debian/compat +++ libtest-yaml-valid-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libtest-yaml-valid-perl-0.04.orig/debian/changelog +++ libtest-yaml-valid-perl-0.04/debian/changelog @@ -0,0 +1,54 @@ +libtest-yaml-valid-perl (0.04-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.3 (drop perl version dep) + * Drop version deps where satisfied by oldstable + * Add myself to Uploaders and Copyright + * Rewrite control description + * Update copyright to new DEP5 format + * Use new short debhelper 7 rules format + * Add other uploaders to copyright for debian/ + * Add copyright information for Module::Install + * Add other implementations of YAML parsers to B-D-I for more + complete test coverage + * YAML::Syck is now Recommends rather than Depends, since only + the YAML module is strictly necessary + * Recommend different YAML implementations based on preference: + YAML::Syck, YAML::XS then YAML::Tiny + + [ gregor herrmann ] + * debian/control: require debhelper 7.2.13 because of Module::AutoInstall. + + -- Jonathan Yu Sat, 09 Jan 2010 18:24:01 -0500 + +libtest-yaml-valid-perl (0.03-2) unstable; urgency=low + + [ David Paleino ] + * debian/control: + - removed myself from Uploaders (Closes: #509501) + - Standards-Version 3.8.0 (no changes needed) + + [ gregor herrmann ] + * debian/control: + - switch Vcs-Browser field to ViewSVN + - add /me to Uploaders + - improve short and long description + - add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep + * Don't install README anymore. + * debian/copyright: add "header" section. + * Set debhelper compatibility level to 7; adapt + debian/{control,compat,rules}. + + -- gregor herrmann Wed, 07 Jan 2009 16:39:03 +0100 + +libtest-yaml-valid-perl (0.03-1) unstable; urgency=low + + [ David Paleino ] + * Initial Release (Closes: #457627) + + [ Gunnar Wolf ] + * Removed dh-make-perl boilerplate from debian/copyright + * Added myself as uploader + + -- Gunnar Wolf Thu, 27 Dec 2007 12:45:12 -0600 --- libtest-yaml-valid-perl-0.04.orig/debian/rules +++ libtest-yaml-valid-perl-0.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@