removal of mentions of dh-systemd

This commit is contained in:
Dimitri 2022-03-09 16:29:52 +01:00 committed by Martin
parent 673cdbc446
commit 05baef7035
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ FROM blockbook-build:latest
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y devscripts debhelper make dh-systemd dh-exec && \
apt-get install -y devscripts debhelper make dh-exec && \
apt-get clean
ADD gpg-keys /tmp/gpg-keys

View File

@ -3,7 +3,7 @@ Source: backend
Section: satoshilabs
Priority: optional
Maintainer: {{.Meta.PackageMaintainerEmail}}
Build-Depends: debhelper, wget, tar, gzip, make, dh-systemd, dh-exec
Build-Depends: debhelper, wget, tar, gzip, make, dh-exec
Standards-Version: 3.9.5
Package: {{.Backend.PackageName}}

View File

@ -3,7 +3,7 @@ Source: blockbook
Section: satoshilabs
Priority: optional
Maintainer: {{.Meta.PackageMaintainerEmail}}
Build-Depends: debhelper, dh-systemd, dh-exec
Build-Depends: debhelper, dh-exec
Standards-Version: 3.9.5
Package: {{.Blockbook.PackageName}}