fpart 1.6.0-1 source package in Ubuntu

Changelog

fpart (1.6.0-1) unstable; urgency=low

  * New upstream release
  * debian/control
    - Bump Standards-Version to 4.6.2 (no changes required)
  * debian/copyright
    - Bump copyright dates
  * debian/rules
    - Enable hardening

 -- Ganael LAPLANCHE <email address hidden>  Tue, 23 Jan 2024 22:08:02 +0100

Upload details

Uploaded by:
Ganael LAPLANCHE
Uploaded to:
Sid
Original maintainer:
Ganael LAPLANCHE
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
fpart_1.6.0-1.dsc 2.0 KiB 42c5fc1ba43c1f64f9f877677cfbd92a50824089be41f8913756421b913493b8
fpart_1.6.0.orig.tar.gz 467.9 KiB f6a87f3e0930087c05f341e8246c4b37c5b98c53791e438d38c96942aa4d190f
fpart_1.6.0.orig.tar.gz.asc 833 bytes 6654279a7077177ab303a3a1cf984d75ab905374fd52a7da9dd3bea3a8a517e3
fpart_1.6.0-1.debian.tar.xz 6.0 KiB 39f730d83f6b5d54f5596c7504c7cd3a4e59f106c82e6f492b177ed8f6f4a773

Available diffs

No changes file available.

Binary packages built by this source

fpart: sort file trees and pack them into bags

 Fpart is a tool that helps you sort file trees and pack them into bags (called
 "partitions"). It is developed in C and available under the BSD license.
 .
 It splits a list of directories and file trees into a certain number of
 partitions, trying to produce partitions with the same size and number of
 files.
 It can also produce partitions with a given number of files or a limited size.
 Once generated, partitions are either printed as file lists to stdout
 (default) or to files. Those lists can then be used by third party programs.
 .
 Fpart also includes a live mode, which allows it to crawl very large
 filesystems and produce partitions in live. Hooks are available to act on
 those partitions (e.g. immediately start a transfer using rsync(1), cpio(1)
 or tar(1)) without having to wait for the filesystem traversal job to be
 finished. Used this way, fpart can be seen as a powerful data migration tool.

fpart-dbgsym: debug symbols for fpart