chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3f725f7
)
debian/rules: Don't strip the main executable.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000
(10:58 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/debian/rules
b/debian/rules
index cec98bbefd3fecee9c600823051662e275a37f25..b6d10e5ac12d9f991a7265dfd1bf266a3a524159 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-1,2
+1,6
@@
#! /usr/bin/make -f
%:; dh $@ --parallel -Bdebian/build
#! /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