Bug#856333: bear can not be used for multiarch tools

2017-03-20 Thread Norbert Lange
Hello, there is a patch upstream [1] for the CMake files, its also included as debian patch until the next release. I hopefully addressed all your concerns, and verified the package is lintian-clean, the code is available at [2], broken up into multiple commits The buildflags for CMake are set

Bug#856333: bear can not be used for multiarch tools

2017-03-02 Thread Norbert Lange
Hello Sebastian, think of this patch more of a proof of concept, I am not fluent with all the requirements and conventions of the deb packages, especially the logic behind the "breaks". >> + python:any, >> + python3:any, > > Why? Is it required that python is the same arch? I built the package

Bug#856333: bear can not be used for multiarch tools

2017-03-02 Thread Sebastian Ramacher
Hi Norbert, thank you for the patch. See some comments below. Cheers On 2017-02-28 00:57:41, Norbert Lange wrote: > Package: bear > Version: 2.2.1-1 > Severity: normal > Tags: patch > > Dear Maintainer, > > bear is preloading the libear.so library with an absolute path, > this requires that

Bug#856333: bear can not be used for multiarch tools

2017-02-27 Thread Norbert Lange
Package: bear Version: 2.2.1-1 Severity: normal Tags: patch Dear Maintainer, bear is preloading the libear.so library with an absolute path, this requires that the architecture (32/64 bit) is matched and known in advance. This leads to several issues: 1. the package is not multiarch capable,