r72403 - in /trunk/libyaml-perl/debian: changelog control patches/ patches/series patches/ysh-location.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 9 12:42:33 UTC 2011


Author: gregoa
Date: Sat Apr  9 12:42:18 2011
New Revision: 72403

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

Added:
    trunk/libyaml-perl/debian/patches/
    trunk/libyaml-perl/debian/patches/series
    trunk/libyaml-perl/debian/patches/ysh-location.patch
Modified:
    trunk/libyaml-perl/debian/changelog
    trunk/libyaml-perl/debian/control

Modified: trunk/libyaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/changelog?rev=72403&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/changelog (original)
+++ trunk/libyaml-perl/debian/changelog Sat Apr  9 12:42:18 2011
@@ -1,9 +1,12 @@
 libyaml-perl (0.72-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 0.72-1
-  Only test changes and upgrade Module::Install
-  
+  [ 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).
 
  -- Angel Abad <angelabad at gmail.com>  Thu, 30 Sep 2010 21:22:13 +0200
 

Modified: trunk/libyaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/control?rev=72403&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/control (original)
+++ trunk/libyaml-perl/debian/control Sat Apr  9 12:42:18 2011
@@ -18,6 +18,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Recommends: 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

Added: trunk/libyaml-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/patches/series?rev=72403&op=file
==============================================================================
--- trunk/libyaml-perl/debian/patches/series (added)
+++ trunk/libyaml-perl/debian/patches/series Sat Apr  9 12:42:18 2011
@@ -1,0 +1,1 @@
+ysh-location.patch

Added: trunk/libyaml-perl/debian/patches/ysh-location.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/patches/ysh-location.patch?rev=72403&op=file
==============================================================================
--- trunk/libyaml-perl/debian/patches/ysh-location.patch (added)
+++ trunk/libyaml-perl/debian/patches/ysh-location.patch Sat Apr  9 12:42:18 2011
@@ -1,0 +1,17 @@
+Description: update POD to point to the package that actually contains ysh
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-04-09
+
+--- a/lib/YAML.pm
++++ b/lib/YAML.pm
+@@ -748,7 +748,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.




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