File: debian-changes

package info (click to toggle)
patchelf 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 692 kB
  • ctags: 2,011
  • sloc: cpp: 2,825; sh: 1,587; makefile: 63; ansic: 32
file content (24 lines) | stat: -rw-r--r-- 840 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This package is maintained in git. The diff is automatically generated by
the diff of the debian and the upstream branch
--- patchelf-0.8.orig/patchelf.1
+++ patchelf-0.8/patchelf.1
@@ -26,7 +26,7 @@ The single option given operates on a gi
 Change the dynamic loader ("ELF interpreter") of executable given to
 INTERPRETER.
 
-.IP --print-intepreter
+.IP --print-interpreter
 Prints the ELF interpreter of the executable.
 
 .IP "--set-rpath RPATH"
@@ -47,6 +47,10 @@ Prints the RPATH for an executable or li
 Forces the use of the obsolete DT_RPATH in the file instead of
 DT_RUNPATH. By default DT_RPATH is converted to DT_RUNPATH.
 
+.IP "--remove-needed LIBRARY"
+Removes a declared depency on LIBRARY (DT_NEEDED entry). This
+option can be given multiple times.
+
 .IP --debug
 Prints details of the changes made to the input file.