fixeria has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/51/41051/1 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-two-services-for-one-package-using-dh-installinit-how - dh_installinit --name=osmo-ctrl2cgi dh_installinit --name=osmo-trap2cgi -- To view, visit https://gerrit.osmocom.org/c/python/osmo-python-tests/+/41051?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: python/osmo-python-tests Gerrit-Branch: master Gerrit-Change-Id: I6250f92d12774c69a8647b8cd26d0aa715646724 Gerrit-Change-Number: 41051 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanits...@sysmocom.de>