Change in osmo-gsm-manuals[master]: debian: add patch for debian 8

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed May 8 11:52:26 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13657 )

Change subject: debian: add patch for debian 8
......................................................................

debian: add patch for debian 8

Add a patch file that removes the asciidoc-dblatex dependency in
debian/control, so the package builds for debian 8. In debian 8, the
files are all in the asciidoc package, which does get installed.

The jenkins scripts will copy the source package, apply the patch, and
upload it separately to OBS [1]. A similar debian 8 patch exists for
osmo-trx.

I have also tried to do it without a patch, by changing the OBS
configuration. It is possible to bypass the dependency check from OBS
and get the build started, but there's an additional check by
dpkg-checkbuilddepends and this one does not pass. So we really need
the patch method.

[1]: Change-Id I3570599ede51b974d350064f44f77e360fafd8b0 (osmo-ci)

Related: OS#3899
Change-Id: I5b9575ceb1141961e570643a5755a2bd6b6a4254
---
A debian/patches/build-for-debian8.patch
1 file changed, 18 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/patches/build-for-debian8.patch b/debian/patches/build-for-debian8.patch
new file mode 100644
index 0000000..58f49c3
--- /dev/null
+++ b/debian/patches/build-for-debian8.patch
@@ -0,0 +1,18 @@
+--- a/debian/control
++++ b/debian/control
+@@ -7,7 +7,6 @@ Build-Depends: autotools-dev,
+                pkg-config,
+ # All below also need to be in Depends
+                asciidoc,
+-               asciidoc-dblatex,
+                dblatex,
+                docbook5-xml,
+                graphviz,
+@@ -23,7 +22,6 @@ Package: osmo-gsm-manuals-dev
+ Architecture: all
+ Depends: ${misc:Depends},
+          asciidoc,
+-         asciidoc-dblatex,
+          dblatex,
+          docbook5-xml,
+          graphviz,

-- 
To view, visit https://gerrit.osmocom.org/13657
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I5b9575ceb1141961e570643a5755a2bd6b6a4254
Gerrit-Change-Number: 13657
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190508/bcbdda6b/attachment.htm>


More information about the gerrit-log mailing list