1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: tmperamental
Section: misc
Priority: optional
Maintainer: Paul Tagliamonte <paultag@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: http://git.debian.org/?p=collab-maint/tmperamental.git;a=summary
Vcs-Git: git://git.debian.org/collab-maint/tmperamental.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/tmperamental.git
Package: tmperamental
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LD_PRELOADable library to detect rouge writes to /tmp/
This friendly library will explode in a huge ball of fire when an application
tries to write to /tmp, which is hella useful for checking that code respects
setting TMPDIR (and friends) in the env.
|