1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
overlay = "."
uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
collapse_features = true
[source]
section = "utils"
build_depends = ["help2man", "librust-ntp-proto-dev (>= 1.6.2-4~)"]
[packages.bin]
summary = "Rust-based NTP implementation with NTS support"
description = """
ntpd-rs is an NTP implementation written in Rust,
emphasizing security and stability.
It provides both client and server functionalities and
supports NTS.
"""
section = "utils"
depends = ["adduser"]
[packages.lib]
test_is_broken = true
[packages."lib+default"]
test_is_broken = false
|