[libsgmls-perl] 07/10: sgmlspl.1 - Revert changes to upstream source and create patch

Daniel Lintott dlintott-guest at moszumanska.debian.org
Thu Apr 10 21:34:43 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libsgmls-perl.

commit 113caea56bf113a4b35762c104950fa7fc205245
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Thu Apr 10 21:12:45 2014 +0100

    sgmlspl.1 - Revert changes to upstream source and create patch
---
 debian/patches/Create_manpage_for_sgmlspl.patch | 54 +++++++++++++++++++++++++
 debian/patches/series                           |  1 +
 sgmlspl.1                                       | 47 ---------------------
 3 files changed, 55 insertions(+), 47 deletions(-)

diff --git a/debian/patches/Create_manpage_for_sgmlspl.patch b/debian/patches/Create_manpage_for_sgmlspl.patch
new file mode 100644
index 0000000..598c45d
--- /dev/null
+++ b/debian/patches/Create_manpage_for_sgmlspl.patch
@@ -0,0 +1,54 @@
+Description: Create manpage for sgmlspl
+Author: Ardo van Rangelrooij <ardo at debian.org>
+Forwarded: not-needed
+Last-Update: 2014-04-10
+--- /dev/null
++++ b/sgmlspl.1
+@@ -0,0 +1,47 @@
++.\" -*- nroff -*-
++.\" ----------------------------------------------------------------------
++.TH SGMLSPL 1 "October 26, 1999" "SGMLSPL" "SGMLSPL"
++.\"
++.\" ----------------------------------------------------------------------
++.SH "NAME"
++sgmlspl \- a simple post-processor for nsgmls
++.\"
++.\" ----------------------------------------------------------------------
++.SH "SYNOPSIS"
++.B sgmlspl
++.I "spec file"
++.\"
++.\" ----------------------------------------------------------------------
++.SH "DESCRIPTION"
++sgmlspl is a sample application to convert SGML documents to other
++formats by providing a specification file detailing exactly how to
++handle each element, external data entity, subdocument entity, CDATA
++string, record end, SDATA string, and processing instruction.
++
++To use sgmlspl, prepare a specification file containing regular perl5
++code. If the SGML document were named doc.sgml, the sgmlspl
++specification file were named, spec.pl, and the name of the new file
++were doc.latex, then use the following command in a Unix shell to
++convert the SGML document:
++
++nsgmls doc.sgml | sgmlspl spec.pl > doc.latex
++
++sgmlspl will pass any additional arguments on to the specification
++file, which can then process them in the regular perl5 fashion.
++.\"
++.\" ----------------------------------------------------------------------
++.SH "SEE ALSO"
++.TP
++.BR /usr/share/doc/sgmls-doc/sgmlspl/sgmlspl.html
++sgmlspl documentation in HTML format
++.TP
++.BR /usr/share/doc/sgmls-doc/SGMLSpm/sgmls.html
++SGMLS documentation in HTML format
++.TP
++.BR nsgmls (1)
++.\"
++.\" ----------------------------------------------------------------------
++.SH "AUTHOR"
++Ardo van Rangelrooij <ardo at debian.org>
++.\"
++.\" ----------------------------------------------------------------------
diff --git a/debian/patches/series b/debian/patches/series
index a41687c..6afbb69 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 Create_Makefile.PL.patch
+Create_manpage_for_sgmlspl.patch
 sgmlspl-specs_location_change.patch
 No_clean_doc.patch
 Add_desc_to_pod_name.patch
diff --git a/sgmlspl.1 b/sgmlspl.1
deleted file mode 100644
index 041382c..0000000
--- a/sgmlspl.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\" -*- nroff -*-
-.\" ----------------------------------------------------------------------
-.TH SGMLSPL 1 "October 26, 1999" "SGMLSPL" "SGMLSPL"
-.\"
-.\" ----------------------------------------------------------------------
-.SH "NAME"
-sgmlspl \- a simple post-processor for nsgmls
-.\"
-.\" ----------------------------------------------------------------------
-.SH "SYNOPSIS"
-.B sgmlspl
-.I "spec file"
-.\"
-.\" ----------------------------------------------------------------------
-.SH "DESCRIPTION"
-sgmlspl is a sample application to convert SGML documents to other
-formats by providing a specification file detailing exactly how to
-handle each element, external data entity, subdocument entity, CDATA
-string, record end, SDATA string, and processing instruction.
-
-To use sgmlspl, prepare a specification file containing regular perl5
-code. If the SGML document were named doc.sgml, the sgmlspl
-specification file were named, spec.pl, and the name of the new file
-were doc.latex, then use the following command in a Unix shell to
-convert the SGML document:
-
-nsgmls doc.sgml | sgmlspl spec.pl > doc.latex
-
-sgmlspl will pass any additional arguments on to the specification
-file, which can then process them in the regular perl5 fashion.
-.\"
-.\" ----------------------------------------------------------------------
-.SH "SEE ALSO"
-.TP
-.BR /usr/share/doc/sgmls-doc/sgmlspl/sgmlspl.html
-sgmlspl documentation in HTML format
-.TP
-.BR /usr/share/doc/sgmls-doc/SGMLSpm/sgmls.html
-SGMLS documentation in HTML format
-.TP
-.BR nsgmls (1)
-.\"
-.\" ----------------------------------------------------------------------
-.SH "AUTHOR"
-Ardo van Rangelrooij <ardo at debian.org>
-.\"
-.\" ----------------------------------------------------------------------

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



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