HI!

I had the same problem with Ubuntu and netcdf-3.6.0+3.6.1-beta3 . I was trying 
to rebuild the package with g95. No ideia what is happening but changing 
debian/rules nearby line 336 this way:

-------------------------------------
      gzip -9v debian/tmp-dev/usr/share/doc/$(package)g-dev/[^e]*     \
          debian/tmp-dev/usr/share/doc/$(package)g-dev/examples/*
        $(RM) -r debian/tmp-dev/usr/share/man/man3f

        gzip -9v debian/tmp-dev/usr/share/man/*/*

        install -m 644 debian/copyright \
          debian/tmp-dev/usr/share/doc/$(package)g-dev/.
-------------------------------------
to
-------------------------------------
      gzip -9v debian/tmp-dev/usr/share/doc/$(package)g-dev/[^e]*     \
          debian/tmp-dev/usr/share/doc/$(package)g-dev/examples/*
        $(RM) -r debian/tmp-dev/usr/share/man/man3f

        gzip -9qf debian/tmp-dev/usr/share/man/man3/*

        install -m 644 debian/copyright \
          debian/tmp-dev/usr/share/doc/$(package)g-dev/.

-------------------------------------


fixed the problem.

Hope this will save someone time...

Reards!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to