[Pkg-ocaml-maint-commits] r2378 - in trunk/packages: bibtex2html/trunk/debian hevea/trunk/debian hlins/trunk/debian

Ralf Treinen treinen at costa.debian.org
Sat Jan 7 09:58:01 UTC 2006


Author: treinen
Date: 2006-01-07 09:58:00 +0000 (Sat, 07 Jan 2006)
New Revision: 2378

Added:
   trunk/packages/bibtex2html/trunk/debian/control.in
   trunk/packages/hevea/trunk/debian/control.in
   trunk/packages/hlins/trunk/debian/control.in
Modified:
   trunk/packages/bibtex2html/trunk/debian/changelog
   trunk/packages/bibtex2html/trunk/debian/control
   trunk/packages/bibtex2html/trunk/debian/rules
   trunk/packages/hevea/trunk/debian/changelog
   trunk/packages/hevea/trunk/debian/control
   trunk/packages/hevea/trunk/debian/rules
   trunk/packages/hlins/trunk/debian/changelog
   trunk/packages/hlins/trunk/debian/control
   trunk/packages/hlins/trunk/debian/rules
Log:
ready of ocaml 3.09.1


Modified: trunk/packages/bibtex2html/trunk/debian/changelog
===================================================================
--- trunk/packages/bibtex2html/trunk/debian/changelog	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/bibtex2html/trunk/debian/changelog	2006-01-07 09:58:00 UTC (rev 2378)
@@ -1,3 +1,11 @@
+bibtex2html (1.78-3) unstable; urgency=low
+  
+  * Bumped (Build-)dependency on ocaml to 3.09.1
+  * New uploader Sylvain Le Gall <gildor at debian.org>
+  * Automate update of debian/control.
+
+ -- Ralf Treinen <treinen at debian.org>  Sat,  7 Jan 2006 10:48:39 +0100
+
 bibtex2html (1.78-1) unstable; urgency=low
 
   * New upstream release now accepts again @comment{...} entries in

Modified: trunk/packages/bibtex2html/trunk/debian/control
===================================================================
--- trunk/packages/bibtex2html/trunk/debian/control	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/bibtex2html/trunk/debian/control	2006-01-07 09:58:00 UTC (rev 2378)
@@ -2,13 +2,13 @@
 Section: tex
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>
+Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
 Standards-Version: 3.6.2
-Build-Depends-Indep: ocaml-nox-3.09.0, tetex-base, tetex-bin, tetex-extra, debhelper (>= 4.0), hevea, dpatch
+Build-Depends-Indep: ocaml-nox-3.09.1, tetex-base, tetex-bin, tetex-extra, debhelper (>= 4.0), hevea, dpatch
 
 Package: bibtex2html
 Architecture: all
-Depends: ocaml-base-nox-3.09.0, perl, tetex-base, tetex-bin, tetex-extra
+Depends: ocaml-base-nox-3.09.1, perl, tetex-base, tetex-bin, tetex-extra
 Suggests: hlins
 Description: filters BibTeX files and translates them to HTML
  Collection of tools for filtering BibTeX data bases and for producing

Added: trunk/packages/bibtex2html/trunk/debian/control.in
===================================================================
--- trunk/packages/bibtex2html/trunk/debian/control.in	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/bibtex2html/trunk/debian/control.in	2006-01-07 09:58:00 UTC (rev 2378)
@@ -0,0 +1,32 @@
+Source: bibtex2html
+Section: tex
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
+Standards-Version: 3.6.2
+Build-Depends-Indep: ocaml-nox-#OcamlABI#, tetex-base, tetex-bin, tetex-extra, debhelper (>= 4.0), hevea, dpatch
+
+Package: bibtex2html
+Architecture: all
+Depends: ocaml-base-nox-#OcamlABI#, perl, tetex-base, tetex-bin, tetex-extra
+Suggests: hlins
+Description: filters BibTeX files and translates them to HTML
+ Collection of tools for filtering BibTeX data bases and for producing
+ HTML documents from BibTeX data bases: 
+ .
+  - aux2bib extracts a BibTeX database consisting of only the entries
+    that are refereed by an aux file.
+ .
+  - bib2bib is a filter tool that reads one or several bibliography
+    files, filters the entries with respect to a given criterion, and
+    outputs the list of selected keys together with a new bibliography
+    file containing only the selected entries;
+ .
+  - bibtex2html is a translator that reads a bibliography file and
+    outputs two HTML documents that are respectively the cited
+    bibliography in a nice presentation, and the original BibTeX file
+    augmented with several transparent HTML links to allow easy
+    navigation.
+ .
+ See the bibtex2html homepage
+ http://www.lri.fr/~filliatr/bibtex2html/index.en.html.

