summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-16 14:54:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-16 14:54:15 -0700
commitb3ed9b1609abb79593843693d5c5af9c606d903b (patch)
tree78bf6f6a950e0dd3ba13d54b2f79e4f3fc134e5d /debian
parentd4b4ca48e930918f1f8e82cafe438d7401f14648 (diff)
downloadstylish-haskell-b3ed9b1609abb79593843693d5c5af9c606d903b.tar.gz
disable -dbgsym generation
GHC can't generate debug symbols
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6dd7660..9786ac5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,5 +23,10 @@ override_dh_auto_test:
./Setup test
override_dh_compress:
- # add files that dh_compress somehow misses
+ # add file that dh_compress somehow misses
dh_compress debian/stylish-haskell/usr/share/doc/stylish-haskell/README.markdown
+
+override_dh_strip:
+ # GHC cannot produce debugging symbols so the -dbgsym package
+ # ends up empty, so disable generating it
+ dh_strip --no-automatic-dbgsym