Hi,
I've done an NMU for this. Patch is attached.
Kurt
diff -u linux86-0.16.14/makefile.in linux86-0.16.14/makefile.in
--- linux86-0.16.14/makefile.in
+++ linux86-0.16.14/makefile.in
@@ -70,6 +70,7 @@
INDAT=-o root -g root -m 644
INEXE=-o root -g root -m 755 -s
+INELK=-o root -g root -m 755
INSCR=-o root -g root -m 755
#ifdef __CYGWIN__
@@ -223,7 +224,7 @@
#ifdef __linux__
#ifdef __i386__
install -d $(DIST)/lib
- install $(INEXE) bin/elksemu $(DIST)/lib/elksemu
+ install $(INELK) bin/elksemu $(DIST)/lib/elksemu
#endif
#endif
#endif
diff -u linux86-0.16.14/debian/changelog linux86-0.16.14/debian/changelog
--- linux86-0.16.14/debian/changelog
+++ linux86-0.16.14/debian/changelog
@@ -1,3 +1,12 @@
+linux86 (0.16.14-1.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Don't strip elksemu. It doesn't work on amd64, and
+ it doesn't contain any debug info in the first place.
+ Patch from Goswin von Brederlow (Closes: #260647)
+
+ -- Kurt Roeckx <[EMAIL PROTECTED]> Thu, 30 Mar 2006 19:31:53 +0200
+
linux86 (0.16.14-1.2) unstable; urgency=high
* NMU