r37335 - in /trunk/libxml-tidy-perl/debian: control patches/ patches/add-manpage patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Jun 3 04:30:41 UTC 2009


Author: ryan52-guest
Date: Wed Jun  3 04:30:34 2009
New Revision: 37335

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37335
Log:
patch to add a manpage to xmltidy

Added:
    trunk/libxml-tidy-perl/debian/patches/
    trunk/libxml-tidy-perl/debian/patches/add-manpage
    trunk/libxml-tidy-perl/debian/patches/series
Modified:
    trunk/libxml-tidy-perl/debian/control
    trunk/libxml-tidy-perl/debian/rules

Modified: trunk/libxml-tidy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-tidy-perl/debian/control?rev=37335&op=diff
==============================================================================
--- trunk/libxml-tidy-perl/debian/control (original)
+++ trunk/libxml-tidy-perl/debian/control Wed Jun  3 04:30:34 2009
@@ -1,9 +1,8 @@
 Source: libxml-tidy-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12), libmath-basecnv-perl,
-  libxml-xpath-perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: libmath-basecnv-perl, libxml-xpath-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1

Added: trunk/libxml-tidy-perl/debian/patches/add-manpage
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-tidy-perl/debian/patches/add-manpage?rev=37335&op=file
==============================================================================
--- trunk/libxml-tidy-perl/debian/patches/add-manpage (added)
+++ trunk/libxml-tidy-perl/debian/patches/add-manpage Wed Jun  3 04:30:34 2009
@@ -1,0 +1,30 @@
+--- a/bin/xmltidy
++++ b/bin/xmltidy
+@@ -14,3 +14,27 @@
+ use strict; 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();
++
++=pod
++
++=head1 NAME
++
++xmltidy - tidy an XML document
++
++=cut
++
++=head1 SYNOPSIS
++
++xmltidy FileName.xml <indent_string>
++
++=cut
++
++=head1 DESCRIPTION
++
++The FileName is the file that will be tidied, and the optional
++indent_string is the string that should be inserted for each indent
++level, which defaults to two spaces.
++
++=cut
++
++

Added: trunk/libxml-tidy-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-tidy-perl/debian/patches/series?rev=37335&op=file
==============================================================================
--- trunk/libxml-tidy-perl/debian/patches/series (added)
+++ trunk/libxml-tidy-perl/debian/patches/series Wed Jun  3 04:30:34 2009
@@ -1,0 +1,1 @@
+add-manpage

Modified: trunk/libxml-tidy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-tidy-perl/debian/rules?rev=37335&op=diff
==============================================================================
--- trunk/libxml-tidy-perl/debian/rules (original)
+++ trunk/libxml-tidy-perl/debian/rules Wed Jun  3 04:30:34 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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