laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/42245?usp=email )
Change subject: debian/*.install: make paths consistent ...................................................................... debian/*.install: make paths consistent Some of the paths start with a leading slash and some don't. Both variants work, but this is confusing. Let's go without the leading slash, because the paths are releative (in this case to debian/tmp where "make install" puts the files during debian packaging). Related: https://gerrit.osmocom.org/c/osmo-trx/+/42198/comment/ae98245f_98e51337/ Related: https://www.debian.org/doc/manuals/maint-guide/dother.en.html#install Related: https://manpages.debian.org/testing/debhelper/dh_install.1.en.html#debian/ Change-Id: I4b9de40e1fc6d3935ae8ff82804d94cb863663e9 --- M debian/osmo-trx-ipc.install M debian/osmo-trx-lms.install M debian/osmo-trx-ms-blade.install M debian/osmo-trx-uhd.install M debian/osmo-trx-usrp1.install 5 files changed, 12 insertions(+), 12 deletions(-) Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified diff --git a/debian/osmo-trx-ipc.install b/debian/osmo-trx-ipc.install index db64623..6b71116 100644 --- a/debian/osmo-trx-ipc.install +++ b/debian/osmo-trx-ipc.install @@ -1,4 +1,4 @@ etc/osmocom/osmo-trx-ipc.cfg lib/systemd/system/osmo-trx-ipc.service -/usr/bin/osmo-trx-ipc -/usr/share/doc/osmo-trx/examples/osmo-trx-ipc/osmo-trx-ipc.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-ipc/ +usr/bin/osmo-trx-ipc +usr/share/doc/osmo-trx/examples/osmo-trx-ipc/osmo-trx-ipc.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-ipc/ diff --git a/debian/osmo-trx-lms.install b/debian/osmo-trx-lms.install index b89506a..022778f 100644 --- a/debian/osmo-trx-lms.install +++ b/debian/osmo-trx-lms.install @@ -1,4 +1,4 @@ etc/osmocom/osmo-trx-lms.cfg lib/systemd/system/osmo-trx-lms.service -/usr/bin/osmo-trx-lms -/usr/share/doc/osmo-trx/examples/osmo-trx-lms/osmo-trx-limesdr.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-lms/ +usr/bin/osmo-trx-lms +usr/share/doc/osmo-trx/examples/osmo-trx-lms/osmo-trx-limesdr.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-lms/ diff --git a/debian/osmo-trx-ms-blade.install b/debian/osmo-trx-ms-blade.install index 0a3f163..00aea2e 100644 --- a/debian/osmo-trx-ms-blade.install +++ b/debian/osmo-trx-ms-blade.install @@ -1 +1 @@ -/usr/bin/osmo-trx-ms-blade +usr/bin/osmo-trx-ms-blade diff --git a/debian/osmo-trx-uhd.install b/debian/osmo-trx-uhd.install index 77236ca..14c3c9c 100644 --- a/debian/osmo-trx-uhd.install +++ b/debian/osmo-trx-uhd.install @@ -1,6 +1,6 @@ etc/osmocom/osmo-trx-uhd.cfg lib/systemd/system/osmo-trx-uhd.service -/usr/bin/osmo-trx-uhd -/usr/share/doc/osmo-trx/examples/osmo-trx-uhd/osmo-trx-usrp_b200.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-uhd/ -/usr/share/doc/osmo-trx/examples/osmo-trx-uhd/osmo-trx-limesdr.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-uhd/ -/usr/share/doc/osmo-trx/examples/osmo-trx-uhd/osmo-trx-umtrx.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-uhd/ +usr/bin/osmo-trx-uhd +usr/share/doc/osmo-trx/examples/osmo-trx-uhd/osmo-trx-usrp_b200.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-uhd/ +usr/share/doc/osmo-trx/examples/osmo-trx-uhd/osmo-trx-limesdr.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-uhd/ +usr/share/doc/osmo-trx/examples/osmo-trx-uhd/osmo-trx-umtrx.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-uhd/ diff --git a/debian/osmo-trx-usrp1.install b/debian/osmo-trx-usrp1.install index 112a149..51055f4 100644 --- a/debian/osmo-trx-usrp1.install +++ b/debian/osmo-trx-usrp1.install @@ -1,4 +1,4 @@ lib/systemd/system/osmo-trx-usrp1.service -/usr/bin/osmo-trx-usrp1 -/usr/share/usrp/rev2/std_inband.rbf -/usr/share/usrp/rev4/std_inband.rbf +usr/bin/osmo-trx-usrp1 +usr/share/usrp/rev2/std_inband.rbf +usr/share/usrp/rev4/std_inband.rbf -- To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/42245?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit-Change-Id: I4b9de40e1fc6d3935ae8ff82804d94cb863663e9 Gerrit-Change-Number: 42245 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: Timur Davydov <[email protected]> Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
