Change log for ghdl package in Debian

135 of 35 results
Published in sid-release
ghdl (3.0.0+dfsg2-1) unstable; urgency=medium

  * Add file exclusion for testsuite added in 3.0.0 containing Xilinx code
    apparently under DLA
  * Repack upstream as version 3.0.0+dfsg2
  * debian/copyright: Update with current years and new files
  * Restore patching of LLVM compiler path in modify-install-paths patch
    (Closes: 1053293)
  * Add patch fix-testsuite-stderr-output to restore fix dropped with
    parallelize-testsuite patch

 -- Andreas Bombe <email address hidden>  Sun, 01 Oct 2023 04:18:29 +0200
Published in sid-release
ghdl (3.0.0+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Simon Richter <email address hidden>  Mon, 25 Sep 2023 22:40:48 +0900
Published in bookworm-release
Published in sid-release
ghdl (2.0.0+dfsg-6.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Let the armhf build fail again since what was built failed the
    autopkgtest. (see #1010539)
  * Fail the build on s390x where the resulting package was broken.

 -- Adrian Bunk <email address hidden>  Sat, 11 Feb 2023 09:33:36 +0200
Superseded in sid-release
ghdl (2.0.0+dfsg-6.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Adjust the autopkgtest for the ghwdump move.
  * Drop the gcc backend on armhf for now. (see #1010539)  

 -- Adrian Bunk <email address hidden>  Fri, 10 Feb 2023 18:49:58 +0200
Superseded in sid-release
ghdl (2.0.0+dfsg-6) unstable; urgency=medium

  * Upload to unstable
  * Rework debian/rules to get rid of cumbersome conditionals
  * Add gcc-distro-specs patch to add %(distro_defaults) like in gcc specs
  * Bring over ghwdump.1 man file from gtkwave and add new options
  * Work around i386 build losing one file by running make twice
  * Add allow-non-linux-mcode patch to allow build on hurd and kfreebsd
  * Add sparc-memmodel-include patch to fix gcc build on SPARC

 -- Andreas Bombe <email address hidden>  Fri, 20 Jan 2023 03:29:12 +0100
Deleted in experimental-release (Reason: None provided.)
ghdl (2.0.0+dfsg-5) experimental; urgency=medium

  * Add binary packages libghdl-2-0-0 and libghdl-dev to provide libghdl,
    which allows the yosys GHDL synthesis plugin to be packaged
  * Add ghdl-tools binary package to install ghwdump in place of the gtkwave
    package
  * Enable synth tests in debian/tests/ghdl-tests
  * Patch parallelize-testsuite: don't print informational messages on stderr
    as any output on stderr is interpreted as a failure by autopkgtest
  * Add patch psl-disable-incorrect-optimization from upstream which might fix
    the PSL testsuite failures occurring on some architectures
  * Separate the testrundir for the build testsuite fully for every backend so
    they can never interfere with each other
  * Restrict Build-Depends on llvm-dev to maximum supported version

 -- Andreas Bombe <email address hidden>  Wed, 11 Jan 2023 02:57:49 +0100
Superseded in sid-release
ghdl (2.0.0+dfsg-4) unstable; urgency=medium

  * Upload to unstable
  * Switch configuration of gcc backend to use options from native gcc build
  * Add testsuite-pass-parameters patch to make testsuite.sh correctly pass
    command line args
  * Run testsuite with --keep-going so that all failures are recorded
  * Install ghwdump into ghdl-common /usr/lib/ghdl for use by autopkgtest
    tests as a temporary measure until ghdl can provide the ghwdump binary
    instead of gtkwave in a coordinated update
  * Enable vhpi testsuite that was added with version 2.0.0
  * Temporarily make LLVM backend testsuite failure non-fatal during build
    while investigating PSL test failures on some architectures
  * debian/copyright: Update years for Debian packaging
  * Bump Standards-Version to 4.6.2, no changes needed

 -- Andreas Bombe <email address hidden>  Mon, 02 Jan 2023 18:29:21 +0100
Deleted in experimental-release (Reason: None provided.)
ghdl (2.0.0+dfsg-3) experimental; urgency=medium

  [ Andreas Bombe ]
  * Use the whole build/host/target triple when configuring the GCC backend

  [ Nicolas Boulenguez ]
  * Simplify watch file
  * Use packaging.mk from dh-ada-library instead of from gnat
  * Avoid hardcoding the gnat version in debian/rules
  * Use an explicit version instead of the deprecated gnatgcc symbolic link
  * Set more build flags and tools when running ./configure
  * Simplify extraction of gcc sources
  * Simplify MAKEPARALLEL in debian/rules
  * Simplify override of dh_auto_clean
  * Simplify installation of ghdl-gcc and libbacktrace.a
  * Define common ./configure options in a Make variable
  * debian/rules: remove unneeded GCC_VER variable
  * Refresh patches with recommended options

 -- Andreas Bombe <email address hidden>  Tue, 20 Dec 2022 03:46:29 +0100
Superseded in experimental-release
ghdl (2.0.0+dfsg-2) experimental; urgency=medium

  * debian/tests/control: Add gtkwave to Depends to provide ghwdump
  * Add testsuite-show-diff-output patch to see why reference comparisons fail
  * Give $(DEB_TARGET_GNU_TYPE) to GCC configure step
  * Add --enable-multiarch to GCC backend configuration

 -- Andreas Bombe <email address hidden>  Tue, 06 Dec 2022 03:15:39 +0100
Superseded in experimental-release
ghdl (2.0.0+dfsg-1) experimental; urgency=medium

  [ Andreas Bombe ]
  * Add file exclusions for new testsuites with unclear licensing in ghdl 2.0.0
  * New upstream version 2.0.0+dfsg
  * Update debian/copyright
  * Remove configure patches for LLVM 11.1, 12, 13, not needed anymore
  * Remove clean-more, versioning, fix-build patches, applied upstream
  * Refresh and adjust patches for new upstream release
  * Add Build-Depends on texinfo for GCC backend
  * Add gcc-12.patch to allow building for GCC 12
  * Switch to GCC/GNAT 12 (Closes: #1023681)
  * Change Build-Depends on gnat-$VER to versioned depends on gnat
  * Add patch llvm-14.0.patch to allow building with LLVM 14
    (Closes: #1016411, #1017672)
  * debian/rules: Propagate error codes properly.
    Thanks to Daniel Gröber for the patch this is based on
  * debian/rules: Configure with --disable-werror
  * Disable dh_dwz as dwz has bugs trying to handle GCC 12 / LLVM 14 outputs
  * Do not install ghwdump as that is provided by the gtkwave package
  * Disable gcc-verbose-lto-link gcc patch during build as there are quoting
    issues on the GHDL side where the LLINKER variable is used
  * Add parallelize-testsuite patch from upstream git
  * Add skip-unsupported-tests patch to disable tests for unsupported features
  * debian/watch: Use /tags rather than /releases page that stopped working
  * Add GCC 12 patch to reenable C source files in gengtype.cc
  * Add gcc-12-fix-move-pragma-suppress patch from upstream git
  * Add gcc-12-more-fix-move-pragma-suppress patch from upstream git
  * Bump Standards-Version to 4.6.1, no changes needed

  [ Daniel Gröber ]
  * Fix unclean rebuild via debian/rules

 -- Andreas Bombe <email address hidden>  Fri, 02 Dec 2022 02:53:49 +0100
Superseded in sid-release
ghdl (1.0.0+dfsg-8) unstable; urgency=medium

  * Add Depends on gcc to ghdl-gcc and ghdl-llvm packages as that is used by
    default for linking simulations
  * Add gcc and libc6-dev to autopkgtest Depends for ghdl-mcode as that is
    used by the testsuite for VPI tests

 -- Andreas Bombe <email address hidden>  Tue, 15 Feb 2022 01:38:02 +0100

Available diffs

Superseded in sid-release
ghdl (1.0.0+dfsg-7) unstable; urgency=medium

  * Run testsuite during package build
  * Add autopkgtest configuration
  * Use current name of shared-lib-without-dependency-information lintian
    override
  * Update years in d/copyright

 -- Andreas Bombe <email address hidden>  Sun, 13 Feb 2022 18:11:29 +0100

Available diffs

Superseded in sid-release
ghdl (1.0.0+dfsg-6) unstable; urgency=medium

  * Add llvm13.0.patch to allow building with LLVM 13.0 (Closes: #1000923)
  * Change versioning patch to the more general variant that was upstreamed
  * Refresh llvm11.1.0.patch
  * Add Forwarded tags to Debian patches

 -- Andreas Bombe <email address hidden>  Wed, 22 Dec 2021 03:50:59 +0100
Superseded in sid-release
ghdl (1.0.0+dfsg-5) unstable; urgency=medium

  * Add llvm11.1.0.patch to enable building with LLVM 11.1 (Closes: #997729)

 -- Jonathan McDowell <email address hidden>  Tue, 02 Nov 2021 08:49:46 +0000
Superseded in sid-release
ghdl (1.0.0+dfsg-4) unstable; urgency=medium

  * Add llvm12.0.patch from Ubuntu to enable building with LLVM 12
    (Closes: #989081)
  * Refresh patches
  * Bump Standards-Version to 4.6.0, no changes needed

 -- Andreas Bombe <email address hidden>  Tue, 14 Sep 2021 01:51:47 +0200
Published in bullseye-release
Superseded in sid-release
ghdl (1.0.0+dfsg-3) unstable; urgency=medium

  * Fix Built-Using field just introduced in ghdl-gcc, it needs to record the
    source instead of the binary package name (Closes: 987528)

 -- Andreas Bombe <email address hidden>  Sun, 25 Apr 2021 23:07:51 +0200
Superseded in sid-release
ghdl (1.0.0+dfsg-2) unstable; urgency=medium

  * Add Built-Using field to ghdl-gcc to record use of gcc source package
    (Closes: 987528)

 -- Andreas Bombe <email address hidden>  Sun, 25 Apr 2021 20:16:13 +0200
Superseded in sid-release
ghdl (1.0.0+dfsg-1) unstable; urgency=medium

  * New upstream version 1.0.0+dfsg
  * Update d/copyright for 1.0.0 changes and exclude some more testsuites
  * Adapt versioning patch to changes in Makefile.in
  * Remove .../vhdl/synopsys and .../vhdl/mentor directories from
    ghdl-*.install, they are not installed separately anymore
  * Add .../vhdl/grt-*.* to d/ghdl-gcc.install and d/ghdl-llvm.install
  * Drop allow-llvm11 patch, already allowed with new upstream version
  * Drop patch remove-vital-from-build, use configure option
    --enable-gplcompat instead
  * Add clean-more patch so that "make distclean" really cleans up everything
  * Override dh_auto_clean and dh_auto_test to prevent debhelper errors about
    python-distutils, presumably because of pyGHDL which isn't enabled in the
    package yet
  * Exclude an .orig file that exists in the upstream release from dh_clean

 -- Andreas Bombe <email address hidden>  Thu, 11 Feb 2021 02:29:19 +0100

Available diffs

Superseded in sid-release
ghdl (0.37+dfsg2-2) unstable; urgency=medium

  * Add Breaks+Replaces ghdl (<< 0.37+dfsg2) on ghdl-common (Closes: #981576)
  * Do not install LICENSE file into /usr/lib/ghdl/src/ieee2008

 -- Andreas Bombe <email address hidden>  Wed, 03 Feb 2021 02:40:10 +0100

Available diffs

Superseded in sid-release
ghdl (0.37+dfsg2-1) unstable; urgency=medium

  * Repack as 0.37+dfsg2
    * Add exclusion of some testsuite files in DFSG repack
    * Stop excluding libraries/ieee and libraries/ieee2008 in DFSG repack as
      they are now under a DFSG-free license (Apache 2.0)
    * Use the now DFSG-free IEEE libraries instead of GHDL's OpenIEEE
      substitute (Closes: #929656)
    * Add patch remove-vital-from-build to account for libraries removed in
      repack
    * Expand dversionmangle in d/watch to remove numbers after "+dfsg"
  * Introduce ghdl-common package to avoid a circular dependency
    (Closes: #916485)
    * Remove Multi-Arch: same on the ghdl package for now
  * Install all docs in ghdl-common and make other doc directories symlinks
  * Update copyright years in d/copyright
  * Add copyright and licensing for the testsuite to d/copyright
  * Disable building libghdl for now
  * Remove spelling-error lintian overrides for "Synopsys"
  * Point d/watch at releases/latest on GitHub to pick up the correct release
  * Increase debhelper compat level to 13
  * Bump Standards-Version to 4.5.1

 -- Andreas Bombe <email address hidden>  Fri, 29 Jan 2021 15:46:02 +0100

Available diffs

Superseded in sid-release
ghdl (0.37+dfsg-3) unstable; urgency=medium

  * Team upload.
  * Update watchfile to ignore date tags
  * Switch to GCC/GNAT 10. Thanks to Ludovic Brenta (Closes: #970660)
  * Allow builds with LLVM 11 (Closes: #976233)

 -- Jonathan McDowell <email address hidden>  Sat, 05 Dec 2020 13:36:28 +0000
Superseded in sid-release
ghdl (0.37+dfsg-2) unstable; urgency=medium

  * Team upload.

  [ Frédéric Bonnard ]
  * Really fix FTBFS on ppc64* (Closes: #907170)

 -- Jonathan McDowell <email address hidden>  Sun, 17 May 2020 10:07:15 +0100
Superseded in sid-release
ghdl (0.37+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    * Refresh modify-install-paths
    * Remove patch allowing LLVM 8 (upstreamed)
    * Fixes build with LLVM 9 (Closes: #952110)
    * Update wrapper for newer releases. Thanks to Pavel Pisa (Closes: #930890)
  * Switch to GCC 9 (Closes: #944181)

 -- Jonathan McDowell <email address hidden>  Mon, 06 Apr 2020 11:57:15 +0100
Superseded in sid-release
ghdl (0.35+git20181129+dfsg-4) unstable; urgency=medium

  * Team upload.
  * Allow building with LLVM 8+. Patch thanks to Logan Rosen (Closes: #923190)

 -- Jonathan McDowell <email address hidden>  Sun, 29 Sep 2019 18:05:58 +0100
Published in buster-release
Superseded in sid-release
ghdl (0.35+git20181129+dfsg-3) unstable; urgency=medium

  * Team upload.

  [ Matthias Klose ]
  * Don't hardcode the gcc tarball name (Closes: #916412)

  [ Jonathan McDowell ]
  * Set Rules-Requires-Root to no
  * Remove debian/source/options - xz is now the default

  [ Frédéric Bonnard ]
  * Fix FTBFS on ppc64* (Closes: #907170)

 -- Jonathan McDowell <email address hidden>  Fri, 22 Feb 2019 15:36:23 +0000
Superseded in buster-release
Superseded in sid-release
ghdl (0.35+git20181129+dfsg-2) unstable; urgency=medium

  * Update debian/copyright to cover additional source files

 -- Jonathan McDowell <email address hidden>  Thu, 13 Dec 2018 22:39:47 +0000
Superseded in sid-release
ghdl (0.35+git20181129+dfsg-1) unstable; urgency=medium

  * New upstream release
    * Refresh modify-install-paths
    * Allow builds with LLVM 7+ (Closes: #912564)
  * Switch to GCC 8 (Closes: #915734)
  * Add dependency on zlib1g-dev for gcc and LLVM backends (Closes: #913945)

 -- Jonathan McDowell <email address hidden>  Tue, 11 Dec 2018 20:16:23 +0000
Deleted in buster-release (Reason: None provided.)
Superseded in sid-release
ghdl (0.35+git20180503+dfsg-2) unstable; urgency=medium

  * Fix disabling mcode backend building on non-x86

 -- Andreas Bombe <email address hidden>  Mon, 06 Aug 2018 15:42:10 +0800
Superseded in sid-release
ghdl (0.35+git20180503+dfsg-1) unstable; urgency=medium

  * Reintroduce ghdl package with upstream git commit v0.35-168-g252a9169
    (Closes: #880942)
  * Redo most of the packaging to adapt to significant upstream changes
  * ghdl now offers different compiler backends, offer them all in
    co-installable packages ghdl-gcc, ghdl-mcode and ghdl-llvm
  * Add build profiles to skip building any of the backends
  * New /usr/bin/ghdl wrapper script that executes an installed ghdl backend
    variant depending on an environment variable or automatic selection
  * Rewrite debian/copyright, change to machine-readable format
  * Change debian/watch to current upstream on GitHub
  * Change source format to 3.0 (quilt)
  * Change Vcs-* fields in debian/control to point to new location

 -- Andreas Bombe <email address hidden>  Sat, 04 Aug 2018 03:24:44 +0800
Deleted in sid-release (Reason: None provided.)
ghdl (0.29+gcc4.3.4+dfsg-1.1) unstable; urgency=low


  * Non-maintainer upload.
  * Fix FTBFS on multiarch systems. (Closes: #635923)
  * Don't build the package twice.
  * Whole changes have been merged from Ubuntu.

 -- Artur Rona <email address hidden>  Sat, 05 May 2012 23:04:42 +0200
Deleted in wheezy-release (Reason: None provided.)
Published in squeeze-release
Deleted in sid-release (Reason: None provided.)
ghdl (0.29+gcc4.3.4+dfsg-1) unstable; urgency=low


  * New upstream release (closes: #548004)
  * Updated to policy 3.8.3
  * Now using gcc-4.3.4
  * Now building with gnat-4.4

 -- Wesley J. Landaker <email address hidden>  Sun, 24 Jan 2010 16:09:58 -0700
Superseded in sid-release
Superseded in squeeze-release
ghdl (0.27+svn110+gcc4.3.3+dfsg-1) unstable; urgency=low


  * Now using gcc-4.3.3
  * Updated copyright information
  * Added Vcs-Git information
  * Updated to policy 3.8.1 

 -- Wesley J. Landaker <email address hidden>  Thu, 02 Apr 2009 21:23:07 -0600
Superseded in squeeze-release
Superseded in sid-release
ghdl (0.27+svn110+gcc4.3.2~dfsg-3) unstable; urgency=low


  * Ensure that gnatbind uses the correct CC, not cc
  * Added Vcs-Bzr information

 -- Wesley J. Landaker <email address hidden>  Wed, 05 Nov 2008 16:13:37 -0700
Superseded in sid-release
ghdl (0.27+svn110+gcc4.3.2~dfsg-2) unstable; urgency=low


  * Moving to unstable.
  * Updated to policy 3.8.0

 -- Wesley J. Landaker <email address hidden>  Sun, 02 Nov 2008 19:45:31 -0700
Superseded in sid-release
Published in lenny-release
ghdl (0.26+svn98+gcc4.1.2~dfsg-1) unstable; urgency=low


  * Upstream patched to svn98
  * Fix lintian warnings about harmless empty directories.
  * Fix dependency; seems like gnat-4.3 is needed after all.

 -- Wesley J. Landaker <email address hidden>  Mon, 02 Jun 2008 17:01:11 -0600
135 of 35 results