File: changelog

package info (click to toggle)
ghdl 5.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 86,000 kB
  • sloc: ada: 309,826; vhdl: 209,727; ansic: 31,072; python: 19,213; sh: 14,214; cpp: 2,345; makefile: 1,542; pascal: 585; asm: 45; exp: 40; fortran: 33
file content (666 lines) | stat: -rw-r--r-- 24,717 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
ghdl (5.0.1+dfsg-1) unstable; urgency=medium

  * New upstream version 5.0.1+dfsg
  * Update debian/copyright
  * Drop all backported patches
  * Update libghdl soname to current version
  * Use GCC/GNAT version 14 (Closes: 1092658, 1100461)
  * Create dummy gcc/vhdl/lang.opt.urls file to work with gcc-14
  * Bump Standards-Version to 4.7.2, no changes necessary

 -- Andreas Bombe <aeb@debian.org>  Fri, 28 Mar 2025 01:47:15 +0100

ghdl (4.1.0+dfsg-4) unstable; urgency=medium

  * Restrict architectures to those on which GHDL builds and clears the
    testsuite (Closes: 1081717, 1010539)
  * Fix lintian override for undefined license

 -- Andreas Bombe <aeb@debian.org>  Sun, 17 Nov 2024 11:48:24 +0100

ghdl (4.1.0+dfsg-3) unstable; urgency=medium

  * Add allow-llvm19 patch and adjust Build-Depends to allow building with
    LLVM 19 (Closes: 1085096)
  * Backport patch from upstream to fix testsuite VPI prototypes
  * Fix some testsuite file patterns in debian/copyright
  * Add lintian source override for a testsuite with a generic BSD license

 -- Andreas Bombe <aeb@debian.org>  Sat, 16 Nov 2024 14:22:08 +0100

ghdl (4.1.0+dfsg-2) unstable; urgency=medium

  * Upload to unstable
  * Add collect-gcc-options patch for proper calling of GCC backend
  * Update debian/copyright with new files, years and changed libghw license

 -- Andreas Bombe <aeb@debian.org>  Wed, 28 Aug 2024 01:21:13 +0200

ghdl (4.1.0+dfsg-1) experimental; urgency=medium

  [ Andreas Bombe ]
  * Exclude more test suites from orig tarball for 4.1.0
  * New upstream version 4.1.0+dfsg (Closes: 1067686)
  * Drop LLVM 16 support patches, version 4.1.0 supports up to 18.1
  * Allow LLVM versions up to 18.1
  * Use GCC/GNAT version 13 (Closes: 1067446)
  * Update libghdl soname to current version
  * Bump Standards-Version to 4.7.0, no changes needed
  * Add avoid-have-backtrace patch to disable use of backtrace(3) for now
  * Backport patches from upstream fixing VPI and VHPI testsuite
  * Backport patch from upstream to fix PSL counter initialization
  * Make LLVM backend testsuite failure during build fatal again
  * Adapt to the gcc-13 build installing ghdl1 under libexec instead of lib

  [ Nicolas Boulenguez ]
  * Install the usr/bin/ghdl wrapper with dh_install directly
  * Install usr/lib/ghdl/backend/vhdl/src with dh_link directly
  * Drop obsolete gcc-10 patch
  * Slightly simplify the backend selection with build profiles
  * debian/control: remove unused shlibs:Depends from ghdl-common Depends

 -- Andreas Bombe <aeb@debian.org>  Wed, 31 Jul 2024 23:23:10 +0900

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 <aeb@debian.org>  Sun, 01 Oct 2023 04:18:29 +0200

