From: Mark Wooding Date: Sun, 30 Aug 2015 09:58:38 +0000 (+0100) Subject: debian/rules: Don't strip the main executable. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/67d1c5d2aeeac93be33f9e49671741944ecf1968 debian/rules: Don't strip the main executable. 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. --- diff --git a/debian/rules b/debian/rules index cec98bb..b6d10e5 100755 --- a/debian/rules +++ b/debian/rules @@ -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