4 Maintainer: gregor herrmann <gregoa@debian.org>
5 Build-Depends: debhelper (>= 8), help2man
6 Standards-Version: 3.9.2
7 Homepage: http://sourceforge.net/projects/dupmerge/
8 Vcs-Svn: http://svn.toastfreeware.priv.at/debian/dupmerge/trunk/
9 Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/dupmerge/trunk/
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: tool for linking identical files
15 Dupmerge reads a list of files from standard input (eg., as produced by
16 "find . -print") and looks securely for identical files. When it finds
17 two or more identical files, all but one are unlinked to reclaim the
18 disk space and recreated as hard links to the remaining copy.