summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:01:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:01:15 +0000
commitb6a18de3d3c449563d5de75d1d699097f45cc013 (patch)
tree464efc48432446943483f9e2d66c384615175c0b /debian/control
parentReleasing progress-linux version 1:5.45-2~progress7.99u1. (diff)
downloadfile-b6a18de3d3c449563d5de75d1d699097f45cc013.tar.xz
file-b6a18de3d3c449563d5de75d1d699097f45cc013.zip
Merging debian version 1:5.45-2.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 10 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index a999532..137adda 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/file
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/file
XSBC-Original-Vcs-Browser: https://git.in-ulm.de/cbiedl/file
XSBC-Original-Vcs-Git: https://git.in-ulm.de/cbiedl/file.git
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libbz2-dev,
liblzma-dev,
zlib1g-dev,
@@ -20,7 +20,7 @@ Section: utils
Package: file
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
- libmagic1 (= ${binary:Version}),
+ libmagic1t64 (= ${binary:Version}),
Breaks:
debhelper (<< 12.2~),
Multi-Arch: foreign
@@ -30,7 +30,10 @@ Description: Recognize the type of data in a file using "magic" numbers
.
This package contains the file program itself.
-Package: libmagic1
+Package: libmagic1t64
+Provides: ${t64:Provides}
+Replaces: libmagic1
+Breaks: libmagic1 (<< ${source:Version})
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
@@ -49,22 +52,22 @@ Package: libmagic-mgc
Architecture: any
Depends: ${misc:Depends},
Breaks:
- libmagic1 (<< 1:5.28-4~),
+ libmagic1t64 (<< 1:5.28-4~),
Replaces:
- libmagic1 (<< 1:5.28-4~),
+ libmagic1t64 (<< 1:5.28-4~),
Section: libs
Priority: optional
Multi-Arch: foreign
Description: File type determination library using "magic" numbers (compiled magic file)
This package provides the compiled magic file "magic.mgc". It has
- been separated from libmagic1 in order to meet the multiarch
+ been separated from libmagic1t64 in order to meet the multiarch
requirements without breaking applications that expect this file
at its absolute path.
Package: libmagic-dev
Architecture: any
Depends: ${misc:Depends},
- libmagic1 (= ${binary:Version}),
+ libmagic1t64 (= ${binary:Version}),
Suggests:
file,
Section: libdevel