Skip to content

avoiding .install for library packages #2

Description

@mdavidsaver

Add an argument to dh_epics_installlibs to specify which binary package library files should be placed in.

dh_epics_installlibs -L libxyz

In the absence of libxyz.install, this will copy all shared libraries under "debian/libxyz/" instead of "debian/tmp/". The exact destination directory would depend on a test of dh compat level. For dh <9 use 'usr/lib/', for >=9 use 'usr/lib//'.

It should be an error to specify "-L libxyz" when libxyz.install exists.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions