debian-binary: Utilities to work with debian binary packages

[ deprecated, library, program, system ] [ Propose Tags ]
Deprecated

This package provides a library and some tools to work with debian binary packages.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1
Dependencies base, directory, filepath, HSH [details]
License LicenseRef-OtherLicense
Copyright (c) 2008 Marco Túlio Gontijo e Silva <marcot@riseup.net>
Author Marco Túlio Gontijo e Silva
Maintainer Marco Túlio Gontijo e Silva <marcot@riseup.net>
Category System
Uploaded by MarcoSilva at 2008-09-11T14:26:52Z
Distributions NixOS:0.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables update, query, manual
Downloads 1228 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for debian-binary-0.0.1

[back to package description]
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/<content of control.tar.gz>
data/<content of data.tar.gz>

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.