How to produce a new patch package of the TLF logging tool

Aus DL8RDS Wiki
Wechseln zu: Navigation, Suche

1 Goal

We want to update the famous TLF logger and ensure to have a recent patch available.

The environment is a Minibian / Debian running on a RaspberryPi Version 3.

2 Preparations

Prepare the build environment:

sh -c 'echo "deb-src http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi" >> /etc/apt/sources.list'
apt-get update

Get the build dependencies and the source code of the package:

cd ~
apt-get -y build-dep tlf
apt-get -y source tlf