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 filePatch | File delta | Description |
---|---|---|
versioning | (download) |
Makefile.in |
12 7 + 5 - 0 ! |
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 ! |
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 ! |
patch installation paths for debian packaging |
adjust compile flags | (download) |
Makefile.in |
11 6 + 5 - 0 ! |
apply compile flags as required by debian |
extend ghdl manpage | (download) |
doc/ghdl.1 |
24 22 + 2 - 0 ! |
extend ghdl.1 manpage Add the Debian specific ghdl wrapper information to the manpage. Also make minor cosmetic fixes to the manpage. |