> Hello, > > After further testing, I managed to clear out some of the problems with the > package. > > One remains, though. > > I setup rules to exec configure, with --mandir=/usr/X11R6/man, and manpage > sufix=1x, in the Makefile. The result for this is a debian package with an > aterm.1x in /usr/X11R6/man/man1, and another "aterm.1" in > /usr/share/man/man1. I don't know why I get this second man page around, but > I guess it's something in the rules file. I've tried many, but cannot get > rid of it.
The manpage should live in /usr/X11R6/man. If you're getting two copies as you say, you could try and trace it as follows: # Build the package, keeping a log debuild -us -uc 2>&1 | tee ../build.log less ../build.log # Then search for usr/share/man/man1 within the log That might give you some hints as to what is happening. If that doesn't help, just rm -f the extra copy just before you finally build the package. Julian =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Julian Gilbey, Dept of Maths, QMW, Univ. of London. [EMAIL PROTECTED] Debian GNU/Linux Developer, see http://www.debian.org/~jdg