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.
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.