diff -Nru opengm-2.3.6+20160905/debian/changelog opengm-2.3.6+20160905/debian/changelog --- opengm-2.3.6+20160905/debian/changelog 2016-09-06 06:50:24.000000000 +0000 +++ opengm-2.3.6+20160905/debian/changelog 2018-12-20 18:55:05.000000000 +0000 @@ -1,3 +1,10 @@ +opengm (2.3.6+20160905-1+rpi1) buster-staging; urgency=medium + + [Changes taken from 2.3.6+20160905-1ubuntu1 by Dimitri John Ledkov ] + * Disable python wrapper, as it is not ported to boost numpy. + + -- Peter Micheal Green Thu, 20 Dec 2018 18:55:05 +0000 + opengm (2.3.6+20160905-1) unstable; urgency=medium * New upstream snapshot. (Closes: #836413) diff -Nru opengm-2.3.6+20160905/debian/control opengm-2.3.6+20160905/debian/control --- opengm-2.3.6+20160905/debian/control 2016-09-06 06:50:24.000000000 +0000 +++ opengm-2.3.6+20160905/debian/control 2018-07-18 09:41:45.000000000 +0000 @@ -1,5 +1,6 @@ Source: opengm -Maintainer: Debian Science Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Science Maintainers Uploaders: Ghislain Antony Vaillant Section: science Priority: optional @@ -76,42 +77,3 @@ This package contains the API documentation and example source code for the OpenGM library. -Package: python-opengm -Architecture: any -Multi-Arch: same -Section: python -Depends: ${misc:Depends}, - ${python:Depends}, - ${shlibs:Depends} -Suggests: python-opengm-doc -Description: Python interface to OpenGM - OpenGM is a C++ template library for discrete factor graph models and - distributive operations on these models. - . - It includes state-of-the-art optimization and inference algorithms beyond - message passing. OpenGM handles large models efficiently, is modular and - extendible. The graphical model data structure, inference algorithms and - different encodings of functions inter-operate through well-defined - interfaces. The binary OpenGM file format is based on the HDF5 standard and - incorporates user extensions automatically. - . - This package contains the Python interface to the OpenGM library. - -Package: python-opengm-doc -Architecture: all -Section: doc -Depends: ${misc:Depends}, - ${sphinxdoc:Depends} -Description: documentation for the Python interface to OpenGM - OpenGM is a C++ template library for discrete factor graph models and - distributive operations on these models. - . - It includes state-of-the-art optimization and inference algorithms beyond - message passing. OpenGM handles large models efficiently, is modular and - extendible. The graphical model data structure, inference algorithms and - different encodings of functions inter-operate through well-defined - interfaces. The binary OpenGM file format is based on the HDF5 standard and - incorporates user extensions automatically. - . - This package contains the documentation for the Python interface to the - OpenGM library. diff -Nru opengm-2.3.6+20160905/debian/rules opengm-2.3.6+20160905/debian/rules --- opengm-2.3.6+20160905/debian/rules 2016-09-06 06:50:24.000000000 +0000 +++ opengm-2.3.6+20160905/debian/rules 2018-07-18 09:41:45.000000000 +0000 @@ -17,7 +17,7 @@ -DBUILD_COMMANDLINE=ON \ -DBUILD_CONVERTER=ON \ -DBUILD_EXAMPLES=OFF \ - -DBUILD_PYTHON_WRAPPER=ON \ + -DBUILD_PYTHON_WRAPPER=OFF \ -DBUILD_TUTORIALS=OFF \ -DCMAKE_SKIP_RPATH=ON \ -DWITH_BOOST=ON \ @@ -45,16 +45,9 @@ -DBUILD_DOCS=ON \ -DBUILD_PYTHON_DOCS=ON -override_dh_auto_test: - dh_auto_test -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - make --directory=$(BUILDDIR) test-python-wrapper -endif - override_dh_installdocs-indep: dh_installdocs --indep dh_doxygen --package=libopengm-doc - dh_sphinxdoc --package=python-opengm-doc override_dh_installexamples: dh_installexamples --exclude=CMakeLists.txt