[Pkg-ocaml-maint-commits] [dose3] 01/02: Strict pod format for ceve.pod manpage

Ralf Treinen treinen at alioth.debian.org
Fri Sep 20 19:31:43 UTC 2013


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

treinen pushed a commit to branch master
in repository dose3.

commit 845a96ba680a4d0ca16124570df3ad014e7d94d7
Author: Ralf Treinen <treinen at debian.org>
Date:   Fri Aug 16 18:52:15 2013 +0200

    Strict pod format for ceve.pod manpage
---
 .gitignore                  |    1 -
 debian/changelog            |    7 ++++
 debian/patches/pod2man-5.18 |   93 +++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series       |    1 +
 4 files changed, 101 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 4336a08..c0f62cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,3 @@ doc/manpages/*.1
 *.native
 *.byte
 */*\.swp
-.pc
diff --git a/debian/changelog b/debian/changelog
index 59dedf4..6daccb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dose3 (3.1.3-4) unstable; urgency=low
+
+  * migrate doc/manpages/ceve.pod to the stricter format of pod2man from 
+    perl 5.18.1 (closes: #719866).
+
+ -- Ralf Treinen <treinen at debian.org>  Fri, 16 Aug 2013 18:52:15 +0200
+
 dose3 (3.1.3-3) unstable; urgency=low
 
   * upload to unstable
diff --git a/debian/patches/pod2man-5.18 b/debian/patches/pod2man-5.18
new file mode 100644
index 0000000..8ec979f
--- /dev/null
+++ b/debian/patches/pod2man-5.18
@@ -0,0 +1,93 @@
+Index: dose3/doc/manpages/ceve.pod
+===================================================================
+--- dose3.orig/doc/manpages/ceve.pod	2013-08-16 18:48:37.000000000 +0200
++++ dose3/doc/manpages/ceve.pod	2013-08-16 18:49:49.000000000 +0200
+@@ -63,51 +63,63 @@
+ 
+ Instead of stdout, send output to the file I<filename>. This option
+ can also be specified as --outfile=I<filename>.I<> 
++
+ =item I<input-spec> 
+ 
+ This is a URL specifying
+ both the input format and the file to get the input from. Possible schemes
+ are: 
+-=item *
+ 
+-B<cudf> for cudf files 
+-=item *
++=over 4
++
++=item B<cudf>
++
++for cudf files 
+ 
+-B<deb> for Debian package files (possibly compressed
++=item B<deb>
++
++for Debian package files (possibly compressed
+ with L<gzip(1)> or L<bzip2(1)>, depending on compile-time options for dose3) 
+-=item *
+ 
+-B<debstdin>
++=item B<debstdin>
++
+ for Debian package files read from standard input 
+-=item *
+ 
+-B<eclipse> for Eclipse (p2)
+-package files 
+-=item *
++=item B<eclipse>
++
++for Eclipse (p2) package files 
+ 
+-B<pgsql> for PostgreSQL databasess 
+-=item *
++=item B<pgsql>
+ 
+-B<sqlite> for sqlite databases
++for PostgreSQL databasess 
+ 
+-=item *
++=item B<sqlite>
+ 
+-B<hdlist> for RPM hdlists 
+-=item *
++for sqlite databases
+ 
+-B<synth> for urpmi synthesis hdlists 
+- Some examples
+-of URLs: 
++=item B<hdlist>
++
++for RPM hdlists 
++
++=item B<synth>
++
++for urpmi synthesis hdlists 
++
++=back
++
++Some examples of URLs: 
+  
+-=item *
++=item deb://Packages.gz
+ 
+-deb://Packages.gz (the Debian file packages.gz in the current directory)
++(the Debian file packages.gz in the current directory)
+ 
+-=item *
++=item cudf:///home/examples/cudf/test.cudf
+ 
+-cudf:///home/examples/cudf/test.cudf (the CUDF file /home/examples/cudf/test.cudf)
++(the CUDF file /home/examples/cudf/test.cudf)
+ 
+-=item *
++=item psql://user@db.mancoosi.org:723/packages
+ 
+-psql://user@db.mancoosi.org:723/packages (the database I<packages> on host I<db.mancoosi.org>
++(the database I<packages> on host I<db.mancoosi.org>
+ on port 723, accessed as user I<user>) 
++
++=back
diff --git a/debian/patches/series b/debian/patches/series
index 8ec9137..666d88c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+pod2man-5.18
 binaries-prefix-edos
 doc-makefile-html
 configure-dynlink

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dose3.git



More information about the Pkg-ocaml-maint-commits mailing list