Skip to content

Commit

Permalink
Merge pull request bitcoin#154 from dagurval/ntp-to-recommends
Browse files Browse the repository at this point in the history
Move ntp from Depends to Recommends.
  • Loading branch information
dgenr8 authored Jul 5, 2016
2 parents 58491a1 + cb2d12a commit e64cbb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/gitian-debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Architecture: amd64
Description: Bitcoin XT is a fully verifying Bitcoin node implementation, based on the sources of Bitcoin Core.
Maintainer: Steve Myers <steven.myers@gmail.com>
Version: $realver
Depends: debconf, adduser, ntp
Depends: debconf, adduser
Recommends: ntp
EOF

cat <<EOF >DEBIAN/install
Expand Down

0 comments on commit e64cbb9

Please sign in to comment.