[Build-common-hackers] Bug#326926: cdbs: impossible to add commands after dh_shlibdeps and before dh_builddeb

Sebastian Dröge mail at slomosnail.de
Tue Sep 6 15:51:24 UTC 2005


Package: cdbs
Version: 0.4.30
Severity: important

Hi,
it's currently impossible to call something after dh_shlibdeps and before dh_builddeb.

The code currently looks like this:
> $(patsubst %,binary-makedeb-IMPL/%,$(DEB_PACKAGES)) :: binary-makedeb-IMPL/% : 
> 	dh_shlibdeps -p$(cdbs_curpkg) $(DEB_DH_SHLIBDEPS_ARGS)
> 	dh_gencontrol -p$(cdbs_curpkg) $(DEB_DH_GENCONTROL_ARGS)
> 	dh_md5sums -p$(cdbs_curpkg) $(DEB_DH_MD5SUMS_ARGS)
> 	$(DEB_DH_BUILDDEB_ENV) dh_builddeb -p$(cdbs_curpkg) $(DEB_DH_BUILDDEB_ARGS)

For CLI packages a call to dh_clideps is needed _after_ dh_shlibdeps otherwise it can
get wrong dependencies. AFAIK this is also true for other languages dependency helpers.

I would suggest to add dh_shlideps somewhere before binary-predeb is called.

Bye
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.alioth.debian.org/pipermail/build-common-hackers/attachments/20050906/0d55f96c/attachment.pgp


More information about the Build-common-hackers mailing list