osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42668?usp=email )
Change subject: OBS: build_srcpkg.Dockerfile: add dh-runit ......................................................................
OBS: build_srcpkg.Dockerfile: add dh-runit
Add dh-runit, so we can build source packages of newer versions of pcsc-lite.
Related: https://salsa.debian.org/debian/pcsc-lite/-/commit/c7c40df72dc3c754341501e34... Change-Id: I8d852cebb9decb3c881fd3ff9b530213bade0216 --- M scripts/obs/data/build_srcpkg.Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/68/42668/1
diff --git a/scripts/obs/data/build_srcpkg.Dockerfile b/scripts/obs/data/build_srcpkg.Dockerfile index 4193e67..13c9f6a 100644 --- a/scripts/obs/data/build_srcpkg.Dockerfile +++ b/scripts/obs/data/build_srcpkg.Dockerfile @@ -16,6 +16,7 @@ default-libmysqlclient-dev \ dh-cmake \ dh-python \ + dh-runit \ dh-virtualenv \ dpkg-dev \ erlang-nox \