[libxml-tidy-perl] 06/12: Refresh add-manpage patch (source file changed)

Nick Morrott nickm-guest at moszumanska.debian.org
Mon Jul 25 23:06:45 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libxml-tidy-perl.

commit 97be565df08f243bf3b29e93728f713b3e1facb5
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Mon Jul 25 21:10:51 2016 +0100

    Refresh add-manpage patch (source file changed)
---
 debian/patches/add-manpage | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/add-manpage b/debian/patches/add-manpage
index 468f528..8e1e174 100644
--- a/debian/patches/add-manpage
+++ b/debian/patches/add-manpage
@@ -1,14 +1,14 @@
 Subject: add a man page to xmltidy
 Author: Ryan Niebur <ryanryan52 at gmail.com>
-Last-Update: 2010-20-17
+Last-Update: 2016-07-25
 Forwarded: no
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 --- a/bin/xmltidy
 +++ b/bin/xmltidy
 @@ -14,3 +14,27 @@
- use strict; use XML::Tidy;
+ use strict;use warnings;use XML::Tidy;
  my $flnm = shift() || die "USAGE: `$0 FileName.xml '<indent_string>'`\n";
- my $tidy = XML::Tidy->new($flnm); $tidy->tidy(shift()); $tidy->write();
+ my $nxto = XML::Tidy->new($flnm);$nxto->tidy(shift());$nxto->write();
 +
 +=pod
 +

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



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