diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:25:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:26:55 +0000 |
commit | c99aa3b3e5684bbdcc2bbc15302e0b822c4fc891 (patch) | |
tree | 1ab4e9e4f861b667dcbccf6e106319a0919158f3 /debian/control | |
parent | Merging debian version 2.39.3-6.1. (diff) | |
download | util-linux-c99aa3b3e5684bbdcc2bbc15302e0b822c4fc891.tar.xz util-linux-c99aa3b3e5684bbdcc2bbc15302e0b822c4fc891.zip |
Reverting t64 migration for backports.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 71aacfb..7aea0dd 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, @@ -412,10 +412,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 @@ -442,7 +439,7 @@ Build-Profiles: <!stage1> Section: utils Priority: optional Pre-Depends: - libuuid1t64, + libuuid1, ${misc:Pre-Depends} Depends: adduser, @@ -486,7 +483,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 |