jdupes 1.27.3-5build1 source package in Ubuntu

Changelog

jdupes (1.27.3-5build1) noble; urgency=high

  * No change rebuild against libjodycode3t64.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 16:59:37 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
jdupes_1.27.3.orig.tar.gz 170.7 KiB 6e8352f61b3920a2b5626c7122c3b80b4fdcc5cdd3f1c0c3424530425a77d846
jdupes_1.27.3-5build1.debian.tar.xz 16.2 KiB 3aee4c51a81e3918a79f2aaf766bf79b7a6d6c8c83dbf119877a17974f3acdd6
jdupes_1.27.3-5build1.dsc 2.0 KiB 3920a03c4b0cb37b49b7a0d317bbd4c418804d7b7c58ee6e990ecceed52e0cc7

View changes file

Binary packages built by this source

jdupes: identify and delete or link duplicate files

 jdupes is a program based in fdupes. The main goal of jdupes is identify
 and taking actions upon duplicate files. In comparison with fdupes, jdupes
 is heavily modified from and improved.
 .
 The biggest reason to use jdupes is raw speed. In testing on various data
 sets, jdupes is over 7 times faster than fdupes-1.51 on average.
 .
 Code in jdupes is written with data loss avoidance as the highest priority.
 If a choice must be made between being aggressive or careful, the careful
 way is always chosen.
 .
 jdupes includes features that are not found in fdupes. Examples of such
 features include btrfs block-level deduplication and control over which
 file is kept when a match set is automatically deleted. jdupes is not
 afraid of dropping features of low value; a prime example is the -1 switch
 which outputs all matches in a set on one line, a feature which was found
 to be useless in real-world tests and therefore thrown out.
 .
 jdupes can convert duplicate files in hardlinks or relative softlinks. It
 is useful in several scenarios, as in Debian packaging, to create relative
 symlinks to lots of duplicate files (it will substitute rdfind + symlinks
 commands, used to same purpose, when solving lintian duplicate-files).
 .
 Packages build for Linux versions have support to btrfs filesystem.

jdupes-dbgsym: debug symbols for jdupes