[Pkg-ocaml-maint-commits] r6356 - in /trunk/packages/bibtex2html/trunk/debian: changelog compat control manpages/bib2bib.1 manpages/bibtex2html.1

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed Apr 22 05:18:58 UTC 2009


Author: treinen
Date: Wed Apr 22 05:18:58 2009
New Revision: 6356

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6356
Log:
update standards-vesion, DH version, - to \- in manpages

Modified:
    trunk/packages/bibtex2html/trunk/debian/changelog
    trunk/packages/bibtex2html/trunk/debian/compat
    trunk/packages/bibtex2html/trunk/debian/control
    trunk/packages/bibtex2html/trunk/debian/manpages/bib2bib.1
    trunk/packages/bibtex2html/trunk/debian/manpages/bibtex2html.1

Modified: trunk/packages/bibtex2html/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/changelog?rev=6356&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/changelog (original)
+++ trunk/packages/bibtex2html/trunk/debian/changelog Wed Apr 22 05:18:58 2009
@@ -1,3 +1,11 @@
+bibtex2html (1.93-3) UNRELEASED; urgency=low
+
+  * Debhelper compatibility level 7, adapt build-dependency on debhelper.
+  * Standards-Version 3.8.1 (no change).
+  * manpages: replace some - by \-
+
+ -- Ralf Treinen <treinen at debian.org>  Wed, 22 Apr 2009 14:16:05 +0900
+
 bibtex2html (1.93-2) unstable; urgency=low
 
   [ Ralf Treinen ]

Modified: trunk/packages/bibtex2html/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/compat?rev=6356&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/compat (original)
+++ trunk/packages/bibtex2html/trunk/debian/compat Wed Apr 22 05:18:58 2009
@@ -1,1 +1,2 @@
-4
+7
+

Modified: trunk/packages/bibtex2html/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/control?rev=6356&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/control (original)
+++ trunk/packages/bibtex2html/trunk/debian/control Wed Apr 22 05:18:58 2009
@@ -8,9 +8,9 @@
  Stefano Zacchiroli <zack at debian.org>,
  Samuel Mimram <smimram at debian.org>,
  Sylvain Le Gall <gildor at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Build-Depends-Indep: ocaml-nox (>= 3.07), hevea
-Build-Depends: debhelper (>= 4.0), dpatch, cdbs, dh-ocaml
+Build-Depends: debhelper (>= 7.0), dpatch, cdbs, dh-ocaml
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/
 Homepage: http://www.lri.fr/~filliatr/bibtex2html/index.en.html

Modified: trunk/packages/bibtex2html/trunk/debian/manpages/bib2bib.1
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/manpages/bib2bib.1?rev=6356&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/manpages/bib2bib.1 (original)
+++ trunk/packages/bibtex2html/trunk/debian/manpages/bib2bib.1 Wed Apr 22 05:18:58 2009
@@ -18,22 +18,22 @@
 .B bib2bib
 may output a file containing all the keys of entries that satisfy the
 condition. This second file is suitable for input as option 
-.B -citefile
+.B \-citefile
 to
 .B bibtex2html
 .
 
 .SH OPTIONS
 .TP
-.BI -ob \ filename
+.BI \-ob \ filename
 specify the filename where the selected entries are output. If not
 given, it defaults to standard output.
 .TP
-.BI -oc \ filename
+.BI \-oc \ filename
 specify the filename where the list of selected keys is output. If not
 given, this file is not created.
 .TP
-.BI -c \ condition
+.BI \-c \ condition
 specify a condition for selecting the entries. The output will retain
 only the entries that satisfy this condition. If several such
 condition are given, then only the entries that satisfy all the
@@ -42,14 +42,14 @@
 expansions in that conditions, in other words, you should write
 conditions between quotes.
 .TP
-.B -expand
+.B \-expand
 expand all abbreviations in the output file. Notice that there is no
 way to ask for expansion of cross-references, since the meaning of
 such an expansion is unclear: it's better to let bibtex (via
 bibtex2html) handle the cross-references himself, depending on the
 style considered.
 .TP
-.BI -s \ field
+.BI \-s \ field
 sorts the entries of the bibliography with respect to the given field,
 which may be $key or $type to refer to the key or to the entry type,
 as for filter conditions. This options may be used several times to
@@ -61,25 +61,25 @@
 finally the regular entries. Be warned that such a sort may put
 cross-references before entries that refer to them, so be cautious.
 .TP
-.B -r
+.B \-r
 reverses the sort
 .TP
-.B -q , --quiet
+.B \-q , \-\-quiet
 be quiet.
 .TP
-.B -w , --warn-error
+.B \-w , \-\-warn-error
 stop at the first warning.
 
 .SH USAGE WITH BIBTEX2HTML
 Notice that the two output files are suitable for use with
 bibtex2html. A typical use would be
 
-    bib2bib -oc citefile -ob bibfile.bib -c condition file1.bib file2.bib ...
-    bibtex2html -citefile citefile bibfile.bib 
+    bib2bib \-oc citefile \-ob bibfile.bib \-c condition file1.bib file2.bib ...
+    bibtex2html \-citefile citefile bibfile.bib 
 
 which will produce exactly the HTML file for the selected
 references. Notice finally that bibtex2html will expand the strings
-(by default, unless you specify the -noexpand option) but not the
+(by default, unless you specify the \-noexpand option) but not the
 cross-references.
 
 

Modified: trunk/packages/bibtex2html/trunk/debian/manpages/bibtex2html.1
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/manpages/bibtex2html.1?rev=6356&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/manpages/bibtex2html.1 (original)
+++ trunk/packages/bibtex2html/trunk/debian/manpages/bibtex2html.1 Wed Apr 22 05:18:58 2009
@@ -39,7 +39,7 @@
 produce both pages with and without abstracts. If the BibTeX file is
 foo.bib then the two pages will be respectively foo.html and
 foo_abstracts.html (The suffix may be different, see option
---suffix). Links are inserted from the page without abstracts to the
+\-\-suffix). Links are inserted from the page without abstracts to the
 page with abstracts.
 .TP
 .B \-nokeys, \-\-no\-keys
@@ -62,7 +62,7 @@
 add a web link for that BibTeX field.
 .TP
 .B \-nf \fIfield string\fB, \-\-named\-field \fIfield string
-similar to -f but specifies the way to display the link (e.g. -nf springer
+similar to -f but specifies the way to display the link (e.g. \-nf springer
 "At Springer's"). 
 .TP
 .B \-note \fIfield\fB, \-\-note \fIfield\fB
@@ -164,7 +164,7 @@
 .TP
 .B \-c \fIcommand\fB, \-\-command \fIcommand
 specify the BibTeX command (default is bibtex
--min-crossrefs=1000). May be useful for example if you need to specify
+\-min-crossrefs=1000). May be useful for example if you need to specify
 the full path of the bibtex command.
 .TP
 .B \-i, \-\-ignore\-errors




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