* Non-maintainer upload.
* Fix "FTBFS: mv: cannot stat `debian/python-polybori2.7/*': No such
file or directory": add explicit build-arch target to debian/rules.
(Closes: #666278)
* Non-maintainer upload. Thanks to Kumar Appaiah for the initial patch.
* debian/control:
- Add âXB-Python-Version: ${python:Version}â, as required by python-central.
- Tighten internal package dependencies.
* debian/*.install:
- Stop referring to particular versions of Python in debian/*.install
(closes: #557293).
* debian/rules:
- Use correct values for RELATIVEPYPREFIX variable.
- Pass name of Python-versioned Boost library to scons.
* debian/patches/link-with-versioned-boost.diff:
- Link to a correct version of Boost library.
* Boost 1.39 has removed the "-mt" suffix, so revert the previous change
(and update the build dependency to 1.39) (Closes: #545608).
* Non-maintainer upload.
* Fix FTBFS with current boost (Closes: #530478). As explained by Steve
M. Robbins, single- and multi-threaded variants got dropped, only mt
variants are available as of 1.37.0, suffixed with â-mtâ. Since the
previous filenames aren't specified, make sure a âmodernâ version of
boost headers are used, bumping the versioned build dependency from
â>= 1.33â to â>= 1.37â, and tweak SConstruct to use âboost_python-mtâ
instead of âboost_pythonâ for the LIBS variable, using the following
patch:
- 01-fix-ftbfs-with-new-boost.diff
* Initial release to Debian (Closes: #480077)