fpart 1.1.0-1 source package in Ubuntu

Changelog

fpart (1.1.0-1) unstable; urgency=low

  * New upstream release (closes: #881806)
  * New package maintainer (closes: #911246, #924334)
  * debian/control
    - Update Vcs fields
    - Bump Standards-Version to 4.4.0 (no changes required)
    - Use debhelper-compat (= 12)
    - Add cpio to Depends
    - Remove unnecessary minimal versions from Depends
  * debian/copyright
    - Use machine-readable format
  * debian/watch
    - Switch to version 4
    - Use https in URL

 -- Ganael LAPLANCHE <email address hidden>  Wed, 21 Aug 2019 23:41:38 +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

Downloads

File Size SHA-256 Checksum
fpart_1.1.0-1.dsc 1.8 KiB ab88320c1534716b7f75c3d0242d94aa7b69b97f326621611bdefe0b6f4d348d
fpart_1.1.0.orig.tar.gz 300.2 KiB ad0369f623c78ff6ef012a649bf6394320d5be81bfb24844a76419afae30bde0
fpart_1.1.0-1.debian.tar.xz 2.4 KiB 1ce2d48320068508231a37327d1233b382faa217bdde9674a13cd490c03fadaf

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)) 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