chiark / gitweb /
debian/rules: Don't strip the main executable.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 Sep 2015 13:49:59 +0000 (14:49 +0100)
It doesn't work.  All the good stuff in the dumped image gets stripped
out and you're left with a bare SBCL which probably doesn't even work.

debian/rules

index cec98bbefd3fecee9c600823051662e275a37f25..b6d10e5ac12d9f991a7265dfd1bf266a3a524159 100755 (executable)
@@ -1,2 +1,6 @@
 #! /usr/bin/make -f
 %:; dh $@ --parallel -Bdebian/build
+
+## Don't strip the main executable.  (It doesn't work, and you get left with
+## a bare SBCL.)
+override_dh_strip:; dh_strip -Xusr/bin/sod