ncompress 5.0-1 source package in Ubuntu

Changelog

ncompress (5.0-1) unstable; urgency=medium

  * New upstream release.
  * Fix debian/watch to work with new upstream version format.
  * Adjust uncompress-real.patch to account for new upstream filename.
  * Update debian/copyright to reflect 2023 for Debian changes.
  * Bump standards version to 4.6.2.0 (no packaging changes).

 -- Kenneth J. Pronovici <email address hidden>  Sun, 17 Dec 2023 00:54:42 +0000

Upload details

Uploaded by:
Kenneth J. Pronovici
Uploaded to:
Sid
Original maintainer:
Kenneth J. Pronovici
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe utils

Downloads

File Size SHA-256 Checksum
ncompress_5.0-1.dsc 1.8 KiB b113065cedd92d9106896cc8b7e159766dd717e1e3151b3f63a37a142b2a67ec
ncompress_5.0.orig.tar.gz 33.4 KiB 96ec931d06ab827fccad377839bfb91955274568392ddecf809e443443aead46
ncompress_5.0-1.debian.tar.xz 13.7 KiB b1c52b1c6ddf0c105439d2add167f13518871b935cec7f07f05a5b3f2f60caf7

No changes file available.

Binary packages built by this source

ncompress: original Lempel-Ziv compress/uncompress programs

 This package provides the original compress and uncompress programs that used
 to be the de facto UNIX standard for compressing and uncompressing files.
 These programs implement a fast, simple Lempel-Ziv (LZW) file compression
 algorithm.
 .
 For Debian, the standard uncompress program is installed as uncompress.real,
 to avoid conflicting with other packages.
 .
 This package also contains a copyright notice and a brief discussion of the
 LZW patent history (written by one of the original authors) in the file
 /usr/share/doc/ncompress/README.Debian.

ncompress-dbgsym: debug symbols for ncompress