debian/rules: make configure args diff friendly

Have one arg per line, and order it mostly alphabetically while at it
(backends are still together, as recommended in review).

Change-Id: I354affacb38958efe70baedc6175aeab525190a6
This commit is contained in:
Oliver Smith 2024-03-18 11:34:57 +01:00
parent 99e0746f37
commit f1ce0e7692
1 changed files with 8 additions and 1 deletions

9
debian/rules vendored
View File

@ -9,7 +9,14 @@ override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
override_dh_auto_configure:
dh_auto_configure -- --with-uhd --with-usrp1 --with-lms --with-ipc --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals
dh_auto_configure -- \
--enable-manuals \
--with-systemdsystemunitdir=/lib/systemd/system \
--with-ipc \
--with-lms \
--with-uhd \
--with-usrp1 \
$(NULL)
override_dh_strip:
dh_strip --dbg-package=osmo-trx-dbg