Source: pax-utils
Standards-Version: 4.7.3
Maintainer: Tomasz Buchert <tomasz@debian.org>
Section: misc
Build-Depends: debhelper (>= 13),
               debhelper-compat (= 13),
               autoconf-archive,
               gnulib,
               libcap-dev [linux-any],
               meson,
               pkgconf,
               python3-pyelftools,
               python3:any,
               xmlto
Vcs-Browser: https://salsa.debian.org/debian/pax-utils
Vcs-Git: https://salsa.debian.org/debian/pax-utils.git
Homepage: https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities

Package: pax-utils
Architecture: any
Depends: binutils,
         python3-pyelftools,
         python3:any,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Security-focused ELF files checking tool
 This is a small set of various PaX aware and related utilities for ELF
 binaries. It can check ELF binary files and running processes for
 issues that might be relevant when using ELF binaries along with PaX,
 such as non-PIC code or executable stack and heap.
 .
 This package installs: dumpelf, lddtree, pspax, scanelf, scanmacho
 and symtree.
