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 file
Patch File delta Description
use_debian_packaged_tinyxml.patch | (download)

Makefile.am | 37 5 + 32 - 0 !
1 file changed, 5 insertions(+), 32 deletions(-)

 use debian packaged tinyxml


use_debian_packaged_boost.patch | (download)

Makefile.am | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 use debian packaged boost


limits.patch | (download)

src/xml/tixml_base.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add missing climits


fix_install_target.patch | (download)

Makefile.am | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 drop duplicate from list of files to install,
 Fix install location


enable_build_on_hurd.patch | (download)

configure.ac | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 enable build on hurd
Bug-Debian: http://bugs.debian.org/888225
gtk3.patch | (download)

configure.ac | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 wxgtk was switched from version gtk2 to gtk3


throw_noexcept.patch | (download)

src/convParse/tixml_util.cpp | 4 2 + 2 - 0 !
src/convParse/tixml_util.h | 4 2 + 2 - 0 !
src/xml/tixml_base.cpp | 4 2 + 2 - 0 !
src/xml/tixml_base.h | 4 2 + 2 - 0 !
4 files changed, 8 insertions(+), 8 deletions(-)

 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 !
src/convModel/gc_file.h | 2 1 + 1 - 0 !
src/tools/rangex.h | 4 2 + 2 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 declare operator() methods as const
 This is part of the fixes necessary with the introduction of Gcc 11.