1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: prelink
Section: admin
Priority: optional
Maintainer: Geoffrey Thomas <gthomas@mokafive.com>
Build-Depends: debhelper (>= 6.0.7~), libelf-dev, libpopt-dev, libselinux1-dev [linux-any], dh-autoreconf, dctrl-tools
Standards-Version: 3.9.5.0
Package: prelink
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, execstack
Built-Using: ${built-using}
Description: ELF prelinking utility to speed up dynamic linking
The prelink package contains a utility which modifies ELF shared libraries
and executables, so that far fewer relocations need to be resolved at
runtime and thus programs come up faster.
Package: execstack
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: prelink (<< 0.0.20090311-2)
Replaces: prelink
Description: ELF GNU_STACK program header editing utility
The execstack package contains a utility which modifies (or adds) the
GNU_STACK program header to ELF binaries, and allows changing the executable
flag.
|