Package: blends-common
Version: 0.7.2
Hi,
Today I installed science-config package, and while configure I received
error with missing tempfile.
After debugging, I found file
(/usr/share/blends/unixgroups/blend-actions) and defined TMPFILE
variable with assigned `tempfile` in them. I replaced that with `mktemp`
and that started working.
While writing this mail, I found debianutils package whose contain
tempfile exec.
Can be code wrote to work correctly with coreutils and debianutils for
other users? Or add debianutils as depends for dpkg?