Mercurial > hg > chrpath
annotate deb/control @ 0:b8f7423e385c
import 0.13
author | Peter Meerwald <pmeerw@pmeerw.net> |
---|---|
date | Fri, 20 Jul 2012 01:51:24 +0200 |
parents | |
children |
rev | line source |
---|---|
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. |