Control: tags -1 + patch tony mancill: > Thanks for the suggestion and for looking into the cause of the issue > with the bobcat build. I'm suspect that Frank, the upstream developer, > will be willing to address this in a future upstream release.
Great! Attached is a patch that indeed did the trick. :) -- Lunar .''`. lu...@debian.org : :Ⓐ : # apt-get install anarchism `. `'` `-
--- r2/bobcat-3.15.00/icmake/install 2012-02-08 20:56:04.000000000 +0000 +++ r1/bobcat-3.15.00/icmake/install 2013-09-08 17:32:26.867701666 +0000 @@ -10,7 +10,7 @@ for (idx = sizeof(man); idx--; ) { file = element(idx, man); - run("gzip -9 < " + src + file + " > " + dest + file + ".gz"); + run("gzip -n -9 < " + src + file + " > " + dest + file + ".gz"); } } @@ -26,7 +26,7 @@ for (idx = sizeof(files); idx--; ) { file = element(idx, files); - run("gzip -9 < " + file + " > " + dest + file + ".gz"); + run("gzip -n -9 < " + file + " > " + dest + file + ".gz"); } } @@ -59,7 +59,7 @@ rungzip9("tmp/man/man3/", dev + MAN + "/man3/"); - run("gzip -9 < tmp/man/man7/bobcat.7 > " + + run("gzip -n -9 < tmp/man/man7/bobcat.7 > " + dev + MAN + "/man7/bobcat.7.gz"); #endif
signature.asc
Description: Digital signature