Source: suspendprocess
Section: utils
Priority: extra
Maintainer: Mikko Vartiainen <mvartiainen@gmail.com>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.2

Package: suspendprocess
Architecture: all
Depends: python, python-osso, python-gobject
Description: application launcher which suspends the application
 Launcher sends SIGSTOP when screen blanks and SIGCONT when screen turns on.
 Useful for SDL applications
 usage: suspendprocess 0|1 /usr/bin/application
        0 doesn't send SIGUSR1 before SIGSTOP
        1 sends SIGUSR1 before SIGSTOP. Useful for shutting down audio etc.
