Attention is currently required from: fixeria.
osmith has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37730?usp=email )
Change subject: add debian package files ......................................................................
Patch Set 3: Code-Review-1
(1 comment)
Patchset:
PS3: This needs a `contrib/generate_build_dep.sh` like in osmo_dia2gsup, otherwise:
``` dh_auto_build make -j17 make[2]: Entering directory '/obs/_temp/binpkgs/osmo-s1gw' rebar3 asn compile ===> Fetching provider_asn1 (from {git,"https://github.com/knusbaum/provider_asn1.git", {tag,"0.4.0"}}) ===> Errors loading plugin {provider_asn1,".*", {git, "https://github.com/knusbaum/provider_asn1.git", {tag,"0.4.0"}}}. Run rebar3 with DEBUG=1 set to see errors. ===> Command asn not found make[2]: *** [Makefile:15: include/S1AP-*.hrl] Error 1 ```
This can be reproduced by checking out https://gerrit.osmocom.org/c/osmo-ci/+/37773 and running `path-to-osmo-ci/scripts/obs/gerrit_binpkgs.sh debian:12` from the osmo-s1gw directory.
I'm looking into how this needs to be adjusted to make it pass.