diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-04 06:26:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-04 06:26:13 +0000 |
commit | 1db400bb549d5e4ba68b78b34be461b6dbdcb731 (patch) | |
tree | 639171fbc00c22d14512ded60b992ad6723dedde | |
parent | Bumping build-depends on debhelper for t64 transition. (diff) | |
download | tinyframe-1db400bb549d5e4ba68b78b34be461b6dbdcb731.tar.xz tinyframe-1db400bb549d5e4ba68b78b34be461b6dbdcb731.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 d9ff224..a29728b 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: tinyframe 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.12~), + debhelper-compat (= 13), + dpkg-dev (>= 1.22.5), pkg-config, Rules-Requires-Root: no Standards-Version: 4.6.2 @@ -25,9 +26,12 @@ Description: Minimalistic Frame Streams library (development) This package contains the development files. Package: libtinyframe0t64 -Provides: ${t64:Provides} -Replaces: libtinyframe0 -Breaks: libtinyframe0 (<< ${source:Version}) +Provides: + ${t64:Provides}, +Replaces: + libtinyframe0, +Breaks: + libtinyframe0 (<< ${source:Version}), Section: libs Architecture: any Depends: |