[libhtml-prettyprinter-perl] 01/01: add d/* and fix-spelling.patch

Radu-Bogdan Croitoru dotix-guest at moszumanska.debian.org
Sun Dec 1 09:34:37 UTC 2013


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

dotix-guest pushed a commit to branch master
in repository libhtml-prettyprinter-perl.

commit 16f9642254a60166f73682d8aa65dc63675df221
Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
Date:   Sun Dec 1 11:34:31 2013 +0200

    add d/* and fix-spelling.patch
---
 debian/changelog                  |  6 ++---
 debian/control                    |  8 +++---
 debian/copyright                  | 10 +-------
 debian/patches/fix-spelling.patch | 53 +++++++++++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 5 files changed, 61 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e20523..30a1dd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libhtml-prettyprinter-perl (0.03-1) UNRELEASED; urgency=low
+libhtml-prettyprinter-perl (0.03-2) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #731008)
 
- -- Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>  Sat, 30 Nov 2013 16:44:12 +0200
+ -- Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>  Sun, 01 Dec 2013 01:10:51 +0200
diff --git a/debian/control b/debian/control
index d7fb185..06a688d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
-Build-Depends: debhelper (>= 9.20120312)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-prettyprinter-perl.git
@@ -13,9 +13,9 @@ Homepage: https://metacpan.org/release/HTML-PrettyPrinter
 Package: libhtml-prettyprinter-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: generate nice HTML files from HTML syntax trees
+Description: module that generates nice HTML files from HTML syntax trees
  HTML::PrettyPrinter produces nicely formatted HTML code from a HTML syntax
- tree. It is especially usefull if the produced HTML file shall be read or
+ tree. It is especially useful if the produced HTML file shall be read or
  edited manually afterwards. Various parameters let you adapt the output to
  different styles and requirements.
  .
@@ -28,5 +28,3 @@ Description: generate nice HTML files from HTML syntax trees
  upper/lowercase markup and markup minimization, quoting of attribute values,
  the encoding of entities and the presence of optional end tags are
  configurable.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 606e0f2..7a8a7a9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/HTML-PrettyPrinter
 Upstream-Contact: Claus Schotten <schotten at gmx.de>
 Upstream-Name: HTML-PrettyPrinter
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Claus Schotten <schotten at gmx.de>
+Copyright: 2000, Claus Schotten <schotten at gmx.de>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..00a0796
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,53 @@
+Description: Fix spelling error in README and POD
+Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
+Forwarded: yes
+Last-Update: 2013-12-01
+
+--- a/README
++++ b/README
+@@ -4,7 +4,7 @@
+                        HTML::PrettyPrinter
+ 
+ A module for generating nice looking HTML files from HTML trees. 
+-It is especially usefull if the produced HTML file shall be read 
++It is especially useful if the produced HTML file shall be read 
+ or edited manually afterwards. Various parameters let you adapt 
+ the output to different styles and requirements.
+  
+--- a/PrettyPrinter.pm
++++ b/PrettyPrinter.pm
+@@ -1,5 +1,7 @@
+ package HTML::PrettyPrinter;
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+  HTML::PrettyPrinter - generate nice HTML files from HTML syntax trees
+@@ -38,7 +40,7 @@
+ =head1 DESCRIPTION
+ 
+ HTML::PrettyPrinter produces nicely formatted HTML code from
+-a HTML syntax tree. It is especially usefull if the produced HTML file
++a HTML syntax tree. It is especially useful if the produced HTML file
+ shall be read or edited manually afterwards. Various parameters let you
+ adapt the output to different styles and requirements.
+ 
+@@ -59,7 +61,7 @@
+ In order to faciliate the configuration a mechanism to handle tag groups
+ is provided. Thus, it is possible to modify a parameter for a group of tags 
+ (e.g. all known block elements) without writing each tag name explicitly. 
+-Perhaps the code for tag groups will move to an other Perl module in the 
++Perhaps the code for tag groups will move to another Perl module in the 
+ future.
+ 
+ For HTML::Elements that require a special treatment like
+@@ -104,7 +106,7 @@
+ 
+ =head1 INDIVIDUAL PARAMETERS
+ 
+-Following individual paramters exist
++Following individual parameters exist
+ 
+ =over 4
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..213d22d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling.patch

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



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