Package: ghdl / 0.35+git20181129+dfsg-3

Metadata

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

Patch series

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

Makefile.in | 12 7 + 5 - 0 !
src/version.in | 2 1 + 1 - 0 !
2 files changed, 8 insertions(+), 6 deletions(-)

 allow one to override git version with variable pkg_version
 During configuration, src/version.in is used as a template to create
 version.ads. If it detects being compiled from a git repository, it will
 replace the string "tarball" with git --describe output.
 .
 Allow one to override this with the contents of an environment variable. If
 PKG_VERSION is specified, it is unconditionally used, otherwise the previous
 detection takes place. Replace the string "tarball" in the template with
 "@ORIGIN@" to simplify the sed commands.
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 !
dist/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.