summaryrefslogtreecommitdiff
path: root/debian/control
blob: 636e02f894f894e5c321f8744bee835bf53b9b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: hadori
Section: utils
Priority: extra
Maintainer: Timo Weingärtner <timo@tiwe.de>
Build-Depends: debhelper (>= 9), libboost-program-options-dev, zlib1g-dev
Standards-Version: 3.9.4
Homepage: https://git.tiwe.de/hadori.git
Vcs-Git: https://git.tiwe.de/hadori.git -b debian
Vcs-Browser: https://git.tiwe.de/hadori.git/log/?h=debian

Package: hadori
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hardlinks identical files
 This might look like yet another hardlinking tool, but it is the only one
 which only memorizes one filename per inode. That results in less merory
 consumption and faster execution compared to its alternatives. Therefore
 (and because all the other names are already taken) it's called
 "HArdlinking DOne RIght".
 .
 Advantages over other hardlinking tools:
  * predictability: arguments are scanned in order, each first version is kept
  * much lower CPU and memory consumption
  * hashing option: speedup on many equal-sized, mostly identical files