rubber 1.5.1-2 source package in Ubuntu

Changelog

rubber (1.5.1-2) unstable; urgency=medium

  Remove texlive-omega from suggest: it is a transitional
  package.

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

 -- Hilmar Preusse <email address hidden>  Sat, 21 Sep 2019 18:36:49 +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
Focal release universe tex

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rubber_1.5.1-2.dsc 2.0 KiB 921eeb36849a2556242acda3c56e1c36cea803de27edcf84fd692215479f9082
rubber_1.5.1.orig.tar.gz 109.2 KiB 37a843dc36a8aa256f9a66de130a031a0406346e663e1c257e45fd0a6eae0d9d
rubber_1.5.1-2.debian.tar.xz 9.0 KiB 6bbe90fb419231ecbf8bdcc0facacdc23a325c99f412cabf3e74ee5fdda76516

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
 either python3-prompt-toolkit and python3-pygments,
 or python-prompt-toolkit and python-pygments for Python2 code.