On Wednesday 2012-11-07 14:45, Michal Vyskocil wrote:
On Mon, Nov 05, 2012 at 07:08:39PM +0100, Peter Trommler wrote:
I need to disable debuginfo packages for package ghc as ghc does not produce DWARF output. Even though I disabled debuginfo packages in my spec file using %global debug_packages %{nil} debuginfo packages are still generated and the package build fails for unpackaged files.
What is the correct way of fixing this?
I don't know the correct way, but I've a following magic sequence in one package, which just works
%install export NO_DEBUGINFO_STRIP_DEBUG=true
See "coccinelle" as a package which also needs (and successfully uses) "keep-my-debug" magic. Best look there. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org