Tom G. Christensen b0b4a02a67 fetch_depends extended to make sure that internal dependencies are not
accidentally picked from an already installed revision of the same software.

Only list a dependency once in the relnotes.

Irix 6.2 ldd is too stupid to be used to extract dependencies since it will
just abort if one of the libraries are missing. We use Ariel Faigons perl
version of ldd originally written for Irix 5.3 (which lacks ldd) instead.

Also we need to use GNU xargs which supports -r (--no-run-if-empty) to
avoid running showfiles on empty input since otherwise it will list all
installed packages.

Exclude patchSG* packages from depends
2009-12-19 14:38:42 +01:00
2009-12-19 14:38:42 +01:00
2009-12-19 14:38:41 +01:00
2009-12-19 14:38:41 +01:00
2009-12-19 14:38:41 +01:00
Description
No description provided
336 KiB
Languages
Shell 100%