ghdl (3.0.0+dfsg-1) unstable; urgency=medium

  [ Simon Richter ]
  * Sort release candidates before releases in uscan
  * New upstream version 3.0.0+dfsg
  * Refresh patches
  * Handle new --libghdldir option

  [ Daniel Gröber ]
  * Bump llvm-dev and add configure patch
  * Fix missing g++ builddep
  * Update libghdl binpkg soname
  * Fix --libghdl-library-path output
  * d/rules: Fix unclean rebuild by always calling make install targets

 -- Simon Richter <sjr@debian.org>  Mon, 25 Sep 2023 22:40:48 +0900

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 <bunk@debian.org>  Sat, 11 Feb 2023 09:33:36 +0200

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 <bunk@debian.org>  Fri, 10 Feb 2023 18:49:58 +0200

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 <aeb@debian.org>  Fri, 20 Jan 2023 03:29:12 +0100

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 <aeb@debian.org>  Wed, 11 Jan 2023 02:57:49 +0100

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 <aeb@debian.org>  Mon, 02 Jan 2023 18:29:21 +0100

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 <aeb@debian.org>  Tue, 20 Dec 2022 03:46:29 +0100

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 <aeb@debian.org>  Tue, 06 Dec 2022 03:15:39 +0100

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 <aeb@debian.org>  Fri, 02 Dec 2022 02:53:49 +0100

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 <aeb@debian.org>  Tue, 15 Feb 2022 01:38:02 +0100

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 <aeb@debian.org>  Sun, 13 Feb 2022 18:11:29 +0100

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 <aeb@debian.org>  Wed, 22 Dec 2021 03:50:59 +0100

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 <noodles@earth.li>  Tue, 02 Nov 2021 08:49:46 +0000

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 <aeb@debian.org>  Tue, 14 Sep 2021 01:51:47 +0200

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 <aeb@debian.org>  Sun, 25 Apr 2021 23:07:51 +0200

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 <aeb@debian.org>  Sun, 25 Apr 2021 20:16:13 +0200

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 <aeb@debian.org>  Thu, 11 Feb 2021 02:29:19 +0100

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 <aeb@debian.org>  Wed, 03 Feb 2021 02:40:10 +0100

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 <aeb@debian.org>  Fri, 29 Jan 2021 15:46:02 +0100

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 <noodles@earth.li>  Sat, 05 Dec 2020 13:36:28 +0000

ghdl (0.37+dfsg-2) unstable; urgency=medium

  * Team upload.

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

 -- Jonathan McDowell <noodles@earth.li>  Sun, 17 May 2020 10:07:15 +0100

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 <noodles@earth.li>  Mon, 06 Apr 2020 11:57:15 +0100

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 <noodles@earth.li>  Sun, 29 Sep 2019 18:05:58 +0100

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 <noodles@earth.li>  Fri, 22 Feb 2019 15:36:23 +0000

