summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-05-19 13:32:43 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-05-19 13:32:43 +0900
commit92274c69bed0c1ab1df6e6d671b441f1cf38ad96 (patch)
treee7d184a8f246440525d4829fe58d5e30962475fe /p
parent91524264fc8e3ba33c06340ebc86e7d525c38c59 (diff)
downloadDHG_packages-92274c69bed0c1ab1df6e6d671b441f1cf38ad96.tar.gz
hothasktags: disable automatic -dbgsym
Diffstat (limited to 'p')
-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