summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/hothasktags/debian/changelog3
-rwxr-xr-xp/hothasktags/debian/rules5
2 files changed, 7 insertions, 1 deletions
diff --git a/p/hothasktags/debian/changelog b/p/hothasktags/debian/changelog
index 499045c58..78d5acd6c 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 a8c3f13b7..80b82907f 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