dact 0.8.42-6 source package in Ubuntu

Changelog

dact (0.8.42-6) unstable; urgency=medium

  * QA upload.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Bumped Standards-Version to 4.7.0.
      - Migrated DH level to 13.
      - Migrated Vcs-* fields to from personal to Debian namespace on Salsa.
  * debian/copyright:
      - Added missing Files paragraph.
      - Updated packaging copyright information.
  * debian/debian-save-restore.mk: no longer needed. Removed.
  * debian/docs: avoided installing non-documentation file.
  * debian/gbp.conf: created to comply with DEP-14 layout recommendations and
    enforce pristine-tar usage.
  * debian/patches/
      - 20-Makefile.in.patch:
          ~ Adapted to make clean target restore upstream files overwritten
            during build.
          ~ Adapted to make install target honor DESTDIR.
          ~ Converted patch header to DEP-3.
      - 30-fix-lzo-comp.patch: created to use liblzo2 instead of liblzo.
  * debian/rules:
      - Added execute_before_dh_builddeb target to remove empty directories.
      - Removed commands to run autoreconf and update config.* files from
        dh_auto-configure override, as they are run by default when using the dh
        sequencer since debhelper compatibility level 10.
      - Removed dependency on debian/debian-save-restore.mk file.
      - Removed no longer needed dh_auto_clean and dh_builddeb overrides.
      - Removed sed invocation from override_dh_auto_configure, as it was
        replaced by 30-fix-lzo-comp.patch.
      - Removed the '-Wl,--as-needed' linker flag, as the toolchain defaults to
        linking with it since bullseye.
      - Stopped overriding prefix and other installation directories during
        dh_auto_configure invocation.
  * debian/source/include-binaries: created to include a binary test file.
  * debian/tests/:
      - control: updated to compare resulting file with the expected output.
      - test.txt.dct: created as the expected output from the test file.
  * debian/upstream/metadata: created to provide upstream metadata.
  * debian/watch: updated to version 4.

 -- David da Silva Polverari <email address hidden>  Sun, 02 Jun 2024 01:33:04 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils

Downloads

File Size SHA-256 Checksum
dact_0.8.42-6.dsc 1.8 KiB e6bffebb4a28d24bd369c620c3c77380e59deaa785f85c536cc37af5a647982d
dact_0.8.42.orig.tar.gz 147.4 KiB 08c91d36b2de30c4f2e9e13a7b044c137c096db2ba8d868d1962e209dd6b2ed8
dact_0.8.42-6.debian.tar.xz 9.1 KiB 333f0d924441da925488095c9ca493b6363f1ec61a748301e8aad92dfebcbf5e

Available diffs

No changes file available.

Binary packages built by this source

dact: multi-algorithm compression

 DACT compresses each block within the file with all its known algorithms and
 uses the block with the best compression ratio.
 .
 DACT can encrypt the compressed data with one of two algorithms.
 .
 Compression time for DACT is slow as each block is compressed multiple times.
 .
 Current supported compression algorithms include RLE, Delta, Text, Zlib,
 Modified Zlib, Bzip2 and Seminibble Encoding.

dact-dbgsym: debug symbols for dact