Skip to content
Success

Changes

Summary

  1. debian: add python3-osmopy-{libs,utils}.install (details)
  2. debian: install /etc/osmocom/osmo-trap2cgi.ini (details)
  3. Drop osmopy/twisted_ipa.py and scripts/{ctrl2cgi.py,soap.py} (details)
Commit c9b1260a089d3b578c372660e7bd1c08aabe8789 by Vadim Yanitskiy
debian: add python3-osmopy-{libs,utils}.install

Add debian/*.install files to avoid the need to override Debian's
dh_auto_install or other debhelper rules.  This also provides
a cleaner way to install miscellaneous files (e.g. config examples
and systemd unit files) and simplifies maintenance of the packaging.

Change-Id: I94b940789e138341792f40eedeedb73d4e4d421e
The file was addeddebian/python3-osmopy-utils.install
The file was addeddebian/python3-osmopy-libs.install
The file was removeddebian/python3-osmopy-utils.osmo-trap2cgi.service
The file was modifieddebian/rules
Commit 0b462e81520bc22572308a0ff628db00a4ffd185 by Vadim Yanitskiy
debian: install /etc/osmocom/osmo-trap2cgi.ini

The osmo-trap2cgi.service needs this file.

Change-Id: I6251364e36c691b7a8348c4adc4ee34ff141bca6
The file was addeddoc/examples/osmo-trap2cgi.ini
The file was modifieddebian/python3-osmopy-utils.install
The file was removeddoc/examples/ctrl2cgi.ini
Commit 5d0fac9dc330225bb49511516d1b0c9c408cb867 by Vadim Yanitskiy
Drop osmopy/twisted_ipa.py and scripts/{ctrl2cgi.py,soap.py}

scripts/{ctrl2cgi.py,soap.py} have been deprecated and scheduled
for removal back in 2019.  These scripts have been replaced by
scripts/osmo_trap2cgi.py, which no longer needs Twisted.

Change-Id: I848f60270dd683a56f56117c328d9961ac678d4b
Related: 684388f ("Add initial version of asyncio trap2cgi script")
Related: 7230f68 ("Mark soap.py as deprecated")
The file was removedcontrib/systemd/osmo-ctrl2cgi.service
The file was removedscripts/ctrl2cgi.py
The file was removedosmopy/twisted_ipa.py
The file was removedscripts/soap.py
The file was modifieddebian/control
The file was modifiedREADME