Gergely Nagy writes:
> Ben Finney writes:
>
> > What is the recommended way to specify packaging for a library
> > package and its corresponding debug symbols package?
>
[…]
> You could do something like:
>
> install: build
> dh $@ --package=foo-dbg
> dh $@ --exclude "*_d.so"
>
> de
Ben Finney writes:
> What is the recommended way to specify packaging for a library package
> and its corresponding debug symbols package?
I use the following line at the top of my debian/rules:
export DH_OPTIONS += --dbg-package=foo-dbg
This appears to do the right thing with dh compat level
Howdy all,
What is the recommended way to specify packaging for a library package
and its corresponding debug symbols package?
With a previous Debhelper (7.x), I could specify it with ‘debian/rules’
in the ‘install’ and ‘override_dh_auto_install’ target:
install: build
dh $@
3 matches
Mail list logo