1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: digup
Section: utils
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://panthema.net/2009/digup/
Vcs-Browser: https://salsa.debian.org/sudip/digup
Vcs-Git: https://salsa.debian.org/sudip/digup.git
Package: digup
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Digest Updating Tool
digup is a tool to update md5sum or shasum digest files. It will read
existing digest files, check the current directory for new, updated,
modified, renamed or deleted files and query the user with a summary
of changes. After reviewing the updates, they can be written back to
the digest file.
|