diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-04 06:05:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-04 06:05:18 +0000 |
commit | 81494862a7a7b75beba2d7fb13d88367b953262d (patch) | |
tree | 953278dceee51aa4e0e224482de73fb7a133ffd5 | |
parent | Bumping build-depends on debhelper for t64 transition. (diff) | |
download | ck-81494862a7a7b75beba2d7fb13d88367b953262d.tar.xz ck-81494862a7a7b75beba2d7fb13d88367b953262d.zip |
Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 14 | ||||
-rw-r--r-- | debian/libck-dev.install | 2 |
2 files changed, 10 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 43433fe..711779c 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: ck 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), Rules-Requires-Root: no Standards-Version: 4.6.2 Homepage: http://concurrencykit.org @@ -27,9 +28,12 @@ Description: Concurrency Kit (development) This package contains the development files. Package: libck0t64 -Provides: ${t64:Provides} -Replaces: libck0 -Breaks: libck0 (<< ${source:Version}) +Provides: + ${t64:Provides}, +Replaces: + libck0, +Breaks: + libck0 (<< ${source:Version}), Section: libs Architecture: linux-any Pre-Depends: diff --git a/debian/libck-dev.install b/debian/libck-dev.install index b149501..e5f703b 100644 --- a/debian/libck-dev.install +++ b/debian/libck-dev.install @@ -1,5 +1,5 @@ usr/include -usr/lib/*/*.so usr/lib/*/*.a +usr/lib/*/*.so usr/lib/*/pkgconfig usr/share/man |