[DHG_packages] 03/05: hothasktags: disable automatic -dbgsym
Sean Whitton
spw-guest at moszumanska.debian.org
Thu May 19 04:43:57 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 92274c69bed0c1ab1df6e6d671b441f1cf38ad96
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Thu May 19 13:32:43 2016 +0900
hothasktags: disable automatic -dbgsym
---
p/hothasktags/debian/changelog | 3 ++-
p/hothasktags/debian/rules | 5 +++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/p/hothasktags/debian/changelog b/p/hothasktags/debian/changelog
index 499045c..78d5acd 100644
--- a/p/hothasktags/debian/changelog
+++ b/p/hothasktags/debian/changelog
@@ -5,7 +5,8 @@ hothasktags (0.3.6-1) UNRELEASED; urgency=medium
* Bump standards version to 3.9.8 (no changes needed)
[ Sean Whitton ]
- * New upstream release
+ * Package new upstream release.
+ * Override dh_strip to disable automatic -dbgsym binary.
* Add myself as an uploader.
* Remove Joey Hess as an uploader (he has left Debian).
diff --git a/p/hothasktags/debian/rules b/p/hothasktags/debian/rules
index a8c3f13..80b8290 100755
--- a/p/hothasktags/debian/rules
+++ b/p/hothasktags/debian/rules
@@ -15,3 +15,8 @@ override_dh_auto_clean:
override_dh_auto_install:
dh_install dist/build/hothasktags/hothasktags usr/bin
+
+override_dh_strip:
+ # GHC cannot produce debugging symbols so the -dbgsym package
+ # ends up empty, so disable generating it
+ dh_strip --no-automatic-dbgsym
--
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