Modified: trunk/packages/bibtex2html/trunk/debian/rules
===================================================================
--- trunk/packages/bibtex2html/trunk/debian/rules	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/bibtex2html/trunk/debian/rules	2006-01-07 09:58:00 UTC (rev 2378)
@@ -7,6 +7,11 @@
 
 DESTDIR=`pwd`/debian/bibtex2html
 
+# for package maintainers only - target not used in build process!
+OCAMLABI := $(shell ocamlc -version)
+debian/control:
+	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
+
 Makefile: patch
 	dh_testdir
 	./configure\
@@ -49,4 +54,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install patch unpatch debian/control

Modified: trunk/packages/hevea/trunk/debian/changelog
===================================================================
--- trunk/packages/hevea/trunk/debian/changelog	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/hevea/trunk/debian/changelog	2006-01-07 09:58:00 UTC (rev 2378)
@@ -1,3 +1,11 @@
+hevea (1.08-3) unstable; urgency=low
+
+  * Bumped (Build-)dependency on ocaml to 3.09.1
+  * New uploader Sylvain Le Gall <gildor at debian.org>
+  * Automate update of debian/control.
+
+ -- Ralf Treinen <treinen at debian.org>  Sat,  7 Jan 2006 10:11:15 +0100
+
 hevea (1.08-2) unstable; urgency=low
 
   * Bumped (build-)dependency on ocaml-* to 3.09.0.

Modified: trunk/packages/hevea/trunk/debian/control
===================================================================
--- trunk/packages/hevea/trunk/debian/control	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/hevea/trunk/debian/control	2006-01-07 09:58:00 UTC (rev 2378)
@@ -2,13 +2,13 @@
 Section: tex
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Jerome Marant <jerome at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>
-Build-Depends-Indep: debhelper (>= 4.0), ocaml-nox-3.09.0, dpatch
+Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Jerome Marant <jerome at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
+Build-Depends-Indep: debhelper (>= 4.0), ocaml-nox-3.09.1, dpatch
 Standards-Version: 3.6.2
 
 Package: hevea
 Architecture: all
-Depends: gs, netpbm(>=2:9.10-1), tetex-bin, ocaml-base-nox-3.09.0
+Depends: gs, netpbm(>=2:9.10-1), tetex-bin, ocaml-base-nox-3.09.1
 Suggests: hevea-doc 
 Description: translates from LaTeX to HTML, info, or text
  Its remarkable features are

Added: trunk/packages/hevea/trunk/debian/control.in
===================================================================
--- trunk/packages/hevea/trunk/debian/control.in	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/hevea/trunk/debian/control.in	2006-01-07 09:58:00 UTC (rev 2378)
@@ -0,0 +1,26 @@
+Source: hevea
+Section: tex
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Jerome Marant <jerome at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
+Build-Depends-Indep: debhelper (>= 4.0), ocaml-nox-#OcamlABI#, dpatch
+Standards-Version: 3.6.2
+
+Package: hevea
+Architecture: all
+Depends: gs, netpbm(>=2:9.10-1), tetex-bin, ocaml-base-nox-#OcamlABI#
+Suggests: hevea-doc 
+Description: translates from LaTeX to HTML, info, or text
+ Its remarkable features are
+  - It produces good output. Special symbols (like mathematical symbols) are
+    translated into Unicode entities which should be rendered by any graphical
+    browser. Picture files are only generated on demand, for instance when
+    translating graphics.
+  - It is highly configurable through (La)TeX macros. Though aimed at
+    LaTeX input it understands a fair subset of TeX' macro language.
+  - It runs fast.
+ .
+ This version of HeVeA is patched to generate by default picture files
+ in the PNG format instead of the GIF format.
+ .
+ See also http://pauillac.inria.fr/hevea/.

