<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13657">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">debian: add patch for debian 8<br><br>Add a patch file that removes the asciidoc-dblatex dependency in<br>debian/control, so the package builds for debian 8. In debian 8, the<br>files are all in the asciidoc package, which does get installed.<br><br>The jenkins scripts will copy the source package, apply the patch, and<br>upload it separately to OBS [1]. A similar debian 8 patch exists for<br>osmo-trx.<br><br>I have also tried to do it without a patch, by changing the OBS<br>configuration. It is possible to bypass the dependency check from OBS<br>and get the build started, but there's an additional check by<br>dpkg-checkbuilddepends and this one does not pass. So we really need<br>the patch method.<br><br>[1]: Change-Id I3570599ede51b974d350064f44f77e360fafd8b0 (osmo-ci)<br><br>Related: OS#3899<br>Change-Id: I5b9575ceb1141961e570643a5755a2bd6b6a4254<br>---<br>A debian/patches/build-for-debian8.patch<br>1 file changed, 18 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/debian/patches/build-for-debian8.patch b/debian/patches/build-for-debian8.patch</span><br><span>new file mode 100644</span><br><span>index 0000000..58f49c3</span><br><span>--- /dev/null</span><br><span>+++ b/debian/patches/build-for-debian8.patch</span><br><span>@@ -0,0 +1,18 @@</span><br><span style="color: hsl(120, 100%, 40%);">+--- a/debian/control</span><br><span>++++ b/debian/control</span><br><span style="color: hsl(120, 100%, 40%);">+@@ -7,7 +7,6 @@ Build-Depends: autotools-dev,</span><br><span style="color: hsl(120, 100%, 40%);">+                pkg-config,</span><br><span style="color: hsl(120, 100%, 40%);">+ # All below also need to be in Depends</span><br><span style="color: hsl(120, 100%, 40%);">+                asciidoc,</span><br><span style="color: hsl(120, 100%, 40%);">+-               asciidoc-dblatex,</span><br><span style="color: hsl(120, 100%, 40%);">+                dblatex,</span><br><span style="color: hsl(120, 100%, 40%);">+                docbook5-xml,</span><br><span style="color: hsl(120, 100%, 40%);">+                graphviz,</span><br><span style="color: hsl(120, 100%, 40%);">+@@ -23,7 +22,6 @@ Package: osmo-gsm-manuals-dev</span><br><span style="color: hsl(120, 100%, 40%);">+ Architecture: all</span><br><span style="color: hsl(120, 100%, 40%);">+ Depends: ${misc:Depends},</span><br><span style="color: hsl(120, 100%, 40%);">+          asciidoc,</span><br><span style="color: hsl(120, 100%, 40%);">+-         asciidoc-dblatex,</span><br><span style="color: hsl(120, 100%, 40%);">+          dblatex,</span><br><span style="color: hsl(120, 100%, 40%);">+          docbook5-xml,</span><br><span style="color: hsl(120, 100%, 40%);">+          graphviz,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13657">change 13657</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/13657"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gsm-manuals </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I5b9575ceb1141961e570643a5755a2bd6b6a4254 </div>
<div style="display:none"> Gerrit-Change-Number: 13657 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>