Wow... I really messed that one up. I fixed the install and check with a dpkg -L this time. Thanks very much for catching that. I spent a week making sure that the code worked, but forgot that very critical check of a new package.
BTW, I almost always leave out the compile phase for python packages as it really is not needed. But it you want it or there is a real need, you are welcome to toss it in. -kurt --- Martin Costabel <[EMAIL PROTECTED]> wrote: > This package installs its files directly into %p > instead of %i, so that > the deb contains only doc files. > > Try to build it with --build-as-nobody and you see > how it crashes. > > The info file has > > CompileScript: << > echo Skipping build > << > InstallScript: << > #%p/bin/python%type_raw[python] setup.py install > --root=%d > --single-version-externally-managed > %p/bin/python%type_raw[python] setup.py install > << > > Shouldn't it do a "setup.py build" in the > CompileScript and then, as in > the commented line, a "setup.py install --root=%d" > in the InstallScript? > > -- > Martin > > > ____________________________________________________________________________________ Get your own web address. Have a HUGE year through Yahoo! Small Business. http://smallbusiness.yahoo.com/domains/?p=BESTDEAL ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
