This repository contains scripts for building a Debian package for the piqi
command-line tool.
The package includes:
/usr/bin/piqi
PIQI(1)
man page- HTML documentation (also available online at http://piqi.org/doc/)
Install the following packages:
# necessary for Debian packaging
apt-get install build-essential debhelper fakeroot
# required for the build itself
apt-get install ocaml camlp4-extra ocaml-findlib
# for building documentation and running tests
apt-get install pandoc libprotoc-dev protobuf-compiler
make
To update the package after a new Piqi version is released:
- Set the
VERSION
andCOMMIT
variables in./Makefile
to the new upstream version. - Edit
debian/changelog