-
Notifications
You must be signed in to change notification settings - Fork 316
Labels
Description
On Ubuntu 20.04 and dlt-daemon-2.18.10 I am not able to Build DLT Debian package using the dpkg-buildpackage -us -uc:
h_install
dh_install: warning: Cannot find (any matches for) "lib/systemd/system/dlt.service" (tried in ., debian/tmp)
dh_install: warning: dlt-daemon missing files: lib/systemd/system/dlt.service
dh_install: warning: Cannot find (any matches for) "lib/systemd/system/dlt-adaptor-udp.service" (tried in ., debian/tmp)
dh_install: warning: dlt-tools missing files: lib/systemd/system/dlt-adaptor-udp.service
dh_install: warning: Cannot find (any matches for) "lib/systemd/system/dlt-receive.service" (tried in ., debian/tmp)
dh_install: warning: dlt-tools missing files: lib/systemd/system/dlt-receive.service
dh_install: error: missing files, aborting
make[1]: *** [debian/rules:25: override_dh_install] Error 255
make[1]: Leaving directory '/home/akondratiev/test/dlt-daemon-2.18.10'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
minminlittleshrimp