anyutils – the set of standalone utils, useful at package building or maintenance.
Required
- POSIX shell (Bourne compatible)
- Set of baseutils: sed, egrep, find, sort, uniq
- usedfiles wants >=strace-4.10
- genpatch-git uses git to handle patches
For developers
To generate new documentation files from Latex sources, one will need:- perl
- devdoc utility (https://opendistro.org/devdoc/)
- links to generate plain text from html
Latest code
Description
anyutils is the set of utils, useful at package building or maintenance.
- arithpkg is the tool to compare versions of package sets. For example, it will show which packages have been upgraded since previous snapshot.
- binfiles detects ELF binary files.
- usedfiles is transparent wrapper around some command or script. After a command ends, usedfiles outputs list of files, which have been opened or executed during the finished process. That information can be used to determine the influence of host environment on target process. The module builddep from anymods uses this program to gather build dependencies for packages.
- genpatch-git generates patches from git history, when git project contains only partial set of files from original archive.
- srcdeb extracts sources from debian repository to plain format.