fixeria has submitted this change. ( https://gerrit.osmocom.org/c/python/osmo-python-tests/+/41051?usp=email )
Change subject: debian: do not install osmo-ctrl2cgi.service ......................................................................
debian: do not install osmo-ctrl2cgi.service
This service is calling scripts/ctrl2cgi.py, which has been deprecated and is no longer part of the package (there's no /usr/bin/ctrl2cgi.py).
Change-Id: I6250f92d12774c69a8647b8cd26d0aa715646724 Fixes: 36cfd17 ("setup.py: do not install scripts/{soap,ctrl2cgi}.py") --- D debian/python3-osmopy-utils.osmo-ctrl2cgi.service M debian/rules 2 files changed, 0 insertions(+), 2 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/debian/python3-osmopy-utils.osmo-ctrl2cgi.service b/debian/python3-osmopy-utils.osmo-ctrl2cgi.service deleted file mode 120000 index 9d9498d..0000000 --- a/debian/python3-osmopy-utils.osmo-ctrl2cgi.service +++ /dev/null @@ -1 +0,0 @@ -../contrib/systemd/osmo-ctrl2cgi.service \ No newline at end of file diff --git a/debian/rules b/debian/rules index ff16a03..84ef719 100755 --- a/debian/rules +++ b/debian/rules @@ -12,5 +12,4 @@ override_dh_installinit: # Install service file with different name than package name: # https://unix.stackexchange.com/questions/306234/is-it-possible-to-install-tw... - dh_installinit --name=osmo-ctrl2cgi dh_installinit --name=osmo-trap2cgi