units-filter 4.2-3 source package in Ubuntu

Changelog

units-filter (4.2-3) unstable; urgency=medium

  * fixed the missing path $(DESTDIR_TXT)/usr/share/doc/units-filter/html
    when a symlink to /usr/share/sphinx/themes/basic/static must be created.
    Closes: #999652

 -- Georges Khaznadar <email address hidden>  Sun, 14 Nov 2021 19:24:51 +0100

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
any all
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe science

Downloads

File Size SHA-256 Checksum
units-filter_4.2-3.dsc 2.0 KiB dcd61242882b1643bfdb7dbdb3fae83e2fa8fca740e1859b4479a36f2cf90288
units-filter_4.2.orig.tar.xz 174.8 KiB 00c2e79e626fb2e8cb7cc17bfc5e4de483dc573d59f0959e46390983083ca4a7
units-filter_4.2-3.debian.tar.xz 6.0 KiB 66d015172fcd6f1f98d35671f5563bdccca6121033358d9d23b741ac5d16609a

Available diffs

No changes file available.

Binary packages built by this source

units-filter: Parser for expressions concerning physical values

 Units-filter is a basic standalone filter written in C language,
 flex and bison. It inputs strings like "1.5e3 nN.m.s^-1" (it could
 be the time growth ratio of a torque) and outputs the value in
 standard SI unit, followed by the physical dimension of this value.
 .
  example :~/src$ echo 1.5e3 nN.m.s^-1 | units-filter
  1.5e-06   2   1  -3   0   0   0   0    0    0
 .
                                   2 -3
  which means : 1.5e-06 (SI unit) m .kg.s
 .
 This parser can be embedded in educational test systems, in order to
 analyze a student's answer to a problem of physics or chemistry.

units-filter-dbgsym: No summary available for units-filter-dbgsym in ubuntu kinetic.

No description available for units-filter-dbgsym in ubuntu kinetic.

units-master: Powerful units converter with a GUI

 Units-master is a graphic application with three features:
  - check the syntax of a physical quantity, like "25 m/s", or "1.2 µA"
  - perform conversions, like "1.2 µA" to "1.2e-3 mA"
  - render physical quantities to plain LaTeX, PNG, SVG.