[libhtml-gentoc-perl] 01/01: add d/* note: fw patch via private email.
Radu-Bogdan Croitoru
dotix-guest at moszumanska.debian.org
Sun Dec 8 12:05:46 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-gentoc-perl.
commit 3428cf208a9cd400a6f07efa2bba886fc8e950a9
Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
Date: Sun Dec 8 14:05:39 2013 +0200
add d/* note: fw patch via private email.
---
debian/changelog | 2 +-
debian/control | 20 ++++++++++----------
debian/copyright | 22 ++++++++++++----------
debian/patches/manpage-fix.patch | 23 +++++++++++++++++++++++
debian/patches/series | 1 +
5 files changed, 47 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a54ee27..c6a09e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
libhtml-gentoc-perl (3.20-1) UNRELEASED; urgency=low
- * Initial Release.
+ * Initial Release (Closes: #731653)
-- Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com> Sun, 8 Dec 2013 00:06:55 +0200
diff --git a/debian/control b/debian/control
index fa65f47..f714447 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,12 @@ 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),
- perl
+Build-Depends: debhelper (>= 9),
+ perl
Build-Depends-Indep: libhtml-linklist-perl,
- libhtml-parser-perl,
- libhtml-simpleparse-perl
+ libhtml-parser-perl,
+ libhtml-simpleparse-perl,
+ libgetopt-argvfile-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-gentoc-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-gentoc-perl.git
@@ -16,10 +17,11 @@ Homepage: https://metacpan.org/release/HTML-GenToc
Package: libhtml-gentoc-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
- libhtml-linklist-perl,
- libhtml-parser-perl,
- libhtml-simpleparse-perl
-Description: Generate a Table of Contents for HTML documents.
+ libhtml-linklist-perl,
+ libhtml-parser-perl,
+ libhtml-simpleparse-perl,
+ libgetopt-argvfile-perl
+Description: module that generates a Table of Contents for HTML documents
HTML::GenToc generates anchors and a table of contents for HTML documents.
Depending on the arguments, it will insert the information it generates, or
output to a string, a separate file or STDOUT.
@@ -32,5 +34,3 @@ Description: Generate a Table of Contents for HTML documents.
.
Also included in the distrubution is hypertoc, a script which uses the module
so that one can process files on the command-line in a user-friendly manner.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index ef9323e..1910c9b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,18 +2,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/HTML-GenToc
Upstream-Contact: Kathryn Andersen
Upstream-Name: HTML-GenToc
-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: Kathryn Andersen
-License:
+Copyright: 2002-2008, Kathryn Andersen <perlkat at katspace.com>
+ 1994-1997, Earl Hood <ehood at medusa.acs.uci.edu>
+License: GPL-2+
Files: debian/*
Copyright: 2013, Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
@@ -34,3 +27,12 @@ License: GPL-1+
.
On Debian systems, the complete text of version 1 of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/patches/manpage-fix.patch b/debian/patches/manpage-fix.patch
new file mode 100644
index 0000000..03bbba2
--- /dev/null
+++ b/debian/patches/manpage-fix.patch
@@ -0,0 +1,23 @@
+Description: Fix spelling error in manpage
+Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
+Forwarded: yes
+Last-Update: 2013-12-08
+
+--- a/scripts/hypertoc
++++ b/scripts/hypertoc
+@@ -383,7 +383,7 @@
+ --toc_end H2=/H2
+
+ # Assumes document has a DD for each DT, otherwise ToC
+- # will get entries with alot of text.
++ # will get entries with a lot of text.
+ --toc_entry DT=3
+ --toc_end DT=DD
+ --toc_before DT=<em>
+@@ -911,4 +911,4 @@
+ }
+ }
+
+-# vim: sw=4 sts=4 ai
+\ No newline at end of file
++# vim: sw=4 sts=4 ai
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..79cc777
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-fix.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-gentoc-perl.git
More information about the Pkg-perl-cvs-commits
mailing list