Modified: trunk/packages/hevea/trunk/debian/rules
===================================================================
--- trunk/packages/hevea/trunk/debian/rules	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/hevea/trunk/debian/rules	2006-01-07 09:58:00 UTC (rev 2378)
@@ -5,6 +5,11 @@
 
 include /usr/share/dpatch/dpatch.make
 
+# for package maintainers only - target not used in build process!
+OCAMLABI := $(shell ocamlc -version)
+debian/control:
+	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
+
 build: hevea
 hevea: patch
 	dh_testdir
@@ -48,4 +53,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install patch unpatch debian/control

Modified: trunk/packages/hlins/trunk/debian/changelog
===================================================================
--- trunk/packages/hlins/trunk/debian/changelog	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/hlins/trunk/debian/changelog	2006-01-07 09:58:00 UTC (rev 2378)
@@ -1,3 +1,11 @@
+hlins (0.39-7) unstable; urgency=low
+  
+  * Bumped (Build-)dependency on ocaml to 3.09.1
+  * New uploader Sylvain Le Gall <gildor at debian.org>
+  * Automate update of debian/control.
+
+ -- Ralf Treinen <treinen at debian.org>  Sat,  7 Jan 2006 10:42:18 +0100
+
 hlins (0.39-6) unstable; urgency=low
 
   * Added debian/svn-deblayout.

Modified: trunk/packages/hlins/trunk/debian/control
===================================================================
--- trunk/packages/hlins/trunk/debian/control	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/hlins/trunk/debian/control	2006-01-07 09:58:00 UTC (rev 2378)
@@ -2,13 +2,13 @@
 Section: text
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>
+Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
 Standards-Version: 3.6.2
-Build-Depends-Indep: ocaml-nox-3.09.0, debhelper (>= 4.0), dpatch
+Build-Depends-Indep: ocaml-nox-3.09.1, debhelper (>= 4.0), dpatch
 
 Package: hlins
 Architecture: all
-Depends: ocaml-base-nox-3.09.0
+Depends: ocaml-base-nox-3.09.1
 Description: Insert URLs into html documents
  Hlins is a tool to insert hypertext links into HTML documents,
  using a database with entries of the form "name = url". It is 

Added: trunk/packages/hlins/trunk/debian/control.in
===================================================================
--- trunk/packages/hlins/trunk/debian/control.in	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/hlins/trunk/debian/control.in	2006-01-07 09:58:00 UTC (rev 2378)
@@ -0,0 +1,17 @@
+Source: hlins
+Section: text
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
+Standards-Version: 3.6.2
+Build-Depends-Indep: ocaml-nox-#OcamlABI#, debhelper (>= 4.0), dpatch
+
+Package: hlins
+Architecture: all
+Depends: ocaml-base-nox-#OcamlABI#
+Description: Insert URLs into html documents
+ Hlins is a tool to insert hypertext links into HTML documents,
+ using a database with entries of the form "name = url". It is 
+ designed for inserting URLs of real persons: it knows about
+ abbreviations of first and middle names and tolerates dropping
+ the second part of a composite last name.

Modified: trunk/packages/hlins/trunk/debian/rules
===================================================================
--- trunk/packages/hlins/trunk/debian/rules	2006-01-06 19:52:03 UTC (rev 2377)
+++ trunk/packages/hlins/trunk/debian/rules	2006-01-07 09:58:00 UTC (rev 2378)
@@ -5,6 +5,11 @@
 
 include /usr/share/dpatch/dpatch.make
 
+# for package maintainers only - target not used in build process!
+OCAMLABI := $(shell ocamlc -version)
+debian/control:
+	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
+
 build: source/hlins.bc
 source/hlins.bc: patch
 	dh_testdir
@@ -42,5 +47,7 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install patch unpatch debian/control
 
+
+




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