commit 78aab3fe80bbf2b94c6ed91392e6ddcc17cb0f67 parent 9e63709eee8c93bb831e0d55d99bd49d68d4b7a9 Author: Antoine A <> Date: Wed, 1 Apr 2026 21:10:27 +0200 apns: fix deb Diffstat:
| M | debian/rules | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules @@ -7,7 +7,7 @@ override_dh_auto_configure: rustup default stable override_dh_auto_build: - cargo build --release --bin taler-magnet-bank --bin taler-cyclos + cargo build --release --bin taler-magnet-bank --bin taler-cyclos --bin taler-apns-relay override_dh_auto_test: true @@ -22,4 +22,7 @@ override_dh_installsystemd: dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-cyclos-httpd dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-cyclos-worker dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-cyclos + dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-apns-relay-httpd + dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-apns-relay-worker + dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-apns-relay dh_installsystemd