Package: expect-dev
Followup-For: Bug #367325
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Trivial patch to debian/rules is attached to fix this issue.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEafwwAud/2YgchcQRAr6qAJ44wCWURYp95nD+tCOfSP+v+P7oRgCgiKD/
fx1zPAMIdmDz8jpjQo+dPtM=
=92Nt
-----END PGP SIGNATURE-----
--- rules.orig 2006-05-16 17:01:19.000000000 +0100
+++ rules 2006-05-16 17:01:45.000000000 +0100
@@ -75,7 +75,7 @@
dh_installdirs
install -d $(TARGETDIR)/usr/lib
- ln -s libexpect$(v).so $(TARGETDIR)/usr/lib/libexpect$(v).so
+ cp libexpect$(v).so $(TARGETDIR)/usr/lib/libexpect$(v).so
ln -s libexpect$(v).so $(TARGETDIR)/usr/lib/libexpect.so
# Add here commands to install the package into debian/tmp.