[xml/sgml-commit] r2122 - in /packages/epubcheck/trunk/debian: epubcheck.1 epubcheck.1.in epubcheck.manpages patches/fixencoding.patch rules

malat at users.alioth.debian.org malat at users.alioth.debian.org
Tue Dec 18 13:33:27 UTC 2012


Author: malat
Date: Tue Dec 18 13:33:27 2012
New Revision: 2122

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2122
Log:
Add missing man page

Added:
    packages/epubcheck/trunk/debian/epubcheck.1
    packages/epubcheck/trunk/debian/epubcheck.1.in
    packages/epubcheck/trunk/debian/epubcheck.manpages
Modified:
    packages/epubcheck/trunk/debian/patches/fixencoding.patch
    packages/epubcheck/trunk/debian/rules

Added: packages/epubcheck/trunk/debian/epubcheck.1
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/epubcheck.1?rev=2122&op=file
==============================================================================
--- packages/epubcheck/trunk/debian/epubcheck.1 (added)
+++ packages/epubcheck/trunk/debian/epubcheck.1 Tue Dec 18 13:33:27 2012
@@ -1,0 +1,32 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+.TH EPUBCHECK "1" "December 2012" "epubcheck 1.2" "User Commands"
+.SH NAME
+Validation tool for EPUB
+.SH SYNOPSIS
+epubcheck file.epub
+.SH DESCRIPTION
+All detected errors are simply printed to stderr
+.PP
+Epubcheck Version 1.2
+.SH AUTHOR
+.IP \[bu] 2
+Peter Sorotokin
+.IP \[bu]
+Garth Conboy
+.IP \[bu]
+Markus Gylling
+.IP \[bu]
+Piotr Kula
+.IP \[bu]
+Paul Norton
+.IP \[bu]
+Jessica Hekman
+.IP \[bu]
+George Bina
+.IP \[bu]
+Bogdan Iordache
+
+Most of the EpubCheck functionality comes from the schema validation tool Jing and schemas that were developed by IDPF and DAISY. Initial EpubCheck development was largely done at Adobe Systems.
+
+This  manual  page was written by Mathieu Malaterre <malat at debian.org> for
+the Debian GNU/Linux system, but may be used by others.

Added: packages/epubcheck/trunk/debian/epubcheck.1.in
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/epubcheck.1.in?rev=2122&op=file
==============================================================================
--- packages/epubcheck/trunk/debian/epubcheck.1.in (added)
+++ packages/epubcheck/trunk/debian/epubcheck.1.in Tue Dec 18 13:33:27 2012
@@ -1,0 +1,32 @@
+[NAME]
+Validation tool for EPUB
+
+[SYNOPSIS]
+epubcheck file.epub
+
+[DESCRIPTION]
+All detected errors are simply printed to stderr
+
+[AUTHOR]
+.IP \[bu] 2
+Peter Sorotokin
+.IP \[bu]
+Garth Conboy
+.IP \[bu]
+Markus Gylling
+.IP \[bu]
+Piotr Kula
+.IP \[bu]
+Paul Norton
+.IP \[bu]
+Jessica Hekman
+.IP \[bu]
+George Bina
+.IP \[bu]
+Bogdan Iordache
+
+Most of the EpubCheck functionality comes from the schema validation tool Jing and schemas that were developed by IDPF and DAISY. Initial EpubCheck development was largely done at Adobe Systems.
+
+This  manual  page was written by Mathieu Malaterre <malat at debian.org> for
+the Debian GNU/Linux system, but may be used by others.
+

Added: packages/epubcheck/trunk/debian/epubcheck.manpages
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/epubcheck.manpages?rev=2122&op=file
==============================================================================
--- packages/epubcheck/trunk/debian/epubcheck.manpages (added)
+++ packages/epubcheck/trunk/debian/epubcheck.manpages Tue Dec 18 13:33:27 2012
@@ -1,0 +1,1 @@
+debian/epubcheck.1

Modified: packages/epubcheck/trunk/debian/patches/fixencoding.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/patches/fixencoding.patch?rev=2122&op=diff
==============================================================================
--- packages/epubcheck/trunk/debian/patches/fixencoding.patch (original)
+++ packages/epubcheck/trunk/debian/patches/fixencoding.patch Tue Dec 18 13:33:27 2012
@@ -1,28 +1,6 @@
-Description: <short summary of the patch>
- TODO: Put a short summary on the line above and replace this paragraph
- with a longer explanation of this change. Complete the meta-information
- with other relevant fields (see below for details). To make it easier, the
- information below has been extracted from the changelog. Adjust it or drop
- it.
- .
- epubcheck (1.2-1) unstable; urgency=low
- .
-   * Initial Debian Upload (Closes: #602780)
+Description: fix warnings during java compilation about encoding
 Author: Mathieu Malaterre <malat at debian.org>
-Bug-Debian: http://bugs.debian.org/602780
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
+Forwarded: not-needed
 
 --- epubcheck-1.2.orig/build.xml
 +++ epubcheck-1.2/build.xml

Modified: packages/epubcheck/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/rules?rev=2122&op=diff
==============================================================================
--- packages/epubcheck/trunk/debian/rules (original)
+++ packages/epubcheck/trunk/debian/rules Tue Dec 18 13:33:27 2012
@@ -21,5 +21,11 @@
 	find . -name *.class -delete
 	rm -rf bin
 
+VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
+
+debian/epubcheck.1: debian/epubcheck.1.in
+	help2man --include=$< --output=$@ \
+		--no-info `basename $@ .1` --version-string=$(VER_FULL)
+
 get-orig-source:
 	uscan --verbose --force-download --rename --repack




More information about the debian-xml-sgml-commit mailing list