There's a bug, but I'm not sure if it's me or the source package.

I sucessfully compiled, but ONLY after making these changes:  

   change in wrapper.c
change:  #include "paper.h"  to: #include <paper.h>


  change in debian/rules 
change: 
        install -m 0644 -o root -g root debian/setuid /usr/doc/gs/setuid
        install -m 0644 -o root -g root debian/changelog /usr/doc/gs/changelog
        install -m 0644 -o root -g root debian/README /usr/doc/gs/README

to:
        install -m 0644 -o root -g root debian/setuid  
debian/tmp/usr/doc/gs/setuid
        install -m 0644 -o root -g root debian/changelog 
debian/tmp/usr/doc/gs/changelog
        install -m 0644 -o root -g root debian/README  
debian/tmp/usr/doc/gs/README




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to