fpart 1.5.1-1 source package in Ubuntu

Changelog

fpart (1.5.1-1) unstable; urgency=low

  * New upstream release
  * Fix large files handling on 32-bit machines (closes: #834328)
  * debian/control
    - Bump Standards-Version to 4.6.1 (no changes required)
  * debian/copyright
    - Bump copyright dates

 -- Ganael LAPLANCHE <email address hidden>  Fri, 01 Jul 2022 17:26:19 +0200

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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
fpart_1.5.1-1.dsc 1.9 KiB 6c8a70e2cf6f859734668af69b42c44b95b4ddc49b0bd9f39045f62b8993273f
fpart_1.5.1.orig.tar.gz 240.5 KiB 4e646bbadf737f5bf808a3d1184e01c95d09662099a2ee541ea6111677d0ddf1
fpart_1.5.1.orig.tar.gz.asc 833 bytes 36c9421329006da738c04b3c0966810ee01fb460a566c9f07334ba6901342fc8
fpart_1.5.1-1.debian.tar.xz 5.9 KiB 4762014d5875078830beb31c0a4f80717c8afcf4b9a64400c0f80a55d8015d82

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