osmith submitted this change.
OBS: srcpkg Dockerfile: add lsb-release, quilt
Wireshark with Osmocom patches on top of wireshark.git master failed to
build. I've reworked the packaging to use the "debian" dir from upstream
instead of having our own (now outdated) copy:
https://gitea.osmocom.org/osmocom/wireshark/commits/branch/osmith/deb-packaging
Add the additional dependencies that are now required to build the
wireshark source package to the Dockerfile.
Related: OS#2537
Change-Id: I82f64de70b9d099ac404530ca74c771d66b306d8
---
M scripts/obs/data/build_srcpkg.Dockerfile
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/scripts/obs/data/build_srcpkg.Dockerfile b/scripts/obs/data/build_srcpkg.Dockerfile
index 5475a94..80488ea 100644
--- a/scripts/obs/data/build_srcpkg.Dockerfile
+++ b/scripts/obs/data/build_srcpkg.Dockerfile
@@ -16,10 +16,12 @@
git-review \
gnupg2 \
libxml2-utils \
+ lsb-release \
meson \
osc \
python3-packaging \
python3-setuptools \
+ quilt \
rebar3 \
sed \
&& \
To view, visit change 35404. To unsubscribe, or for help writing mail filters, visit settings.