Browse Source

Refine seccomp support. Closes: #931985

See also #932006
Christoph Biedl 4 years ago
parent
commit
0e3047dff5
1 changed files with 5 additions and 1 deletions
  1. 5 1
      debian/control

+ 5 - 1
debian/control

@@ -5,7 +5,9 @@ Standards-Version: 4.3.0
 Vcs-Browser: https://git.in-ulm.de/cbiedl/file
 Vcs-Browser: https://git.in-ulm.de/cbiedl/file
 Vcs-Git: https://git.in-ulm.de/cbiedl/file.git
 Vcs-Git: https://git.in-ulm.de/cbiedl/file.git
 Build-Depends: debhelper (>= 11~),
 Build-Depends: debhelper (>= 11~),
-    libseccomp-dev,
+    libbz2-dev,
+    liblzma-dev,
+    libseccomp-dev [amd64 arm64 armel armhf hppa i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x x32],
     zlib1g-dev,
     zlib1g-dev,
 Priority: standard
 Priority: standard
 Section: utils
 Section: utils
@@ -14,6 +16,8 @@ Package: file
 Architecture: any
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends},
 Depends: ${misc:Depends}, ${shlibs:Depends},
     libmagic1 (= ${binary:Version}),
     libmagic1 (= ${binary:Version}),
+Breaks:
+    debhelper (<< 12.2~),
 Multi-Arch: foreign
 Multi-Arch: foreign
 Description: Recognize the type of data in a file using "magic" numbers
 Description: Recognize the type of data in a file using "magic" numbers
  The file command is "a file type guesser", a command-line tool that
  The file command is "a file type guesser", a command-line tool that