Bug#897149: Package erroneously expects googletest headers in /usr/include

2018-05-01 Thread Steve M. Robbins
On Sun, Apr 29, 2018 at 01:36:08PM +0200, David Kalnischkies wrote: > Not really knowledgeable enough about cmake through to know if that is > the best we can do ??? it looks kinda ugly/dirty. Your patch looks fine to me. A slight improvement below avoids repeating the /usr/src path. > We

Bug#897149: Package erroneously expects googletest headers in /usr/include

2018-04-29 Thread David Kalnischkies
On Sat, Apr 28, 2018 at 11:20:46PM -0500, Steve M. Robbins wrote: > Your package relies on this behaviour and now fails to build since > googletest version 1.8.0-9 no longer installs the duplicate header > files. *sigh* Seems like we can solve this by: diff --git a/test/libapt/CMakeLists.txt

Bug#897149: Package erroneously expects googletest headers in /usr/include

2018-04-28 Thread Steve M. Robbins
Package: apt Version: 1.6.1 Severity: serious Justification: fails to build from source (but built successfully in the past) control: block 897104 by -1 Hi, The googletest package provides full sources -- including header files -- in /usr/src/googletest. Prior to version 1.8.0-9, a second copy