packaging next: make sure to copy only octez binaries in stage area
What
Fix a recent problem in debian packages
Ref: https://gitlab.com/tezos/tezos/-/jobs/7198893402
Why
Recently we added some .opam files in the toplevel directory.
This make the code to copy octez binary fail to only copy octez binaries.
Lintian picks up this as a warning.
How
I refined the code to get only octez-binaries.
Manually testing the MR
Check if the packages do not include any .opam files
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR