ocamlweb 1.41-8 source package in Ubuntu

Changelog

ocamlweb (1.41-8) unstable; urgency=medium

  * patch configure-update: update of configure.in
  * rebuild configure :
    - add configure to the gbp import filter
    - debian/rules: run autoconf at the beginning of the
      dh_auto_configure target
    - dh_clean: remove Makefile and config.status (closes: #1046168)
  * lintian override for supposedly missing source of
    doc/ocamlweb-1.41-man.html (the source is right there:
    doc/ocamlweb-1.41-man.tex).
  * Standards-Version 4.7.0 (no change)

 -- Ralf Treinen <email address hidden>  Mon, 22 Jul 2024 08:51:47 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
ocamlweb_1.41-8.dsc 2.0 KiB de998eac7b63a504b527c325d9207b05de1af28e3dade96a75b4c3aeafab6efd
ocamlweb_1.41.orig.tar.gz 138.5 KiB 5c0221bf8b9166f6369e3756e44abb89e5cb2bc9599345c3a3d65d09ac8ae93d
ocamlweb_1.41-8.debian.tar.xz 11.3 KiB 53306f5daa551b166d55477625d2254a60cac45033ee460aaf1c4019279e14cf

Available diffs

No changes file available.

Binary packages built by this source

ocamlweb: Literate programming tool for Objective Caml

 Literate programming, as defined by Knuth, means to combine program
 code and documentation into one source document from which program
 code and documentation can be extracted. The approach of ocamlweb is
 that documentation is to be included in the program code as special
 comments. The ocamlweb tool extracts from this the documented program
 code as LaTeX document, while no special preprocessing is required to
 compile the source files.