0
|
1 Source: chrpath
|
|
2 Section: utils
|
|
3 Priority: optional
|
|
4 Maintainer: Tollef Fog Heen <tfheen@debian.org>
|
|
5 Build-Depends: debhelper (>> 3.0.0)
|
|
6 Standards-Version: 3.5.2
|
|
7
|
|
8 Package: chrpath
|
|
9 Architecture: any
|
|
10 Depends: ${shlibs:Depends}
|
|
11 Description: Tool to edit the rpath in ELF binaries
|
|
12 chrpath allows you to change the rpath (where the application looks
|
|
13 for libraries) in an application. It does not (yet) allow you to
|
|
14 add an rpath if there isn't one already.
|