@hackage debian-binary0.0.1
Utilities to work with debian binary packages
Categories
License
LicenseRef-OtherLicense
Maintainer
Marco Túlio Gontijo e Silva <marcot@riseup.net>
Links
- Documentation
- No source repository
- Security
Versions
- 0.0.1 Thu, 11 Sep 2008
DEBIAN-BINARY 0.0.1
This package is util for manipulating Debian binary packages. It contains 3 executables:
- 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/
- query
Usage: query COMMAND PACKAGE ...
Extracts each PACKAGE and runs COMMAND in it.
- update
Usage: update COMMAND PACKAGE ...
Extracts each PACKAGE, runs COMMAND and repacks it.