golly 3.3-1 source package in Ubuntu

Changelog

golly (3.3-1) unstable; urgency=medium

  * New upstream.
  * debian/control (Standards-Version): Conforms to 4.4.1.
  (Build-Depends): Use debhelper-compat.  Remove Python support.
  (Depends): Remove ${python:Depends}.
  * debian/compat: Remove.
  * debian/patches/0001-Build-Add-libs.patch: Update.
  * debian/patches/0002-dont-include-tilda-files.patch: Update.
  * debian/patches/0004-support-wxwidegts-with-gtk3.patch: Remove,
  it's now in upstream.
  * debian/patches/0005-wxwidgets-inmature-yet.patch: Update.
  Python2 support removal (Closes: #936635).
  * debian/patches/0006-python2-support-removal.patch: New.
  * debian/rules: Remove --with python2.
  * debian/control (Build-Depends): Remove Python support.
  (Depends): Remove ${python:Depends}.

 -- NIIBE Yutaka <email address hidden>  Mon, 02 Dec 2019 09:40:25 +0900

Upload details

Uploaded by:
NIIBE Yutaka
Uploaded to:
Sid
Original maintainer:
NIIBE Yutaka
Architectures:
any
Section:
games
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golly_3.3-1.dsc 1.5 KiB 0dbf24f166a15c045a250db15602813af6b2151b83ce9db0a57c6b26cd2a1901
golly_3.3.orig.tar.gz 5.2 MiB 88fd776b1afd763ef32ac6e6d95ddfcbc51b74f6ef6a1f3ba9aa659295d573c8
golly_3.3-1.debian.tar.xz 17.1 KiB 0081e4aa23a7994fb81ad4cf011dda21c861fa952c5ab14584c7a3605945049a

Available diffs

No changes file available.

Binary packages built by this source

golly: Game of Life simulator using hashlife algorithm

 Golly simulates Conway's Game of Life with an arbitrarily large grid
 of cells. It can optionally use a hashlife algorithm, which allows
 it to rapidly compute generations for huge patterns, and to compute
 many generations into the future at a time.
 .
 Golly provides a graphical interface for viewing and editing cellular
 automata. It supports copy and paste, zoom, auto-fit, multiple
 layers, and viewing different areas of a pattern simultaneously in
 different areas of a window.
 .
 Golly can load patterns from RLE, Life 1.05/1.06, dblife, and
 macrocell file formats; it can also interpret images as Life
 patterns. Golly provides integrated help, including a copy of the
 Life Lexicon.
 .
 Golly also supports other rules for 2D cellular automata with an
 8-cell neighborhood, and supports 1D cellular automata.

golly-dbgsym: debug symbols for golly