]> git.saurik.com Git - apt.git/commit
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)
commit084faf6a41eaf7f0fb52c0210b0cc7fbf22a7ac6
tree2b067fbc1ac66fd24bc39e2bb8a84f15bd113b57
parent59f1f42b7507137a10e1dae0636cd3a020a06a0e
Allow building without libgtest-dev under <nocheck> build profile

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
debian/control
debian/rules