diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-04 06:08:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-04 06:09:12 +0000 |
commit | 23aec5be1f8647706ae310275163319facacbf5c (patch) | |
tree | da943403177acc4d90b147aa2326264e0f1f6052 | |
parent | Bumping build-depends on debhelper for t64 transition. (diff) | |
download | dnswire-23aec5be1f8647706ae310275163319facacbf5c.tar.xz dnswire-23aec5be1f8647706ae310275163319facacbf5c.zip |
Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 1265e33..db764f9 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: dnswire Section: libs Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> -Build-Depends: dpkg-dev (>= 1.22.5), - debhelper-compat (= 13), +Build-Depends: debhelper (>= 13.14~), + debhelper-compat (= 13), + dpkg-dev (>= 1.22.5), libprotobuf-c-dev, libtinyframe-dev, libuv1-dev, @@ -31,9 +32,12 @@ Description: DNS encapsulations and transporting (development) This package contains the development files. Package: libdnswire1t64 -Provides: ${t64:Provides} -Replaces: libdnswire1 -Breaks: libdnswire1 (<< ${source:Version}) +Provides: + ${t64:Provides}, +Replaces: + libdnswire1, +Breaks: + libdnswire1 (<< ${source:Version}), Section: libs Architecture: any Depends: |