Package: reglookup Version: 1.0.1+svn287-5 Severity: wishlist Tags: patch Dear Maintainer,
The jdupes (new in Debian) can substitute rdfind+symlinks, making fast and friendly the actions over duplicate files. I added a patch for you Giovani. There are some information here[1], if needed. [1] https://wiki.debian.org/dedup.debian.net Cheers, Eriberto
diff -Naur reglookup-1.0.1+svn287.orig/debian/control reglookup-1.0.1+svn287/debian/control --- reglookup-1.0.1+svn287.orig/debian/control 2016-11-05 23:02:20.000000000 -0200 +++ reglookup-1.0.1+svn287/debian/control 2016-12-03 14:32:44.953480186 -0200 @@ -8,13 +8,12 @@ docbook2x, doxygen, graphviz, + jdupes, libtalloc-dev, libtalloc2, python-all, python3-all, - rdfind, - scons (>= 2.3), - symlinks + scons (>= 2.3) Standards-Version: 3.9.8 Homepage: http://projects.sentinelchicken.org/reglookup/ Vcs-Browser: https://anonscm.debian.org/git/forensics/reglookup.git diff -Naur reglookup-1.0.1+svn287.orig/debian/rules reglookup-1.0.1+svn287/debian/rules --- reglookup-1.0.1+svn287.orig/debian/rules 2016-10-10 20:38:55.000000000 -0300 +++ reglookup-1.0.1+svn287/debian/rules 2016-12-03 14:34:23.097480210 -0200 @@ -29,9 +29,8 @@ dh_install # Remove unnecessary hashes find $(DOCPATH) -name '*.md5' -exec rm -f {} \; - # Using rdfind and symlinks to transform duplicated files in softlinks - rdfind -makesymlinks true $(DOCPATH) - symlinks -cr $(DOCPATH) + # Using jdupes to convert duplicate files in softlinks + jdupes -rl $(DOCPATH) # Avoid an embedded javascript library rm $(DOCPATH)/pyregfi/jquery.js