debian/rules: Don't strip the main executable.
[sod] / debian / rules
index cec98bb..b6d10e5 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