[DHG_packages] 03/07: agda: disable -dbgsym

Sean Whitton spw-guest at moszumanska.debian.org
Sun Jun 12 07:55:33 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 f468087af7d11063e3103a96a7a35d3787ece5b6
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sun Jun 12 16:09:04 2016 +0900

    agda: disable -dbgsym
---
 p/agda/debian/changelog | 1 +
 p/agda/debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/p/agda/debian/changelog b/p/agda/debian/changelog
index 100c710..74a2e62 100644
--- a/p/agda/debian/changelog
+++ b/p/agda/debian/changelog
@@ -16,6 +16,7 @@ agda (2.5.1-1) UNRELEASED; urgency=medium
     - New binary package elpa-agda2-mode.
     - agda-mode now a transitional dummy package.
     - Add patch creating file agda2-mode-pkg.el.
+  * Override dh_strip to disable automatic -dbgsym binary.
   * Add standard Haskell Lintian override for binary-or-shlib-defines-rpath.
   * Add myself as an uploader.
   * Update Vcs-* for merge into DHG_packages.git
diff --git a/p/agda/debian/rules b/p/agda/debian/rules
index b7ec158..d4f1ec5 100755
--- a/p/agda/debian/rules
+++ b/p/agda/debian/rules
@@ -16,3 +16,8 @@ install/libghc-agda-dev:: debian/tmp-inst-ghc
 
 install/elpa-agda2-mode::
 	dh_elpa
+
+override_dh_strip:
+	# GHC cannot produce debugging symbols so the -dbgsym package
+	# ends up empty, so disable generating it
+	dh_strip --no-automatic-dbgsym

-- 
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