[DHG_packages] 01/01: stack: use --no-automatic-dbgsym

Sean Whitton spw-guest at moszumanska.debian.org
Tue Aug 9 14:28:31 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 eca7aa8b0c0dfbefd41481e4e37ea8a6342c12e3
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Tue Aug 9 07:27:57 2016 -0700

    stack: use --no-automatic-dbgsym
---
 p/haskell-stack/debian/changelog | 7 +++++++
 p/haskell-stack/debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/p/haskell-stack/debian/changelog b/p/haskell-stack/debian/changelog
index 8107ad6..a19150b 100644
--- a/p/haskell-stack/debian/changelog
+++ b/p/haskell-stack/debian/changelog
@@ -1,3 +1,10 @@
+haskell-stack (1.1.2-2) UNRELEASED; urgency=medium
+
+  * Pass --no-automatic-dbgsym to dh_strip & don't set DEB_BUILD_OPTIONS
+    (Closes: #833708).
+
+ -- Sean Whitton <spwhitton at spwhitton.name>  Tue, 09 Aug 2016 06:50:25 -0700
+
 haskell-stack (1.1.2-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-stack/debian/rules b/p/haskell-stack/debian/rules
index 4ce53c2..9e243fa 100755
--- a/p/haskell-stack/debian/rules
+++ b/p/haskell-stack/debian/rules
@@ -3,7 +3,7 @@
 DEB_ENABLE_TESTS = yes
 DEB_CABAL_PACKAGE = stack
 DEB_DEFAULT_COMPILER = ghc
-DEB_BUILD_OPTIONS = noddebs
+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