annotate deb/control @ 2:7bf4a164d5bb
 default tip 
fix bug: long_options have to be zero terminated
 | author | 
 Peter Meerwald <p.meerwald@bct-electronic.com> | 
 | date | 
 Fri, 20 Jul 2012 11:28:30 +0200 | 
 | parents | 
 b8f7423e385c  | 
 | 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.
 |