Revert the debian/rules changes
This commit is contained in:
parent
765b295479
commit
f5185cbebe
|
|
@ -25,11 +25,5 @@ override_dh_install:
|
||||||
cp -a dump1090 debian/dump1090-fa/usr/bin/dump1090-fa
|
cp -a dump1090 debian/dump1090-fa/usr/bin/dump1090-fa
|
||||||
cp -a view1090 debian/dump1090-fa/usr/bin/view1090-fa
|
cp -a view1090 debian/dump1090-fa/usr/bin/view1090-fa
|
||||||
|
|
||||||
override_dh_installinit:
|
|
||||||
dh_installinit --no-stop-on-upgrade --no-restart-after-upgrade
|
|
||||||
|
|
||||||
override_dh_systemd_start:
|
|
||||||
dh_systemd_start --no-stop-on-upgrade --no-restart-after-upgrade --name=dump1090-fa.service
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with=systemd
|
dh $@ --with=systemd
|
||||||
|
|
|
||||||
|
|
@ -53,11 +53,5 @@ override_dh_install:
|
||||||
cp -a dump1090 debian/dump1090-fa/usr/bin/dump1090-fa
|
cp -a dump1090 debian/dump1090-fa/usr/bin/dump1090-fa
|
||||||
cp -a view1090 debian/dump1090-fa/usr/bin/view1090-fa
|
cp -a view1090 debian/dump1090-fa/usr/bin/view1090-fa
|
||||||
|
|
||||||
override_dh_installinit:
|
|
||||||
dh_installinit --no-stop-on-upgrade --no-restart-after-upgrade
|
|
||||||
|
|
||||||
override_dh_systemd_start:
|
|
||||||
dh_systemd_start --no-stop-on-upgrade --no-restart-after-upgrade --name=dump1090-fa.service
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with=systemd
|
dh $@ --with=systemd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue