removal of mentions of dh-systemd
This commit is contained in:
parent
673cdbc446
commit
05baef7035
@ -4,7 +4,7 @@ FROM blockbook-build:latest
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
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
|
apt-get clean
|
||||||
|
|
||||||
ADD gpg-keys /tmp/gpg-keys
|
ADD gpg-keys /tmp/gpg-keys
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Source: backend
|
|||||||
Section: satoshilabs
|
Section: satoshilabs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: {{.Meta.PackageMaintainerEmail}}
|
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
|
Standards-Version: 3.9.5
|
||||||
|
|
||||||
Package: {{.Backend.PackageName}}
|
Package: {{.Backend.PackageName}}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Source: blockbook
|
|||||||
Section: satoshilabs
|
Section: satoshilabs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: {{.Meta.PackageMaintainerEmail}}
|
Maintainer: {{.Meta.PackageMaintainerEmail}}
|
||||||
Build-Depends: debhelper, dh-systemd, dh-exec
|
Build-Depends: debhelper, dh-exec
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
|
|
||||||
Package: {{.Blockbook.PackageName}}
|
Package: {{.Blockbook.PackageName}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user