DEBIAN-BINARY 0.0.1 =================== This package is util for manipulating Debian binary packages. It contains 3 executables: 1. manual Usage: manual PACKAGE Extracts the content of PACKAGE to /tmp/debian-binary and waits for a character input from the user. After the input, every change on the file will be packaged to a file written in /tmp/PACKAGE. The files of PACKAGE will be accessible in the following path: debian-binary control.tar.gz data.tar.gz control/ data/ 2. query Usage: query COMMAND PACKAGE ... Extracts each PACKAGE and runs COMMAND in it. 3. update Usage: update COMMAND PACKAGE ... Extracts each PACKAGE, runs COMMAND and repacks it.