r61669 - in /trunk/libdevel-ebug-perl/debian: changelog control patches/fix_593012_ftbfs_yaml_syck_1_12.patch patches/series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Aug 16 18:23:39 UTC 2010


Author: carnil-guest
Date: Mon Aug 16 18:23:24 2010
New Revision: 61669

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61669
Log:
* Add myself to Uploaders.
* Add fix_593012_ftbfs_yaml_syck_1_12.patch patch to fix FTBFS with
  libyaml-syck-perl 1.12 (Closes: #593012). 

Added:
    trunk/libdevel-ebug-perl/debian/patches/fix_593012_ftbfs_yaml_syck_1_12.patch
Modified:
    trunk/libdevel-ebug-perl/debian/changelog
    trunk/libdevel-ebug-perl/debian/control
    trunk/libdevel-ebug-perl/debian/patches/series

Modified: trunk/libdevel-ebug-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/debian/changelog?rev=61669&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/changelog (original)
+++ trunk/libdevel-ebug-perl/debian/changelog Mon Aug 16 18:23:24 2010
@@ -1,3 +1,11 @@
+libdevel-ebug-perl (0.49-3) UNRELEASED; urgency=low
+
+  * Add myself to Uploaders.
+  * Add fix_593012_ftbfs_yaml_syck_1_12.patch patch to fix FTBFS with
+    libyaml-syck-perl 1.12 (Closes: #593012). 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 16 Aug 2010 20:21:50 +0200
+
 libdevel-ebug-perl (0.49-2) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libdevel-ebug-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/debian/control?rev=61669&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/control (original)
+++ trunk/libdevel-ebug-perl/debian/control Mon Aug 16 18:23:24 2010
@@ -10,7 +10,8 @@
 Uploaders: Martín Ferrari <tincho at debian.org>,
  gregor herrmann <gregoa at debian.org>,
  Jose Luis Rivas <ghostbar38 at gmail.com>,
- Ansgar Burchardt <ansgar at 43-1.org>
+ Ansgar Burchardt <ansgar at 43-1.org>,
+ Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Devel-ebug/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-ebug-perl/

Added: trunk/libdevel-ebug-perl/debian/patches/fix_593012_ftbfs_yaml_syck_1_12.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/debian/patches/fix_593012_ftbfs_yaml_syck_1_12.patch?rev=61669&op=file
==============================================================================
--- trunk/libdevel-ebug-perl/debian/patches/fix_593012_ftbfs_yaml_syck_1_12.patch (added)
+++ trunk/libdevel-ebug-perl/debian/patches/fix_593012_ftbfs_yaml_syck_1_12.patch Mon Aug 16 18:23:24 2010
@@ -1,0 +1,26 @@
+Description: Fix FTBFS when built with libyaml-syck-perl (>= 1.12)
+ due change in YAML::Syck which does not quote strings when data has 
+ been sorted numerically before being passed to JSON::Syck::Dump.
+ .
+ See: https://rt.cpan.org/Ticket/Display.html?id=50227 and change
+ in YAML::Syck:
+ .
+ * RT 50227 - Not quoting strings when data has been sorted numerically
+   before being passed to JSON::Syck::Dump
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=60393
+Bug-Debian: http://bugs.debian.org/593012
+Forwarded: yes
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Reviewed-by: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Last-Update: 2010-08-16
+
+--- a/t/pad.t
++++ b/t/pad.t
+@@ -83,5 +83,5 @@
+ 
+ $ebug->run;
+ $pad = $ebug->pad_human;
+-is($pad->{'$first'}, '"$koremutake"');
++is($pad->{'$first'}, '$koremutake');
+ 

Modified: trunk/libdevel-ebug-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/debian/patches/series?rev=61669&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/patches/series (original)
+++ trunk/libdevel-ebug-perl/debian/patches/series Mon Aug 16 18:23:24 2010
@@ -1,1 +1,2 @@
 perl-5.12.patch
+fix_593012_ftbfs_yaml_syck_1_12.patch




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