python-libais 0.17+git.20190917.master.e464cf8-3 source package in Ubuntu

Changelog

python-libais (0.17+git.20190917.master.e464cf8-3) unstable; urgency=medium

  * Team Upload.
  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).

  [ Nilesh Patra ]
  * Add autopkgtests
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Bump debhelper compatibility level to 13

 -- Nilesh Patra <email address hidden>  Sat, 23 Oct 2021 17:06:18 +0530

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python 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
python-libais_0.17+git.20190917.master.e464cf8-3.dsc 2.4 KiB f7b9ef29931ef31787e9c49270ed4f9d0a4bc64cbf0edfef3e83535b0d0de307
python-libais_0.17+git.20190917.master.e464cf8.orig.tar.gz 945.5 KiB bd8f30e2e43744587cc4fef9a546e84b9933e9842253ec02d7daba05ce50e5aa
python-libais_0.17+git.20190917.master.e464cf8-3.debian.tar.xz 4.2 KiB 3aa96218b6355411b360903de728ec8ce255aefda7ad3c720f68cccddd93444a

No changes file available.

Binary packages built by this source

libais-tools: Cli tools for decoding maritime Automatic Identification System messages

 There are two interfaces to libais, one high-level iterator based one
 and a low-level fast C++ only one.
 .
 To use the low-level C++ interface directly, you need to handle multi-line
 messages and padding yourself.
 .
 This package installs command line tools.

python3-ais: Library for decoding maritime Automatic Identification System messages

 There are two interfaces to libais, one high-level iterator based one
 and a low-level fast C++ only one.
 .
 To use the low-level C++ interface directly, you need to handle multi-line
 messages and padding yourself.
 .
 This package installs the library for Python 3.

python3-ais-dbgsym: debug symbols for python3-ais