Package: itk3.1 Version: 3.1.0-7.1 Severity: normal Tags: patch The dh_strip call in your package fails when building with fakeroot:
dh_strip -a dh_strip: Compatibility levels before 4 are deprecated. strip: unable to copy file 'debian/itcl3.1-dev/usr/lib/libitclstub3.1.a' reason: Permission denied strip: unable to copy file 'debian/itcl3.1/usr/lib/libitcl3.1.so.1' reason: Permission denied strip: unable to copy file 'debian/itk3.1-dev/usr/lib/libitkstub3.1.a' reason: Permission denied strip: unable to copy file 'debian/itk3.1/usr/lib/libitk3.1.so.1' reason: Permission denied The files are installed unstripped. On those architectures using sudo (alpha, mips, mipsel), the dh_strip call works OK. A proposed fix is to call dh_fixperms before dh_strip. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

