Bug#641051: debhelper: cmake and multiarch -- another possible patches

2015-08-22 Thread Lisandro Damián Nicanor Pérez Meyer
On Saturday 22 August 2015 12:54:14 Tomasz Buchert wrote: [snip] > > Basically the CMakeLists.txt should be using this variables and things > > should just work. Not doing it it's most probably a bug. > > Well, yes, but a few minor notes here: > > * the upstream has to use GNUInstallDirs modul

Bug#641051: debhelper: cmake and multiarch -- another possible patches

2015-08-22 Thread Tomasz Buchert
On 13/08/15 11:30, Lisandro Damián Nicanor Pérez Meyer wrote: > On Thursday 13 August 2015 15:21:54 Niels Thykier wrote: > [snip] > > I have been in contact with Felix Geyer and Lisandro. As I understand > > them, cmake should be handling this part itself and debhelper should not > > try to change

Bug#641051: debhelper: cmake and multiarch -- another possible patches

2015-08-13 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 13 August 2015 15:21:54 Niels Thykier wrote: [snip] > I have been in contact with Felix Geyer and Lisandro. As I understand > them, cmake should be handling this part itself and debhelper should not > try to change anything. Notably, it sets LIBDIR to > lib/$MULTIARCH_TRIPLET, which

Bug#641051: debhelper: cmake and multiarch -- another possible patches

2015-08-13 Thread Niels Thykier
Control: tags -1 moreinfo On Thu, 6 Aug 2015 00:56:04 +0200 Tomasz Buchert wrote: > Hi everybody, > > what is the status of this? I'm trying to pass multiarch library path > in a clean way. I noticed that CMAKE_LIBRARY_ARCHITECTURE is set to > the arch triplet internally and so I can use it to p

Bug#641051: debhelper: cmake and multiarch -- another possible patches

2015-08-05 Thread Tomasz Buchert
Hi everybody, what is the status of this? I'm trying to pass multiarch library path in a clean way. I noticed that CMAKE_LIBRARY_ARCHITECTURE is set to the arch triplet internally and so I can use it to patch upstream [1]. However, I also noticed that I *can't* set it to anything custom in dh_aut

Bug#641051: debhelper: cmake and multiarch -- another possible patches

2014-02-08 Thread Osamu Aoki
Hi, Here is another proposal for patch based on the third case. -DCMAKE_LIBRARY_ARCHITECTURE=$(DEB_HOST_MULTIARCH) This also requires to patch upstream CMakeLists.txt as -DCMAKE_INSTALL_LIBDIR This time, I did not forget to set $multiarch as you may have already noticed. (Previous ones needs