gaffitter 0.6.0-3 source package in Ubuntu

Changelog

gaffitter (0.6.0-3) unstable; urgency=medium

  * QA Upload.

  [ Helmut Grohne ]
  * Fix FTCBFS: Let dh_auto_build pass cross tools to make.
    (Closes: #928876)

  [ Niels Thykier ]
  * Install binaries into /usr/bin instead of /bin.
    (Closes: #914371)
  * Rewrite rules to use the "dh $@"-style.
    - Adds support for (now) mandatory build-arch and build-indep
      targets in debian/rules.
  * Set Rules-Requires-Root to no.
  * Bump debhelper compat to 12.
  * Add ${misc:Depends} to dependency list for gaffitter.
  * Enable all hardening flags.
  * Convert source to 3.0 (quilt) to remove dependency on quilt.
  * Bump Standards-Version to 4.5.0.
  * Add superficial autopkgtests to ensure that the binary still
    runs.  Better testing welcome.

 -- Niels Thykier <email address hidden>  Thu, 19 Mar 2020 17:07:44 +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
Noble release universe utils
Mantic release universe utils
Lunar release universe utils
Jammy release universe utils

Downloads

File Size SHA-256 Checksum
gaffitter_0.6.0-3.dsc 1.7 KiB 9f0166ca4af088a97d30d5e90562f9da2a4a47079e542fa3c31ccedcd9bb3452
gaffitter_0.6.0.orig.tar.gz 50.0 KiB 3e96c17b831b12c3cfb2b4f8c181dec391e229ee68e39185d60046e09a65d27e
gaffitter_0.6.0-3.debian.tar.xz 4.8 KiB 7e3f5288334e32ee8b0595dc582d2cc6cd632a3d88d4757fc650086ed8a0c853

No changes file available.

Binary packages built by this source

gaffitter: File subsets extractor based on genetic algorithms

 Genetic Algorithm File Fitter (gaffitter) is a command-line software
 written in C++ that extracts --via genetic algorithm-- subsets of an
 input list of files/directories that best fit the given volume size
 (target), such as CD, DVD and others.
 .
 gaffitter provides an intelligent manner (thanks to Genetic Algorithm)
 to minimize the error between the desired target size and the selected
 candidates of files/directories. Gaffitter highlights:
 .
   * Uses a global meta-heuristic (Genetic Algorithm search).
   * The command-line interface provides high integration (via pipe) with
     other tools, i.e. works as a "filter".
   * Allow the user to enter 'size identifier' pairs directly instead
     of file/dir names.
   * Pretty configurable. gaffitter have many input parameters to
     control/adjust its behavior (including GA params).

gaffitter-dbgsym: debug symbols for gaffitter