[DHG_packages] 04/04: wai-app-static: pass --no-automatic-dbgsym

Sean Whitton spw-guest at moszumanska.debian.org
Sat Aug 13 22:45:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

spw-guest pushed a commit to branch master
in repository DHG_packages.

commit 735d0a8449014fdad7ea626df849a7d76bab31e4
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sat Aug 13 15:45:00 2016 -0700

    wai-app-static: pass --no-automatic-dbgsym
---
 p/haskell-wai-app-static/debian/changelog | 6 ++++--
 p/haskell-wai-app-static/debian/rules     | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/p/haskell-wai-app-static/debian/changelog b/p/haskell-wai-app-static/debian/changelog
index 3cae104..9e6faaf 100644
--- a/p/haskell-wai-app-static/debian/changelog
+++ b/p/haskell-wai-app-static/debian/changelog
@@ -1,8 +1,10 @@
 haskell-wai-app-static (3.1.6-1) unstable; urgency=medium
 
-  * New upstream release
+  * New upstream release.
+  * Pass --no-automatic-dbgsym to dh_strip.
+    Avoids an empty dbgsym package: GHC cannot generate debug symbols.
 
- -- Sean Whitton <spwhitton at spwhitton.name>  Sat, 13 Aug 2016 14:37:26 -0700
+ -- Sean Whitton <spwhitton at spwhitton.name>  Sat, 13 Aug 2016 15:33:55 -0700
 
 haskell-wai-app-static (3.1.5-1) unstable; urgency=medium
 
diff --git a/p/haskell-wai-app-static/debian/rules b/p/haskell-wai-app-static/debian/rules
index 01f1aaf..fcf9b70 100755
--- a/p/haskell-wai-app-static/debian/rules
+++ b/p/haskell-wai-app-static/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_ENABLE_TESTS = yes
+DEB_DH_STRIP_ARGS := --no-automatic-dbgsym
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list