[libhtml-wikiconverter-perl] 11/14: refresh patches, adding headers

Florian Schlichting fsfs at alioth.debian.org
Sat Oct 12 22:30:25 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libhtml-wikiconverter-perl.

commit c42cd52954b7daaac3b270e0254b33a15a07188b
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Oct 13 00:04:32 2013 +0200

    refresh patches, adding headers
---
 ...des-as-an-alternative-to-escaping-in-preprocessing.patch |   11 +++++++----
 debian/patches/1013-pod-note-about-split-dialects.patch     |    7 +++++--
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/patches/1012-Allow-and-use-rules-for-text-nodes-as-an-alternative-to-escaping-in-preprocessing.patch b/debian/patches/1012-Allow-and-use-rules-for-text-nodes-as-an-alternative-to-escaping-in-preprocessing.patch
index 6d8ddaa..ea376b0 100644
--- a/debian/patches/1012-Allow-and-use-rules-for-text-nodes-as-an-alternative-to-escaping-in-preprocessing.patch
+++ b/debian/patches/1012-Allow-and-use-rules-for-text-nodes-as-an-alternative-to-escaping-in-preprocessing.patch
@@ -1,6 +1,9 @@
+Description: Allow and use rules for ~text nodes as an alternative to excaping in preprocessing
+Author: Jamey Sharp <jamey at minilop.net>
+
 --- a/lib/HTML/WikiConverter.pm
 +++ b/lib/HTML/WikiConverter.pm
-@@ -270,13 +270,8 @@ sub __wikify {
+@@ -272,13 +272,8 @@
    # Concatenate adjacent text nodes
    $node->normalize_content();
  
@@ -16,7 +19,7 @@
      return $self->__subst($rules->{replace}, $node, $rules) if exists $rules->{replace};
  
      # Set private preserve rules
-@@ -324,7 +319,12 @@ sub __wikify {
+@@ -332,7 +327,12 @@
      $output = "\n$output" if $rules->{block} and $node->parent->look_up( _tag => $node->tag ) and $trim ne 'none';
  
      return $output;
@@ -28,8 +31,8 @@
 +  return $self->get_elem_contents($node);
  }
  
- sub elem_within_block {
-@@ -711,7 +711,7 @@ sub rules_for_tag {
+ # Deprecated. Instead use elem_search_lineage( $node, { block => 1 } ).
+@@ -766,7 +766,7 @@
  sub __rules_for_tag {
    my( $self, $tag ) = @_;
    return $self->__rules->{$tag} if $self->__rules->{$tag};
diff --git a/debian/patches/1013-pod-note-about-split-dialects.patch b/debian/patches/1013-pod-note-about-split-dialects.patch
index efaf2ea..6104a90 100644
--- a/debian/patches/1013-pod-note-about-split-dialects.patch
+++ b/debian/patches/1013-pod-note-about-split-dialects.patch
@@ -1,11 +1,14 @@
+Description: refer to separate dialect packages in POD
+Author: Jonas Smedegaard <js at debian.org>
+
 --- a/lib/HTML/WikiConverter.pm
 +++ b/lib/HTML/WikiConverter.pm
 @@ -67,6 +67,9 @@ dialects' documentation for details of s
  for improvements, especially in the form of patches, are very much
  appreciated.
  
-+Since 0.50 version all dialects was separated from HTML:WikiConverter
-+Please install the independ dialect modules as you need.
++Since version 0.50 all dialects were separated out from HTML:WikiConverter.
++Please install the independent dialect packages as needed.
 +
  =head1 METHODS
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-wikiconverter-perl.git



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