tkgate 2.0~b10-4~ubuntu12.04.1 source package in Ubuntu

Changelog

tkgate (2.0~b10-4~ubuntu12.04.1) precise-backports; urgency=medium

  * No-change backport to precise (LP: #1367798)

tkgate (2.0~b10-4) unstable; urgency=medium

  * applied Daniel T Chen's patch, thanks! Closes: #741818

tkgate (2.0~b10-3) unstable; urgency=medium

  * removed the unsed build-dependency on dhelp, replaced it by a Recommends:
    for the package tkgate-doc. So the package is installable even if
    dhelp does not belong to the current distribution.
  * added the directory 'primitives' to the package tkgate-data. Created a
    versioned dependency between tkgate and tkgate-data.
    Closes: #549319
  * checked for #554464, which is not reproducible with the current (latest)
    version. Closes: #554464
  * checked for #351744, which is not reproducible with the current (latest)
    version. Closes: #351744

tkgate (2.0~b10-2) unstable; urgency=medium

  * added myself as an uploader
  * upgraded Standards-Version to 3.9.5
  * added -lm to LDFLAGS in the target override_dh_auto_configure
  * made use of hardening-wrapper
  * added a taget override_dh_clean to remove files in libexec/
  * patched files which were shown erroneous by the hardening flags
  * removed obsolete dm-upload-allowed
  * modified a file to remove its shebang line, removed one lintian
    override.
  * fixed the file d/watch

tkgate (2.0~b10-1) experimental; urgency=low

  * New upstream release.
  * debian/compat: Bumped to 7
  * debian/control:
    + Bumped Standards-Version to 3.8.3 (no changes needed)
    + Moved to Git, hence updated Vcs-* fields.
    + Build-Depend on debhelper (>= 7.0.50~) to support override targets.
    + Build-Depend on quilt  (>= 0.46-7~) to support dh 7's --with quilt
  * debian/rules:
    + Simplified rules file.
    + Pass LDFLAGS="$(LDFLAGS) -Wl,--as-needed" to configure script to avoid
      linking tkgate with un-necessary libraries.
  * Added 04_typos.diff patch to fix some typos in messages printed by tkgate.
  * Added debian/README.source
  * Append to LDFLAGS variable instead of overriding it

tkgate (2.0~b8-1) experimental; urgency=low

  * New upstream release.
  * Refreshed patch 01_paths.diff.
  * debian/control:
    + added autotools-dev to Build-Depends.
    + Set debian-science as Maintainer, while added myself as an uploader.
    + Added DM-Upload-Allowed field.
    + Added Vcs-* fields.
    + Bump Standards-Version to 3.8.1
  * Added patch 03_config.diff to add a minimal code block to the top of
    config.sub and config.guess, to call their up-to-date versions.
  * Removed patch 02_manpages.diff since it got merged upstream.
  * debian/copyright:
    + converted to machine-readable format.
    + updated upstream author's email address.
    + updated upstream copyright years.
    + added copyright years for Debian packaging.
    + reformated the copyright file.
    + refer to /usr/share/common-licenses/GPL-2
  * debian/tkgate-doc.doc-base: updated upstream author's email address.
  * debian/watch: changed to pre-release URL, and used version mangling.

tkgate (2.0~b4-1) experimental; urgency=low

  * New upstream release.
  * Bumped Standards-Version to 3.8.0.
  * Build-Depends on xutils-dev instead of xutils.
  * debian/tkgate.manpages: changed path of manpages to
    debian/tmp/usr/share/man/man1
  * debian/control:
    + Used tk-dev and tcl-dev in Build-Depends instead of tk8.4-dev and
      tcl8.4-dev.
    + Used tk and tcl in tkgate-data's Suggests field instead of tk8.4 and
      tcl8.4.
    + Enhanced short description for tkgate-data & tkgate-doc.
    + Fixed typo in tkgate long description: langauge -> language.
  * Added descriptions to patch files.

tkgate (2.0~a11-1) experimental; urgency=low

  * New maintainer. (Closes: #464329)
  * New upstream release.
  * Used upstream description for debian/control.
  * Added tkgate-data.examples.
  * Used quilt patch system.
   . Removed patches since they are irrevelant in the new release, and patches
     for the manpages are in 02_manpages.diff.
   . Added 01_paths.diff patch to fix exec path for tkgate and verga.
  * Removed tkgate-data.dirs since it seems useless.
  * Removed lintian overrides that are irrevelant in the new release.
  * debian/tkgate-data.install:
   . Added site-preferences, povray, vlib and vpd.
   . Renamed bitmaps to images.
  * Added longtitle and icon to debian/menu.
  * Used dh_lintian to install lintian overrides.
  * Used dh_icons.
  * Upgrade to debhelper 6.0.7~ for dh_lintian.
 -- Felix Geyer <email address hidden>   Wed, 10 Sep 2014 17:39:20 +0200

Upload details

Uploaded by:
Felix Geyer
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
electronics
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports universe electronics

Downloads

File Size SHA-256 Checksum
tkgate_2.0~b10.orig.tar.gz 8.2 MiB 4ef6a9c5b71325cec0d53d55dfd386a344dc7f139c49e9a145ad4ace7a302057
tkgate_2.0~b10-4~ubuntu12.04.1.diff.gz 7.4 KiB 3d24af140dd4302aec9ff13b99a785487cccd7659ee978f6d334e1aaf64b8a1e
tkgate_2.0~b10-4~ubuntu12.04.1.dsc 2.3 KiB 1060e30ae5247b1ebb9f7773ad72a6229023a2913b19123c3faabb755d7425c4

View changes file

Binary packages built by this source

tkgate: Tcl/Tk based digital circuit editor and simulator

 TkGate is a digital circuit editor and simulator with a Tcl/Tk based
 interface. TkGate includes a large number of built-in devices including basic
 gates, memories, ttys and modules for hierarchical design. The simulator can
 be controlled either interactively or through a simulation script. Memory
 contents can be loaded from files, and a microcode/macrocode compiler (gmac)
 is included to create tkgate memory files from a high-level description. The
 simulator supports continuous simulation, single step simulation (by clock or
 epoch) and breakpoints. Save files are in a Verilog-like format.
 .
 TkGate also includes a number of tutorial and example circuits which can be
 loaded through the "Help" menu. The examples range from a simple gate-level
 3-bit adder to a 16-bit CPU programmed to play the "Animals" game.
 .
 TkGate has a multi-language interface with support for English, Japanese,
 French and Spanish.

tkgate-data: Tcl/Tk based digital circuit editor and simulator - data files

 TkGate is a digital circuit editor and simulator with a Tcl/Tk based
 interface.
 .
 This package contains the architecture independent data files.

tkgate-doc: Tcl/Tk based digital circuit editor and simulator - documentation

 TkGate is a digital circuit editor and simulator with a Tcl/Tk based
 interface.
 .
 This package contains the documentation.