Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoiding .install for library packages #2

Open
mdavidsaver opened this issue Sep 25, 2013 · 0 comments
Open

avoiding .install for library packages #2

mdavidsaver opened this issue Sep 25, 2013 · 0 comments

Comments

@mdavidsaver
Copy link
Contributor

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.

mark0n added a commit to mark0n/epics-debhelper that referenced this issue Jul 6, 2019
…master

* commit '4ec2d97d65e03246a8033e3e8d062359bd8ea522':
  8.17
  update for debian 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant