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/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/13657
Change subject: debian: add patch for debian 8
......................................................................
debian: add patch for debian 8
Add a patch that changes the dependencies in debian/control, so the
package builds for debian 8. Similar to how it's done for osmo-trx.
Related: OS#3899
Change-Id: I5b9575ceb1141961e570643a5755a2bd6b6a4254
---
A debian/patches/build-for-debian8.patch
1 file changed, 34 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/57/13657/1
diff --git a/debian/patches/build-for-debian8.patch b/debian/patches/build-for-debian8.patch
new file mode 100644
index 0000000..f107109
--- /dev/null
+++ b/debian/patches/build-for-debian8.patch
@@ -0,0 +1,34 @@
+--- a/debian/control
++++ b/debian/control
+@@ -6,7 +6,6 @@ Build-Depends: autotools-dev,
+ debhelper (>= 9),
+ pkg-config,
+ asciidoc,
+- asciidoc-dblatex,
+ dblatex,
+ docbook5-xml,
+ graphviz,
+@@ -14,7 +13,6 @@ Build-Depends: autotools-dev,
+ python,
+ python-nwdiag,
+ python-pychart,
+- texlive-htmlxml,
+ xsltproc
+ Standards-Version: 3.9.8
+ Homepage: https://git.osmocom.org/osmo-gsm-manuals/
+@@ -23,7 +21,6 @@ Package: osmo-gsm-manuals-dev
+ Architecture: all
+ Depends: ${misc:Depends},
+ asciidoc,
+- asciidoc-dblatex,
+ dblatex,
+ docbook5-xml,
+ graphviz,
+@@ -31,7 +28,6 @@ Depends: ${misc:Depends},
+ python,
+ python-nwdiag,
+ python-pychart,
+- texlive-htmlxml,
+ xsltproc
+ Description: Osmocom manuals shared code
+ All Osomocom repositories require this package to build their manuals.
--
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: newchange
Gerrit-Change-Id: I5b9575ceb1141961e570643a5755a2bd6b6a4254
Gerrit-Change-Number: 13657
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190416/b400149e/attachment.htm>