patchelf 0.18.0-1.1 source package in Ubuntu

Changelog

patchelf (0.18.0-1.1) unstable; urgency=medium

  * Non-maintainer upload
  * Relax LOAD entries condition in repeated-updates test to
    avoid FTBFS on mips64el (Closes: #1059752)

 -- Graham Inggs <email address hidden>  Thu, 29 Feb 2024 14:54:38 +0000

Upload details

Uploaded by:
Felipe Sateler
Uploaded to:
Sid
Original maintainer:
Felipe Sateler
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
patchelf_0.18.0-1.1.dsc 1.8 KiB 57468b44f9746075a0ab5ebb8896f1d2d4bbc34e093639a937c293e6a6e9c234
patchelf_0.18.0.orig.tar.gz 323.5 KiB 1451d01ee3a21100340aed867d0b799f46f0b1749680028d38c3f5d0128fb8a7
patchelf_0.18.0-1.1.debian.tar.xz 4.2 KiB bf13350b4a19e0084c9944b79745daeb5e81969035317cc77dbf19d736826c70

Available diffs

No changes file available.

Binary packages built by this source

patchelf: modify properties of ELF executables

 PatchELF is a simple utility for modifying existing ELF executables and
 libraries. In particular, it can do the following:
 .
  * Change the dynamic loader ("ELF interpreter") of executables
  * Change the RPATH of executables and libraries
  * Remove declared dependencies on dynamic libraries
    (DT_NEEDED entries)

patchelf-dbgsym: debug symbols for patchelf