<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-remsim/+/17360">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fix debian build after introducing hack around usbdropdir<br><br>In Change-Id I87c68e8d14f8ddb6054178118ff1f96216483f5c we introduced<br>a hack to fix 'make distcheck' which in turn broke debian packaging.<br><br>Let's make sure the latter works while the formar also still does.<br><br>Change-Id: I16f7d0e8b7f63ed58dd4939c88e5276185bc3178<br>---<br>M debian/rules<br>1 file changed, 5 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/debian/rules b/debian/rules</span><br><span>index a36fe36..2714cc0 100755</span><br><span>--- a/debian/rules</span><br><span>+++ b/debian/rules</span><br><span>@@ -4,6 +4,8 @@</span><br><span> DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1)</span><br><span> VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+USBDROPDIR := $(shell pkg-config --variable=usbdropdir libpcsclite)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> #export DH_VERBOSE=1</span><br><span> export DEB_BUILD_MAINT_OPTIONS = hardening=+all</span><br><span> </span><br><span>@@ -12,7 +14,9 @@</span><br><span>        dh $@ --with=systemd --with autoreconf --fail-missing</span><br><span> </span><br><span> override_dh_auto_configure:</span><br><span style="color: hsl(0, 100%, 40%);">-        dh_auto_configure --  --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals</span><br><span style="color: hsl(120, 100%, 40%);">+        dh_auto_configure --    --with-systemdsystemunitdir=/lib/systemd/system \</span><br><span style="color: hsl(120, 100%, 40%);">+                             --with-usbdropdir=$(USBDROPDIR) \</span><br><span style="color: hsl(120, 100%, 40%);">+                             --enable-manuals</span><br><span> </span><br><span> #override_dh_clean:</span><br><span> #        dh_clean</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-remsim/+/17360">change 17360</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-remsim/+/17360"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-remsim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I16f7d0e8b7f63ed58dd4939c88e5276185bc3178 </div>
<div style="display:none"> Gerrit-Change-Number: 17360 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>