r53015 - in /trunk/libhtml-tiny-perl/debian: changelog patches/ patches/add_documentation_for_tag patches/series source/ source/format

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Feb 18 15:17:20 UTC 2010


Author: gwolf
Date: Thu Feb 18 15:16:51 2010
New Revision: 53015

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53015
Log:
Documentation ambiguity (#548127)

Added:
    trunk/libhtml-tiny-perl/debian/patches/
    trunk/libhtml-tiny-perl/debian/patches/add_documentation_for_tag
    trunk/libhtml-tiny-perl/debian/patches/series
    trunk/libhtml-tiny-perl/debian/source/
    trunk/libhtml-tiny-perl/debian/source/format
Modified:
    trunk/libhtml-tiny-perl/debian/changelog

Modified: trunk/libhtml-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/changelog?rev=53015&op=diff
==============================================================================
--- trunk/libhtml-tiny-perl/debian/changelog (original)
+++ trunk/libhtml-tiny-perl/debian/changelog Thu Feb 18 15:16:51 2010
@@ -1,4 +1,4 @@
-libhtml-tiny-perl (1.05-2) UNRELEASED; urgency=low
+libhtml-tiny-perl (1.05-2) unstable; urgency=low
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -15,7 +15,11 @@
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
 
- -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:25:08 -0700
+  [ Gunnar Wolf ]
+  * Switched to quilt (3.0) source format
+  * Clarified documentation (Closes: #548127)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 18 Feb 2010 09:07:07 -0600
 
 libhtml-tiny-perl (1.05-1) unstable; urgency=low
 

Added: trunk/libhtml-tiny-perl/debian/patches/add_documentation_for_tag
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/patches/add_documentation_for_tag?rev=53015&op=file
==============================================================================
--- trunk/libhtml-tiny-perl/debian/patches/add_documentation_for_tag (added)
+++ trunk/libhtml-tiny-perl/debian/patches/add_documentation_for_tag Thu Feb 18 15:16:51 2010
@@ -1,0 +1,22 @@
+Description: Clarified documentation ambiguity
+Author: Gunnar Wolf <gwolf at debian.org>
+Bug-Debian: http://bugs.debian.org/548127
+Origin: vendor
+Forwarded: yes
+Last-Update: 2010-02-18
+
+Index: libhtml-tiny-perl/lib/HTML/Tiny.pm
+===================================================================
+--- libhtml-tiny-perl.orig/lib/HTML/Tiny.pm	2010-02-18 09:12:47.000000000 -0600
++++ libhtml-tiny-perl/lib/HTML/Tiny.pm	2010-02-18 09:14:05.000000000 -0600
+@@ -173,8 +173,8 @@
+ 
+ The [ and ] can be thought of as grouping a number of arguments.
+ 
+-Attributes may be supplied by including an anonymous hash in the
+-argument list:
++Attributes may be supplied by including an anonymous hash as the first element
++in the argument list (after the tag name):
+ 
+   print $h->tag('p', { class => 'normal' }, 'Foo');
+ 

Added: trunk/libhtml-tiny-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/patches/series?rev=53015&op=file
==============================================================================
--- trunk/libhtml-tiny-perl/debian/patches/series (added)
+++ trunk/libhtml-tiny-perl/debian/patches/series Thu Feb 18 15:16:51 2010
@@ -1,0 +1,1 @@
+add_documentation_for_tag

Added: trunk/libhtml-tiny-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/source/format?rev=53015&op=file
==============================================================================
--- trunk/libhtml-tiny-perl/debian/source/format (added)
+++ trunk/libhtml-tiny-perl/debian/source/format Thu Feb 18 15:16:51 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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