Package: lamarc / 2.1.10.1+dfsg-7
Metadata
Package | Version | Patches format |
---|---|---|
lamarc | 2.1.10.1+dfsg-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
use_debian_packaged_tinyxml.patch | (download) |
Makefile.am |
37 5 + 32 - 0 ! |
use debian packaged tinyxml |
use_debian_packaged_boost.patch | (download) |
Makefile.am |
6 2 + 4 - 0 ! |
use debian packaged boost |
limits.patch | (download) |
src/xml/tixml_base.cpp |
2 2 + 0 - 0 ! |
add missing climits |
fix_install_target.patch | (download) |
Makefile.am |
10 5 + 5 - 0 ! |
drop duplicate from list of files to install, Fix install location |
enable_build_on_hurd.patch | (download) |
configure.ac |
10 5 + 5 - 0 ! |
enable build on hurd Bug-Debian: http://bugs.debian.org/888225 |
gtk3.patch | (download) |
configure.ac |
4 2 + 2 - 0 ! |
wxgtk was switched from version gtk2 to gtk3 |
throw_noexcept.patch | (download) |
src/convParse/tixml_util.cpp |
4 2 + 2 - 0 ! |
fix iso c++17 does not allow dynamic exception specifications issue Bug-Debian: https://bugs.debian.org/984080 |
const operators.patch | (download) |
src/convModel/gc_file.cpp |
2 1 + 1 - 0 ! |
declare operator() methods as const This is part of the fixes necessary with the introduction of Gcc 11. |