G-Golf Debian Package

This page contains Debian packages for G-Golf.

Debian-based systems with amd64/Intel 64-bit x86 processor architecture and Guile 3.0

Download g-golf_0.1.0v10-1_amd64.deb and install it with command

      sudo dpkg -i g-golf_0.1.0v10-1_amd64.deb
    

Other Debian-based systems with Guile 3.0

Create a directory for the build and copy g-golf-0.1.0v10.tar.xz and g-golf_0.1.0v10-1.debian.tar.xz there. Change into the directory and give the following commands:
      tar xvf g-golf-0.1.0v10.tar.xz
      ln -s g-golf-0.1.0v10.tar.xz g-golf_0.1.0v10.orig.tar.xz
      cd g-golf-0.1.0v10
      tar xvf ../g-golf_0.1.0v10-1.debian.tar.xz
      dpkg-buildpackage --no-sign -b
      cd ..
      sudo dpkg -i g-golf_0.1.0v10-1_ARCH.deb
    
Replace ARCH with the architecture of your system. You can find out the architecture with command
      dpkg-architecture -q DEB_HOST_ARCH
    

Debian-based systems with Guile 2.2

Create a directory for the build and copy g-golf-0.1.0v10.tar.xz and g-golf_0.1.0v10-1.debian.tar.xz there. Change into the directory and give the following commands:
      tar xvf g-golf-0.1.0v10.tar.xz
      ln -s g-golf-0.1.0v10.tar.xz g-golf_0.1.0v10.orig.tar.xz
      cd g-golf-0.1.0v10
      tar xvf ../g-golf_0.1.0v10-1.debian.tar.xz
    
Change GUILE_VERSION from 3.0 to 2.2 and GUILE_VERSION2 from 3.0.8 to 2.2.0 in debian/rules. Change guile-3.0 to guile-2.2 and guile-3.0-dev to guile-2.2-dev in debian/control. Remove the (>= 3.0.8) in debian/control. Give commands
      dpkg-buildpackage --no-sign -b
      cd ..
      sudo dpkg -i g-golf_0.1.0v10-1_ARCH.deb
    
where ARCH is the architecture of your system.

GPG signature

The GPG signature for the source package is available at g-golf-0.1.0v10.tar.xz.asc. The public key can be found at signing-key.asc. The public key can also be found in the debianization package at debian/upstream/signing-key.asc.

Last updated: August 31, 2022

Copyright © 2020-2022 Tommi Höynälänmaa