Control: tags -1 moreinfo

On Thu, 10 Oct 2019 20:49:11 +0200 =?utf-8?q?Sandro_Knau=C3=9F?=
<[email protected]> wrote:
> Package: debhelper
> Version: 12.6.1
> Severity: wishlist
> 
> You may end up in a situation, where you want a very strict dependency
> the binary packages of a related packages. This feature is currently
> developed in pkg-kde-tools, but may also be interesting for other
> library packages.
> 
> The code is developed here:
> https://salsa.debian.org/qt-kde-team/pkg-kde-tools/blob/master/qt-kde-team/3/library-packages.mk
> 
> the usage for d/rules:
> 
> include /usr/share/pkg-kde-tools/qt-kde-team/3/library-packages.mk
> 
> libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
> 
> codesearch give following results:
> 
> https://codesearch.debian.net/search?q=libpkgs_gen_strict_local_shlibs&literal=1&page=1
> 
> Regards,
> 
> hefee
> 
> [...]


Hi,

Can you expand a bit on the use case here or the problem you want to
solve?  At the moment, I cannot see how it is different from having the
following in your d/control file

"""
Depends: other-package (= ${binary:Version}), ...
"""

(Except this one goes in d/control and the case you point to goes in
d/rules)

Thanks,
~Niels

Reply via email to