Package: openbabel / 2.3.1+dfsg-4

Metadata

Package Version Patches format
openbabel 2.3.1+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
perl_hardening.patch | (download)

scripts/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build perl module using flags set by debian/rules.
obspectrophore_man.patch | (download)

doc/obspectrophore.1 | 79 79 + 0 - 0 !
doc/obspectrophore.html | 150 150 + 0 - 0 !
2 files changed, 229 insertions(+)

 adds manual page for the obspectrophore binary.
libinchi_static.patch | (download)

src/formats/inchi103/CMakeLists.txt | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 force static build of the inchi library.
 We currently don't want to ship a separate source package nor
 should libinchi be shipped as shared library with openbabel.
 The -fPIC switch is explicitely added to avoid an FTBFS on
 amd64 by relocation error. More information about the latter
 at http://www.cmake.org/pipermail/cmake/2006-March/008482.html.
gaussformat_nosym.patch | (download)

src/formats/gaussformat.cpp | 27 16 + 11 - 0 !
1 file changed, 16 insertions(+), 11 deletions(-)

 handle "nosym" keyword when detecting type of geometry orientation
moldenformat_coordonly.patch | (download)

src/formats/moldenformat.cpp | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 handle eof during atom parsing as well, in case only coordinates and no vibrations are present. fix for pr#3530875.