ghdl (0.35+git20181129+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Update debian/copyright to cover additional source files

 -- Jonathan McDowell <noodles@earth.li>  Thu, 13 Dec 2018 22:39:47 +0000

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 <noodles@earth.li>  Tue, 11 Dec 2018 20:16:23 +0000

ghdl (0.35+git20180503+dfsg-2) unstable; urgency=medium

  * Fix disabling mcode backend building on non-x86

 -- Andreas Bombe <aeb@debian.org>  Mon, 06 Aug 2018 15:42:10 +0800

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 <aeb@debian.org>  Sat, 04 Aug 2018 03:24:44 +0800

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 <ari-tczew@tlen.pl>  Sat, 05 May 2012 23:04:42 +0200

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 <wjl@icecavern.net>  Sun, 24 Jan 2010 16:09:58 -0700

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 <wjl@icecavern.net>  Thu, 02 Apr 2009 21:23:07 -0600

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 <wjl@icecavern.net>  Wed, 05 Nov 2008 16:13:37 -0700

ghdl (0.27+svn110+gcc4.3.2~dfsg-2) unstable; urgency=low

  * Moving to unstable.
  * Updated to policy 3.8.0

 -- Wesley J. Landaker <wjl@icecavern.net>  Sun, 02 Nov 2008 19:45:31 -0700

ghdl (0.27+svn110+gcc4.3.2~dfsg-1) experimental; urgency=low

  * New upstream release (0.27)
  * Upstream patched to svn110
  * Now using gcc-4.3.2
  * Added newly necessary libgmp3-dev and libmpfr-dev to build-depends.

 -- Wesley J. Landaker <wjl@icecavern.net>  Sun, 02 Nov 2008 16:41:28 -0700

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 <wjl@icecavern.net>  Mon, 02 Jun 2008 17:01:11 -0600

ghdl (0.26+svn94+gcc4.1.2~dfsg-2) unstable; urgency=low

  * Force *FLAGS environment passed to make to override the messed up
    dpkg-buildpackage environment that causes compile failures.

 -- Wesley J. Landaker <wjl@icecavern.net>  Sat, 17 May 2008 12:51:39 -0600

ghdl (0.26+svn94+gcc4.1.2~dfsg-1) unstable; urgency=low

  * Upstream patched to svn94
  * Reworked package build quite a bit; special thanks to Fedora maintainer
    Thomas Sailer <t.sailer@alumni.ethz.ch> for some ideas
  * Finally building with gnat-4.3 (closes: #478032)
  * Revamped package structure and build system

 -- Wesley J. Landaker <wjl@icecavern.net>  Sat, 17 May 2008 11:14:19 -0600

ghdl (0.26+gcc4.1.2~dfsg-4) unstable; urgency=low

  * Fix hosed package generation.

 -- Wesley J. Landaker <wjl@icecavern.net>  Thu, 15 May 2008 18:36:42 -0600

ghdl (0.26+gcc4.1.2~dfsg-3) unstable; urgency=low

  * Reverting back to gnat-4.1, because gnat-4.2 is being removed and
    gnat-4.3 doesn't yet work for building (closes: #478032)
  * Dropped ivi suggestion, as it is obsolete and not in Debian anymore 

 -- Wesley J. Landaker <wjl@icecavern.net>  Thu, 15 May 2008 17:39:18 -0600

ghdl (0.26+gcc4.1.2~dfsg-2) unstable; urgency=low

  * Now building with gnat-4.2.

 -- Wesley J. Landaker <wjl@icecavern.net>  Sun, 12 Aug 2007 10:02:56 -0600

ghdl (0.26+gcc4.1.2~dfsg-1) unstable; urgency=low

  * New upstream release (closes: #413088)
  * Using DFSGized gcc4.1.2 tarball (closes: #392949)
  * Specifically note copyright status of standard headers (closes: #403621)

 -- Wesley J. Landaker <wjl@icecavern.net>  Thu, 12 Apr 2007 18:43:56 -0600

ghdl (0.25+gcc4.1.1-1) unstable; urgency=low

  * New upstream release
  * Now using dpatch

 -- Wesley J. Landaker <wjl@icecavern.net>  Mon, 14 Aug 2006 09:35:06 -0600

ghdl (0.24+gcc4.1.1-1) unstable; urgency=low

  * New upstream release
  * Removed ortho-lang amd64 patch (integrated upstream)
  * Upstream now includes its own manpage; use that instead

 -- Wesley J. Landaker <wjl@icecavern.net>  Sat,  8 Jul 2006 08:45:09 -0600

ghdl (0.23+gcc4.1.1-1) unstable; urgency=medium

  * New upstream release, plus patch from author (closes: #360382)
  * Using gcc-core-4.1.1
  * Building with gnat-4.1
  * Moved to Standards-Version 3.7.2; no changes required

 -- Wesley J. Landaker <wjl@icecavern.net>  Tue, 13 Jun 2006 17:12:56 -0600

ghdl (0.22-1) unstable; urgency=low

  * New upstream release
  * Fixed typo in manpage (closes: #350162)
    * Thanks to Nicolas François <nicolas.francois@centraliens.net>
  * Added texinfo and zlib1g-dev to build-depends.

 -- Wesley J. Landaker <wjl@icecavern.net>  Sat,  1 Apr 2006 09:20:06 -0700

ghdl (0.21-1) unstable; urgency=low

  * The "it-finally-works-on-my-amd64-computer-woohoo!" release.
  * New upstream release (closes: #338427)
  * Disable multilib and mudflap (closes: #276399)
  * Added dependency on zlib1g-dev (closes: #341330)
  * Fixed up debian/rules to use stamp files more cleanly
  * Removed some now-unnecessary patches, applied upstream

 -- Wesley J. Landaker <wjl@icecavern.net>  Sat, 31 Dec 2005 09:39:10 -0700

ghdl (0.20-1) unstable; urgency=low

  * New upstream release
  * Using gcc-core-4.0.2
  * Removed runtime GNAT dependency (closes: #315569, #305045)
  * Added debian/watch
  * Removed some now unnecessary lintian-overrides
  * Updated FSF address to appease the lintian gods

 -- Wesley J. Landaker <wjl@icecavern.net>  Wed,  9 Nov 2005 09:46:36 -0700

ghdl (0.18-2) unstable; urgency=medium

  * Add dependancy on gnat-3.4 (closes: #301875)
  * Urgency medium as this prevents elaboration from working.

 -- Wesley J. Landaker <wjl@icecavern.net>  Mon, 28 Mar 2005 17:42:00 -0700

ghdl (0.18-1) unstable; urgency=low

  * New upstream release
  * Using gcc-core-3.4-20050311

 -- Wesley J. Landaker <wjl@icecavern.net>  Thu, 17 Mar 2005 10:50:18 -0700

ghdl (0.17-3) unstable; urgency=low

  * Added explicit license statement in manpage.

 -- Wesley J. Landaker <wjl@icecavern.net>  Thu, 17 Mar 2005 10:08:18 -0700

ghdl (0.17-2) unstable; urgency=low

  * Added dependency on flex and bison

 -- Wesley J. Landaker <wjl@icecavern.net>  Sat,  5 Mar 2005 08:09:44 -0700

ghdl (0.17-1) unstable; urgency=low

  * New upstream release
  * Using gcc-core-3.4-20050128

 -- Wesley J. Landaker <wjl@icecavern.net>  Fri,  4 Mar 2005 09:14:01 -0700

ghdl (0.16-1) unstable; urgency=low

  * New upstream release
  * No longer need fix_cf_files.sh (fixed upstream)
  * Standards version bumped to 3.6.1.1
  * Added lintian override to let me say "VHDL" in description synopsys

 -- Wesley J. Landaker <wjl@icecavern.net>  Fri, 21 Jan 2005 11:45:01 -0700

ghdl (0.14-2) unstable; urgency=low

  * Moving build to gnat-3.4

 -- Wesley J. Landaker <wjl@icecavern.net>  Thu,  9 Sep 2004 10:43:54 -0600

ghdl (0.14-1) unstable; urgency=low

  * New upstream release
  * Removed build dependency on sed and findutils (essential packages)
  * Removed DESTDIR and MAX_BITS_PER_WORD patches (applied upstream)

 -- Wesley J. Landaker <wjl@icecavern.net>  Sun, 29 Aug 2004 11:52:50 -0600

ghdl (0.13-4) unstable; urgency=low

  * Add overrides for harmless lintian warnings
  * Fixed bad paths getting into .cf files (closes: #268149)

 -- Wesley J. Landaker <wjl@icecavern.net>  Thu, 26 Aug 2004 09:34:46 -0600

ghdl (0.13-3) unstable; urgency=low

  * Added patch for MAX_BITS_PER_WORD support on ia64 and alpha.
    (Closes: #266792)

 -- Wesley J. Landaker <wjl@icecavern.net>  Thu, 19 Aug 2004 07:27:14 -0600

ghdl (0.13-2) unstable; urgency=low

  * Only known to work on i386, but changed architecture to 'any' so the
    buildd's will try.

 -- Wesley J. Landaker <wjl@icecavern.net>  Mon, 16 Aug 2004 20:05:02 -0600

ghdl (0.13-1) unstable; urgency=low

  * Initial Release (closes: #170583)
  * Using GCC 3.4.1 sources
  * Patched GHDL to support DESTDIR

 -- Wesley J. Landaker <wjl@icecavern.net>  Sat, 31 Jul 2004 20:04:56 -0600