build: fix binary source paths in debian install files#159
Conversation
|
I'm a bit confused. Looking at https://www.debian.org/doc/manuals/maint-guide/dother.en.html#install the first part is where the binary is located and the second part where it should be installed, so they look okay to me. The built binaries are not inside The changes that you are proposing don't do basically anything since the binaries are already in the right path? |
9280252 to
6ada18b
Compare
|
@alemar99 we do need the changes, but they can be simplified as the source and destination relative paths are the same (just did this). We must enumerate the files even if they are already installed in their final destinations because we are building multiple binary packages from one source, so debhelper needs this to know which file to put in each package. |
alemar99
left a comment
There was a problem hiding this comment.
Thanks for the explanation
Corrects the source paths for maas-agent, maas-netmon, and OpenFGA binaries in their respective .install files from bin/ to usr/sbin/, matching the actual build output locations.
Corrects the source paths for maas-agent, maas-netmon, and OpenFGA binaries in their respective .install files from bin/ to usr/sbin/, matching the actual build output locations.
Corrects the source paths for maas-agent, maas-netmon, and OpenFGA binaries in their respective .install files from bin/ to usr/sbin/, matching the actual build output locations.