You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Victor Seva
4d148cd51a
MT#55283 pkg: fix missing systemd template file
> E: rtpengine-daemon: service-file-is-not-a-file lib/systemd/system/rtpengine@.service
we are getting on buster:
> dh build
> dh_update_autotools_config
> dh_autoreconf
> dh_auto_configure
> dh_auto_build
instead of (like in bullseye):
> dh build
> dh_update_autotools_config
> dh_autoreconf
> debian/rules execute_before_dh_auto_configure
> make[1]: Entering directory '/build/rtpengine-11.2.0.0+0~mr11.2.0.0~bpo11.20221006010623.125'
> (cd debian && sh generate-systemd-templates.sh)
> make[1]: Leaving directory '/build/rtpengine-11.2.0.0+0~mr11.2.0.0~bpo11.20221006010623.125'
> dh_auto_configure
> dh_auto_build
Change-Id: If7d3bf7abf289d072793ea11162bf8ec9ef91576
|
3 years ago |
| .. |
|
backports
|
MT#55283 pkg: fix missing systemd template file
|
3 years ago |
|
generator.sh
|
TT#124273 GitHub actions: use pkg script for execution
|
4 years ago |