diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..fa6e94e --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: hadori +Section: utils +Priority: extra +Maintainer: Timo Weingärtner <timo@tiwe.de> +Build-Depends: debhelper (>= 10), help2man, libboost-program-options-dev +Standards-Version: 3.9.8 +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 memory + 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 |