This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository pdfsam.
commit 2101a2f958feee890cb9f4573d3f2ce6aa68d736 Author: Markus Koschany <[email protected]> Date: Fri Oct 13 18:25:14 2017 +0200 Provide a simple manpage for pdfsam. --- debian/changelog | 1 + debian/manpages | 1 + debian/pdfsam.1 | 12 ++++++++++++ 3 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index b9a83e7..45bca4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ pdfsam (3.3.3-1) unstable; urgency=medium * Remove jcl-over-slf4j symlink. * Declare compliance with Debian Policy 4.1.1. * Tighten B-D on libsejda-java. + * Provide a simple manpage for pdfsam. -- Markus Koschany <[email protected]> Fri, 13 Oct 2017 16:33:45 +0200 diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..2a45f0f --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +debian/pdfsam.1 diff --git a/debian/pdfsam.1 b/debian/pdfsam.1 new file mode 100644 index 0000000..0c5ded8 --- /dev/null +++ b/debian/pdfsam.1 @@ -0,0 +1,12 @@ +.TH pdfsam 1 "13 Oct 2017" "version 3.3.3" "PDFsam(1) Man Pages" +.SH NAME +PDFsam \- PDF Split and Merge +.SH SYNOPSIS +.B pdfsam +.SH DESCRIPTION +.PP +PDF Split and Merge is a very simple, easy to use, free, open source utility to +split and merge pdf files. It has a simple graphical interface to let the user +choose pdf files, split or merge them. +.SH OPTIONS +There are no further options for PDFSam. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pdfsam.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

