[SCM] Debian packaging of libanydata-perl branch, master, updated. fcce230182f83afdbdb757ec52f7575e92e86a74

Xavier Guimard x.guimard at free.fr
Sun Jan 13 14:13:08 UTC 2013


The following commit has been merged in the master branch:
commit 02cdc8336640b1005543206a9326da6e12dd5c1b
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Jan 13 15:10:09 2013 +0100

    Remove patches now included in upstream

diff --git a/debian/patches/01_remote_xml.diff b/debian/patches/01_remote_xml.diff
deleted file mode 100644
index 259482d..0000000
--- a/debian/patches/01_remote_xml.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-Author: Bart Martens <bartm at knars.be>
-Bugs: #421884
-Description: "Fails to retrieve XML data over HTTP"
-
---- a/AnyData/Format/XML.pm
-+++ b/AnyData/Format/XML.pm
-@@ -681,11 +681,12 @@
- 
- sub get_data {
-     my $self = shift;
--    my $fh_or_str  = shift  || return;
-+    my $fh_or_str  = shift;
-     my $url = $self->{url};
-     if ( $url ) {
-       $fh_or_str = AnyData::Storage::RAM::get_remote_data({},$url);
-     }
-+    return if( ! defined( $fh_or_str ) );
-     my $col_names = shift || [];
-     $col_names = []; #### IGNORE USER COLUMN NAMES FOR NOW
-     my $flags;
diff --git a/debian/patches/pod-errors.patch b/debian/patches/pod-errors.patch
deleted file mode 100644
index d6224ff..0000000
--- a/debian/patches/pod-errors.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From: Ansgar Burchardt <ansgar at 43-1.org>
-Date: Sun, 03 Jan 2010 23:47:39 +0900
-Subject: Fix syntax error in POD documentation
---- libanydata-perl.orig/AnyData/Format/XML.pm
-+++ libanydata-perl/AnyData/Format/XML.pm
-@@ -654,17 +654,17 @@
-        $map = $newmap;
-     }
- ##
--=pod
--paste into parent record_tag__
--    my $rt_atts = $record_tag->atts;
--    if (!$rt_atts->{record_tag__}) {
--       my $new_rt = $record_tag->copy;
--       $new_rt->set_att('record_tag__','1');
--       $new_rt->set_att('xstruct__','1');
--       $new_rt->paste('first_child',$record_tag->parent);
--       $record_tag = $new_rt;
--    }
--=cut
-+#=pod
-+#paste into parent record_tag__
-+#    my $rt_atts = $record_tag->atts;
-+#    if (!$rt_atts->{record_tag__}) {
-+#       my $new_rt = $record_tag->copy;
-+#       $new_rt->set_att('record_tag__','1');
-+#       $new_rt->set_att('xstruct__','1');
-+#       $new_rt->paste('first_child',$record_tag->parent);
-+#       $record_tag = $new_rt;
-+#    }
-+#=cut
-     my $col_structure = {
-         amap => $amap,
-         map  => $map,
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2f14a0c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-01_remote_xml.diff
-spelling.patch
-pod-errors.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index b7d3211..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Ansgar Burchardt <ansgar at 43-1.org>
-Date: Sun, 03 Jan 2010 23:44:36 +0900
-Subject: Fix spelling errors
---- libanydata-perl.orig/AnyData.pm
-+++ libanydata-perl/AnyData.pm
-@@ -850,7 +850,7 @@
- 
- The rather wacky idea behind this module and its sister module
- DBD::AnyData is that any data, regardless of source or format should
--be accessable and modifiable with the same simple set of methods.
-+be accessible and modifiable with the same simple set of methods.
- This module provides a multi-dimensional tied hash interface to data
- in a dozen different formats. The DBD::AnyData module adds a DBI/SQL
- interface for those same formats.
---- libanydata-perl.orig/AnyData/Format/XML.pm
-+++ libanydata-perl/AnyData/Format/XML.pm
-@@ -981,7 +981,7 @@
- 
- Exporting and converting options allow you to take data from almost any source (a perl array, any DBI database, etc.) and output it as an XML file.  You can control the formating of the resulting XML either by supplying a DTD listing things like nesting of tags and which columns should be output as attributes and/or you can use XML::Twig pretty_print settings to generate half a dozen different levels of compactness or whitespace in how the XML looks.
- 
--The documentaion below outlines the special flags that can be used
-+The documentation below outlines the special flags that can be used
- in either of the interfaces to fine-tune how the XML is treated.
- 
- The flags listed below define the relationship between tags and 

-- 
Debian packaging of libanydata-perl



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