Source: coreutils
Version: 9.4-3
Severity: normal
Tags: patch
Dear Maintainer,
md5sum.textutils is not needed anymore, debian codesearch shows that no package
uses it. It can therefore be removed.
The main benefit is that typing md5s<Tab> will now result in 'md5sum ' (with
the space after it) instead of just 'md5sum' (without the space).
Compare it to sha1s<Tab> which already autocompletes to 'sha1sum ' (with the
space after it).
As an added benefit, it removes the misspelled word 'compatability'.
---
debian/rules | 4 ----
1 file changed, 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 3e14f8e..0594d73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,10 +41,6 @@ override_dh_install-arch:
mv $(d)/usr/bin/$$f $(d)/bin/$$f; \
done
- # backward compatability
- ln -s /usr/bin/md5sum $(d)/usr/bin/md5sum.textutils
- ln -s /usr/share/man/man1/md5sum.1
$(d)/usr/share/man/man1/md5sum.textutils.1
-
# remove stuff provided by other packages
ifeq ($(DEB_HOST_ARCH_OS),linux)
# kill from procps is linux-specific
--
2.43.0