r50606 - in /trunk/libtest-yaml-valid-perl/debian: changelog control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 9 23:19:50 UTC 2010


Author: jawnsy-guest
Date: Sat Jan  9 23:19:42 2010
New Revision: 50606

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50606
Log:
* 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

Modified:
    trunk/libtest-yaml-valid-perl/debian/changelog
    trunk/libtest-yaml-valid-perl/debian/control
    trunk/libtest-yaml-valid-perl/debian/copyright

Modified: trunk/libtest-yaml-valid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-valid-perl/debian/changelog?rev=50606&op=diff
==============================================================================
--- trunk/libtest-yaml-valid-perl/debian/changelog (original)
+++ trunk/libtest-yaml-valid-perl/debian/changelog Sat Jan  9 23:19:42 2010
@@ -7,6 +7,14 @@
   * 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
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 09 Jan 2010 13:13:18 -0500
 

Modified: trunk/libtest-yaml-valid-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-valid-perl/debian/control?rev=50606&op=diff
==============================================================================
--- trunk/libtest-yaml-valid-perl/debian/control (original)
+++ trunk/libtest-yaml-valid-perl/debian/control Sat Jan  9 23:19:42 2010
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libyaml-syck-perl, libyaml-perl, libtest-pod-perl,
- libtest-pod-coverage-perl
+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 <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>
@@ -14,8 +14,10 @@
 
 Package: libtest-yaml-valid-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl, libyaml-syck-perl
+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 specified in Yet Another Markup Language (YAML).
- It provides an interface compatible for use with Test::Builder-based tests.
+ 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.

Modified: trunk/libtest-yaml-valid-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-valid-perl/debian/copyright?rev=50606&op=diff
==============================================================================
--- trunk/libtest-yaml-valid-perl/debian/copyright (original)
+++ trunk/libtest-yaml-valid-perl/debian/copyright Sat Jan  9 23:19:42 2010
@@ -5,6 +5,12 @@
 
 Files: *
 Copyright: 2007, Jonathan Rockway <jrockway at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*




More information about the Pkg-perl-cvs-commits mailing list