File: control

package info (click to toggle)
duperemove 0.15.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 700 kB
  • sloc: ansic: 7,719; makefile: 92; sh: 5
file content (27 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: duperemove
Maintainer: Duperemove Maintainers <duperemove@packages.debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>
Section: admin
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: libbsd-dev, libglib2.0-dev, libsqlite3-dev, libxxhash-dev
Standards-Version: 4.7.2
Rules-Requires-Root: binary-targets
Homepage: https://markfasheh.github.io/duperemove/
Vcs-Git: https://salsa.debian.org/debian/duperemove.git
Vcs-Browser: https://salsa.debian.org/debian/duperemove

Package: duperemove
Architecture: linux-any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Enhances: btrfs-progs
Description: extent-based deduplicator for file systems
 Duperemove is a tool for finding duplicated extents and submitting them for
 deduplication.  When given a list of files it will hash their contents on a
 block by block basis and compare those hashes to each other, finding and
 categorizing extents that match each other.
 .
 On BTRFS and, experimentally, XFS, it can then reflink such extents in a
 race-free way.  Unlike hardlink-based solutions, affected files appear
 independent in any way other than reduced disk space used.