mdk 1.3.0+dfsg-3 source package in Ubuntu

Changelog

mdk (1.3.0+dfsg-3) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.6.0 with no changes.
  * Add the year 2021 to my debian/* copyright notice.
  * Explicitly declare dh-sequence-single-binary as a virtual build
    dependency.
  * Update the Python autopkgtest a bit:
    - reformat it using the black tool
    - drop an unneeded hashbang line in a module file
    - fix a minor Pylint suggestion
    - add Tox test environment definitions
  * New upstream release:
    - drop the glib-deprecated patch, applied upstream
    - update the typos patch
    - refresh the line numbers in the cppcheck patch
    - build with GTK+ 3: replace the libgtk2.0-dev and libglade2-dev
      build dependencies with libgtk-3-dev; Closes: #967628, #967879

 -- Peter Pentchev <email address hidden>  Thu, 30 Dec 2021 19:14:42 +0200

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any
Section:
otherosfs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe otherosfs
Lunar release universe otherosfs
Jammy release universe otherosfs

Downloads

File Size SHA-256 Checksum
mdk_1.3.0+dfsg-3.dsc 2.1 KiB 5020c958ed57ae2367bb484709fde44c7823b916729aead622bc3a635548e4f8
mdk_1.3.0+dfsg.orig.tar.xz 382.2 KiB c7833f421bc886210fab48f0b9bea956090ee845fe33ca790918c912ab758d74
mdk_1.3.0+dfsg-3.debian.tar.xz 19.5 KiB e4cc7e5bed82438d74c0619d8c80dcede952defe3297f1012a06351cf549fc76

Available diffs

No changes file available.

Binary packages built by this source

mdk: MIX Development Kit

 MDK stands for MIX Development Kit, and provides tools for developing
 and executing, in a MIX virtual machine, MIXAL programs.
 .
 The MIX is Donald Knuth's mythical computer, described in the first
 volume of The Art of Computer Programming, which is programmed using
 MIXAL, the MIX assembly language.
 .
 MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine
 (mixvm) with a command line interface. In addition, a GTK+ GUI to
 mixvm, called gmixvm, and a Guile interpreter with an embedded MIX
 virtual machine called mixguile, are provided.
 .
 Using these interfaces, you can debug your MIXAL programs at source
 code level, and read/modify the contents of all the components of the
 MIX computer (including block devices, which are simulated using the
 file system).

mdk-dbgsym: debug symbols for mdk