rubber 1.6.5-1 source package in Ubuntu

Changelog

rubber (1.6.5-1) unstable; urgency=medium

  * New upstream version.
    - Add pybuild-plugin-pyproject & python3-hatchling as new BD.
  * Remove patch 05_enable_docu again, it is done by upstream now.
  * Bump Standards version, no changes needed.

 -- Hilmar Preusse <email address hidden>  Sat, 13 Apr 2024 23:15:36 +0200

Upload details

Uploaded by:
Hilmar Preusse
Uploaded to:
Sid
Original maintainer:
Hilmar Preusse
Architectures:
all
Section:
tex
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe tex

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rubber_1.6.5-1.dsc 2.4 KiB 77b155c9d86f971e245fbdc8bb7c09471c18167779c1e8b23ff41bdfc82e2e00
rubber_1.6.5.orig.tar.gz 123.8 KiB 2ef8b7c7158a2506b4bff235417fb49cc4c9a530fb3560a8acf4a47453b12de9
rubber_1.6.5-1.debian.tar.xz 10.5 KiB c6a0564c86466ed28564c3e1cbe63014efa9009ebbd5775eb5605e37901613f5

Available diffs

No changes file available.

Binary packages built by this source

rubber: automated system for building LaTeX documents

 This is a building system for LaTeX documents. It is based on a routine that
 runs just as many compilations as necessary. The module system provides a
 great flexibility that virtually allows support for any package with no user
 intervention, as well as pre- and post-processing of the document. The
 standard modules currently provide support for bibtex, dvips, dvipdfm,
 pdftex, makeindex. A good number of standard packages are supported,
 including graphics/graphicx with automatic conversion between various
 graphics formats and Metapost compilation.
 .
 Some optional parts require the installation of suggested Debian packages:
 imagemagick (graphics conversion),
 r-cran-knitr,
 texlive-bibtex-extra (biblatex),
 texlive-binaries (aleph),
 texlive-latex-extra (cweb, minitoc, moreverb, multibib, nomencl, ntheorem),
 texlive-latex-recommended (beamer, index, listings),
 texlive-pictures (gnuplottex),
 transfig (conversion from XFig format).
 .
 pythontex from texlive-extra-utils requires
 python3-prompt-toolkit and python3-pygments.