From 67d1c5d2aeeac93be33f9e49671741944ecf1968 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 30 Aug 2015 10:58:38 +0100 Subject: [PATCH] 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. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.0