[DHG_packages] 02/06: stack: Remove `--no-automatic-dbgsym' from d/rules
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Fri Nov 18 14:34:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch master
in repository DHG_packages.
commit c3e1442cf47e459ae58ba2b0ff390ad664d56a4c
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Fri Nov 18 15:43:12 2016 +0200
stack: Remove `--no-automatic-dbgsym' from d/rules
Latest version of haskell-devscripts (>= 0.13) now takes care of this.
---
p/haskell-stack/debian/changelog | 2 ++
p/haskell-stack/debian/rules | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/p/haskell-stack/debian/changelog b/p/haskell-stack/debian/changelog
index e3f7446..b85fdc2 100644
--- a/p/haskell-stack/debian/changelog
+++ b/p/haskell-stack/debian/changelog
@@ -1,6 +1,8 @@
haskell-stack (1.1.2-7) unstable; urgency=medium
* Add missing dependency on ca-certificates (Closes: #800066).
+ * Remove `--no-automatic-dbgsym' from d/rules.
+ Latest version of haskell-devscripts (>= 0.13) now takes care of this.
-- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Fri, 18 Nov 2016 15:32:39 +0200
diff --git a/p/haskell-stack/debian/rules b/p/haskell-stack/debian/rules
index 9e243fa..5f264b2 100755
--- a/p/haskell-stack/debian/rules
+++ b/p/haskell-stack/debian/rules
@@ -3,7 +3,6 @@
DEB_ENABLE_TESTS = yes
DEB_CABAL_PACKAGE = stack
DEB_DEFAULT_COMPILER = ghc
-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