On Wed, Jul 07, 1999, Joseph Carter wrote: > On Wed, Jul 07, 1999 at 05:01:12PM +0200, Samuel Hocevar wrote: > > Since it tends to use more colors, I think I'll create two binaries > > (does > > anyone object aterm-fade ?), a bit like there is rxvt and rxvt-xpm. > > I'll have to have a look at how it has to be done. > > If you're using debhelper you can do this pretty easily in most cases. > Pretty much lots of things get -a's added or specific -p<package>'s... > It's generally quite nifty. > > I imagine aterm is probably an Imake thing rather than an autoconf > based, > so you have to build and install one, then build and install the > other. > If you have trouble I'll be happy to help if I can.
Well, here is what I did; I hacked debian/rules so that: o it first builds aterm with --enable-fading; o it moves 'aterm' to 'aterm-fade'; o it eventually builds the classic aterm. debclean now runs $(MAKE) distclean but also src/aterm-fade. and install does a make install, then also copies aterm-fade to debian/tmp/usr/bin, and symlinks the manpage. I have the bad feeling that this is not very "clean", but it's the only way I found to do it in one step. It was a quick hack, I'll have a closer look at it later (I'm still at work so I don't have much time :>) The new packages are already there: deb http://www.via.ecp.fr/~sam/ debian/ Regards, Sam. -- Samuel Hocevar <[EMAIL PROTECTED]> - http://www.via.ecp.fr/~sam/ echo "what is the universe"|tr "a-z " 0-7-0-729|sed 's/9.//g;s/-/+/'|bc

