On Sat, Feb 03, 2001 at 03:50:33PM +0100, Josip Rodin wrote: > > > > What does dh_strip work on exactly? The man page doesn't seem to specify > > how it locates the library files it's stripping. > > It checks debian/<tmp|secondbinarypackage|thirdbinarypackage|...>/usr/lib/* > or so, and debian/firstbinarypackage instead of debian/tmp in case you use > DH_COMPAT=2. >
Ah, that's it then. The strip commands were being called before the <tmp...> directories were created. Putting dh_strip further down gets the job done properly. Thanks! Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A

