OpenCPN 5.12 source package
===================================

This directory contains sources for a 5.12.x release.
To rebuild the package from these sources, first install tools:

  $ sudo apt install devscripts equivs

Download and unpack sources:

  $ mkdir opencpn-pkg
  $ cd opencpn-pkg
  $ repo=http://repo.opencpn.org/bookworm-backports
  $ dget -ux $repo/pool/src/opencpn_5.11.3~beta3+dfsg-1~bpo12+1.dsc

Install build deps:

  $ cd opencpn-5.11.3~beta3+dfsg
  $ sudo mk-build-deps -i -r ci/control
  $ sudo apt-get --allow-unauthenticated install -f

And build the packages. The created .deb files are found in parent dir,
opencpn-pkg here.

  $ debuild -us -uc

