From 764f55bbb1c95b374783b1dee90436c5f5421e88 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 24 May 2025 11:31:15 +0200 Subject: [PATCH] Wrap and sorting debian files. Signed-off-by: Daniel Baumann --- debian/control | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 88b032c..0642f74 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: golang-github-dimonomid-clock Section: golang Priority: optional Maintainer: Daniel Baumann -Build-Depends: debhelper-compat (= 13), - dh-sequence-golang, - golang-any, +Build-Depends: + debhelper-compat (= 13), + dh-sequence-golang, + golang-any, Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: https://github.com/dimonomid/clock @@ -16,7 +17,8 @@ XS-Go-Import-Path: github.com/dimonomid/clock Package: golang-github-dimonomid-clock-dev Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, +Depends: + ${misc:Depends}, Description: mocking time (Go library) Clock is a small library for mocking time in Go. It provides an interface around the standard library's time package so that the application can use