From bccb1f0a382195d64d7691f8f464811a7cb58cb6 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Mon, 28 Nov 2011 01:08:23 +0100 Subject: initial debian packaging --- debian/control | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6019c4c --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: hadori +Section: utils +Priority: extra +Maintainer: Timo Weingärtner +Build-Depends: debhelper (>= 8.9.0), libboost-program-options-dev, zlib1g-dev +Standards-Version: 3.9.2 + +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 -- cgit v1.2.3