diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:28:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:28:09 +0000 |
commit | 0fcaa4306685747348888a50dbce63a2c8e4f37e (patch) | |
tree | 92e96127b2d4c95fd3f582036e33c5130279ecb2 /debian/control | |
parent | Adding debian version 2.39.3-6.1. (diff) | |
download | util-linux-0fcaa4306685747348888a50dbce63a2c8e4f37e.tar.xz util-linux-0fcaa4306685747348888a50dbce63a2c8e4f37e.zip |
Adding debian version 2.39.3-7.debian/2.39.3-7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 5d27ee9..73a74d7 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: util-linux -Build-Depends: dpkg-dev (>= 1.22.5), +Build-Depends: asciidoctor <!stage1 !nodoc>, bc <!stage1 !nocheck>, bison, @@ -406,10 +406,7 @@ Description: smart column output alignment library - headers . This package contains the development environment for the mount library. -Package: libuuid1t64 -Provides: ${t64:Provides} -Replaces: libuuid1 -Breaks: libuuid1 (<< ${source:Version}) +Package: libuuid1 Architecture: any Section: libs Priority: optional @@ -418,6 +415,8 @@ Pre-Depends: Depends: ${misc:Depends}, ${shlibs:Depends} +Provides: + libuuid1t64 [!armel !armhf !hppa !m68k !mips !mipsel !powerpc !sh4] Recommends: uuid-runtime Multi-Arch: same @@ -436,7 +435,7 @@ Build-Profiles: <!stage1> Section: utils Priority: optional Pre-Depends: - libuuid1t64, + libuuid1, ${misc:Pre-Depends} Depends: adduser, @@ -480,7 +479,7 @@ Section: libdevel Priority: optional Depends: libc6-dev | libc-dev, - libuuid1t64 (= ${binary:Version}), + libuuid1 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Universally Unique ID library - headers and static libraries |