[pkg-haskell-tools] 02/02: Do not explicitly disable dbgsym generation
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Sun Oct 30 17:16:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch master
in repository pkg-haskell-tools.
commit 2aed398452f04d4c3bfbf7d9004b4dea6b43fed3
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Sat Oct 29 00:16:38 2016 +0300
Do not explicitly disable dbgsym generation
Latest version of haskell-devscripts (>= 0.13) now takes care of this.
---
debian/changelog | 3 ---
debian/rules | 4 ----
2 files changed, 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 13c5847..7c0b0b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,9 +19,6 @@ pkg-haskell-tools (0.10.4) unstable; urgency=medium
* Bump standards version to 3.9.8 (no changes required)
* Update 'Source' field on d/copyright
The package is not hosted on hackage.
- * Disable dbgsym generation
- GHC cannot produce debugging symbols, so the dbgsym package ends
- up being empty.
* Register the documentation in doc-base
* Bump B-Ds as part of GHC 8 transition
diff --git a/debian/rules b/debian/rules
index 6df8255..287cb40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,6 @@
DEB_DEFAULT_COMPILER = ghc
-# GHC cannot produce debugging symbols so the dbgsym package
-# ends up being empty. Disable dbgsym generation.
-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/pkg-haskell-tools.git
More information about the Pkg-haskell-commits
mailing list