OpenCPN temporary 5.8.2 Debian repository
=========================================

This repository contains opencpn 5.8.2 backported to bullseye. The
packages here are uploaded to Debian. However, the Debian administrative
processes are quite slow making a pre-release repository necessary.

To use the repository:

  - Add the repository to the apt sources:
       $ repo=http://mumin.crabdance.com/bullseye-backports
       $ wget -O- $repo/opencpn.list | sudo tee /etc/apt/sources.list.d/opencpn.list

  - Import the signing key:
       $ test -d /etc/apt/keyrings || sudo mkdir /etc/apt/keyrings
       $ wget -O- $repo/KEY.gpg | sudo tee /etc/apt/keyrings/opencpn.key

  - Update the apt catalog and install or update opencpn:
       $ sudo apt update && sudo apt install opencpn

The status of the official upload can be viewed at
https://ftp-master.debian.org/backports-new.html (the queued item)
and at https://packages.debian.org/bullseye-backports/opencpn (the 
currently uploaded package).  Eventually, the official repos will
obsolete this pre-release repo.
