@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>

  • Versions

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/

  1. query

Usage: query COMMAND PACKAGE ...

Extracts each PACKAGE and runs COMMAND in it.

  1. update

Usage: update COMMAND PACKAGE ...

Extracts each PACKAGE, runs COMMAND and repacks it.