Package: ghdl / 1.0.0+dfsg-3

Metadata

Package Version Patches format
ghdl 1.0.0+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
versioning | (download)

Makefile.in | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

 allow overriding version description
 Makefile.in has provisions to allow setting the version description, ref and
 hash values through environment variables. However, if it detects the source
 directory being a git repository, it will overwrite these values again. As a
 quick fix just remove the git check.
fix build | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix current directory detection in makefile.in
 PWD is set from "$(shell pwd)" which didn't work reliably. Use the variable
 CURDIR instead which exists for this purpose.
modify install paths | (download)

Makefile.in | 13 7 + 6 - 0 !
configure | 10 8 + 2 - 0 !
scripts/gcc/Make-lang.in | 8 5 + 3 - 0 !
src/ghdldrv/default_paths.ads.in | 2 2 + 0 - 0 !
src/ghdldrv/ghdllocal.adb | 4 2 + 2 - 0 !
src/ghdldrv/ghdlvpi.adb | 4 2 + 2 - 0 !
6 files changed, 26 insertions(+), 15 deletions(-)

 patch installation paths for debian packaging
adjust compile flags | (download)

Makefile.in | 11 6 + 5 - 0 !
configure | 2 1 + 1 - 0 !
2 files changed, 7 insertions(+), 6 deletions(-)

 apply compile flags as required by debian
extend ghdl manpage | (download)

doc/ghdl.1 | 24 22 + 2 - 0 !
1 file changed, 22 insertions(+), 2 deletions(-)

 extend ghdl.1 manpage
 Add the Debian specific ghdl wrapper information to the manpage. Also make
 minor cosmetic fixes to the manpage.
clean more | (download)

Makefile.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 extend distclean target to remove files that were left behind
 The distclean target did not remove some files that were created by configure.