z80asm 1.8-1.1 source package in Ubuntu

Changelog

z80asm (1.8-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Apply a patch by Vagrant Cascadian to make the build reproducible. The
    build path was being embedded in /usr/bin/z80asm. (Closes: #1020875)
  * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It
    was failing because it ran its own testsuite despite the value of
    DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of
    the "build" target and offers no specific test target. (Closes: #939775)

 -- Chris Lamb <email address hidden>  Thu, 06 Oct 2022 09:09:08 -0700

Upload details

Uploaded by:
Bas Wijnen
Uploaded to:
Sid
Original maintainer:
Bas Wijnen
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
z80asm_1.8-1.1.dsc 1.6 KiB 87e34b2f1e15cafb41f698255a903143070f50ca715e3e609e7fadf6746e4dea
z80asm_1.8.orig.tar.gz 55.9 KiB 67fba9940582cddfa70113235818fb52d81e5be3db483dfb0816acb330515f64
z80asm_1.8-1.1.diff.gz 2.3 KiB bcba7ceb61157222b45692f972c45767558e55ba57c1f7f8a205d1792bcf7dfb

No changes file available.

Binary packages built by this source

z80asm: assembler for the Zilog Z80 microprocessor

 The Z80 microprocessor is used in old home computers, such as the
 ZX spectrum and MSX, and in several newer devices, such as the TI-83
 graphical calculator and (a stripped down version) in the (original) GameBoy.
 .
 This assembler is meant for developers who write code (in assembly) for
 such devices.
 .
 Features include:
  * macros
  * including other sources
  * complex expressions (similar to bash)
  * labels of unlimited length
  * conditional compilation depending on expressions

z80asm-dbgsym: debug symbols for z80asm