Tags:patch The two doc-base files for python-openbabel use the same document-id and format for two different documents. As in understand, only different formats of the same document should share document-id in doc-base registrations . Using different document-ids in the "Document:" field solves the conflict.
Heine Larsen diff -u orig/openbabel-2.4.1+dfsg/debian/python-openbabel.doc-base.openbabel openbabel-2.4.1+dfsg/debian/python-openbabel.doc-base.openbabel --- orig/openbabel-2.4.1+dfsg/debian/python-openbabel.doc-base.openbabel 2018-06-23 14:13:54.000000000 +0200 +++ openbabel-2.4.1+dfsg/debian/python-openbabel.doc-base.openbabel 2018-07-28 14:38:12.055348368 +0200 @@ -1,4 +1,4 @@ -Document: python-openbabel +Document: python-openbabel-openbabel Title: pybel Python module for accessing OpenBabel Author: The Open Babel Authors <[email protected]> Abstract: pybel - A Python module for accessing OpenBabel diff -u orig/openbabel-2.4.1+dfsg/debian/python-openbabel.doc-base.pybel openbabel-2.4.1+dfsg/debian/python-openbabel.doc-base.pybel --- orig/openbabel-2.4.1+dfsg/debian/python-openbabel.doc-base.pybel 2018-06-23 14:13:54.000000000 +0200 +++ openbabel-2.4.1+dfsg/debian/python-openbabel.doc-base.pybel 2018-07-28 14:38:21.959329275 +0200 @@ -1,4 +1,4 @@ -Document: python-openbabel +Document: python-openbabel-pybel Title: pybel Python module for accessing OpenBabel Author: The Open Babel Authors <[email protected]> Abstract: pybel - A Python module for accessing OpenBabel

