Bashism? I don't see any, could you point me to it?
Regarding absolute symlink, it has been inserted to allow
buildd/sbuild/pbuilder to build package successfully, since chroots do
not have libexpat.so.0 symlink in place at the time dh_shlibdeps is
called, this will lead to a FTBFS:
dh_link
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: failure: couldn't find library libexpat.so.0 needed by
debian/wink/usr/lib/wink/wink (its RPATH is '').
Note: libraries are not searched in other binary packages that do not
have any shlibs or symbols file.
To help dpkg-shlibdeps find private libraries, you might need to set
LD_LIBRARY_PATH.
dh_shlibdeps: command returned error code 512
make: *** [binary-arch] Error 1
Absolute symlink will be overwritten by subsequent dh_link call, binary
package will ship relative symlink as per policy.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]