]> git.saurik.com Git - apt.git/commitdiff
Allow building without libgtest-dev under <nocheck> build profile
authorHelmut Grohne <helmut@subdivi.de>
Sun, 3 Jan 2016 14:10:05 +0000 (15:10 +0100)
committerJulian Andres Klode <jak@debian.org>
Sun, 3 Jan 2016 14:10:05 +0000 (15:10 +0100)
I'd like to avoid pulling libgtest-dev into the bootstrap set.

Fortunately, libgtest-dev is only used for testing apt and apt
correctly implements DEB_BUILD_OPTIONS=nocheck now. So this
bug is about getting rid of the Build-Depends.

Simply removing it (by adding a build profile) is not sufficient
however as configure fails hard, so an additional bit is necessary
to cover for that.

Closes: #809726

No differences found