vnlog 1.21-2 source package in Ubuntu

Changelog

vnlog (1.21-2) unstable; urgency=medium

  * Team upload.
  * Drop Python 2 support (Closes: #938796).
  * d/copyright: Use https protocol in Format field.
  * Use debhelper-compat instead of debian/compat.
  * Enable autopkgtest-pkg-python testsuite.

 -- Ondřej Nový <email address hidden>  Mon, 28 Oct 2019 13:08:35 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
vnlog_1.21-2.dsc 2.2 KiB a80dba630f3ef357559168e549a62ce4a373def6d139bc9fc729396e019a7f31
vnlog_1.21.orig.tar.gz 103.8 KiB bd05f5ab9bbc04ec352a9c5dbd1ad7dab1e751c6de02d9e28931a42e939fd27f
vnlog_1.21-2.debian.tar.xz 4.7 KiB 016966ee95d31949819f807b11c6e5c8acd702d0558213a62472dbfcd73645e0

Available diffs

No changes file available.

Binary packages built by this source

libvnlog-dev: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog (pronounced "vanillog") is a trivially-simple log format consisting of an
 ASCII table with comments and labelled fields. This package provides a C
 library that simplifies generating such logs. Dev files.

libvnlog-perl: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog (pronounced "vanillog") is a trivially-simple log format consisting of an
 ASCII table with comments and labelled fields. This package provides a simple
 Perl library to parse such logs.

libvnlog0: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog (pronounced "vanillog") is a trivially-simple log format consisting of an
 ASCII table with comments and labelled fields. This package provides a C
 library that simplifies generating such logs.

libvnlog0-dbgsym: debug symbols for libvnlog0
python3-vnlog: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog (pronounced "vanillog") is a trivially-simple log format consisting of an
 ASCII table with comments and labelled fields. This package provides a simple
 Python3 library to parse such logs.

vnlog: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog (pronounced "vanillog") is a trivially-simple log format consisting of an
 ASCII table with comments and labelled fields. This package provides tools to
 process and manipulate such logs. The tools are:
 .
 vnl-filter selects a subset of the rows/columns in a vnlog and/or to
 manipulates the contents. This is effectively an awk wrapper.
 .
 vnl-sort, vnl-uniq, vnl-join, vnl-tail and vnl-ts are wrappers around the
 corresponding commandline tools
 .
 vnl-align aligns vnlog columns for easy interpretation by humans
 .
 vnl-make-matrix converts a one-point-per-line vnlog to a matrix of data