r51485 - in /trunk/libtry-tiny-perl/debian: changelog control patches/ patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 24 18:22:43 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 24 18:22:37 2010
New Revision: 51485

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51485
Log:
* Add myself to Uploaders and Copyright
* Add a patch to fix POD typos

Added:
    trunk/libtry-tiny-perl/debian/patches/
    trunk/libtry-tiny-perl/debian/patches/fix-pod-spelling.patch
    trunk/libtry-tiny-perl/debian/patches/series
Modified:
    trunk/libtry-tiny-perl/debian/changelog
    trunk/libtry-tiny-perl/debian/control
    trunk/libtry-tiny-perl/debian/rules

Modified: trunk/libtry-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/changelog?rev=51485&op=diff
==============================================================================
--- trunk/libtry-tiny-perl/debian/changelog (original)
+++ trunk/libtry-tiny-perl/debian/changelog Sun Jan 24 18:22:37 2010
@@ -3,8 +3,10 @@
   * New upstream release
   * Update to new DEP5 copyright format
   * Rewrite control description
+  * Add myself to Uploaders and Copyright
+  * Add a patch to fix POD typos
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 24 Jan 2010 13:27:02 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 24 Jan 2010 13:30:56 -0500
 
 libtry-tiny-perl (0.02-1) unstable; urgency=low
 

Modified: trunk/libtry-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/control?rev=51485&op=diff
==============================================================================
--- trunk/libtry-tiny-perl/debian/control (original)
+++ trunk/libtry-tiny-perl/debian/control Sun Jan 24 18:22:37 2010
@@ -1,10 +1,10 @@
 Source: libtry-tiny-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Try-Tiny/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtry-tiny-perl/

Added: trunk/libtry-tiny-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/patches/fix-pod-spelling.patch?rev=51485&op=file
==============================================================================
--- trunk/libtry-tiny-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libtry-tiny-perl/debian/patches/fix-pod-spelling.patch Sun Jan 24 18:22:37 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Try/Tiny.pm
++++ b/lib/Try/Tiny.pm
+@@ -282,7 +282,7 @@
+ C<$@> must be properly localized before invoking C<eval> in order to avoid this
+ issue.
+ 
+-More specifically, C<$@> is clobbered at the begining of the C<eval>, which
++More specifically, C<$@> is clobbered at the beginning of the C<eval>, which
+ also makes it impossible to capture the previous error before you die (for
+ instance when making exception objects with error stacks).
+ 

Added: trunk/libtry-tiny-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/patches/series?rev=51485&op=file
==============================================================================
--- trunk/libtry-tiny-perl/debian/patches/series (added)
+++ trunk/libtry-tiny-perl/debian/patches/series Sun Jan 24 18:22:37 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libtry-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/rules?rev=51485&op=diff
==============================================================================
--- trunk/libtry-tiny-perl/debian/rules (original)
+++ trunk/libtry-tiny-perl/debian/rules Sun Jan 24 18:22:37 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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