non-inline RunGPGV methods to restore ABI compatibility with previous versions to...
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 11 May 2013 08:10:07 +0000 (10:10 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Thu, 16 May 2013 09:43:46 +0000 (11:43 +0200)
commit27cc55ee824913aa3687cc3adf91d96e89bd27d0
treecd38a1519f8b6b6472fcd5bb1cc5c965fc4476ab
parent97844726f013c8c1b5d71bdf15c0ad0e02512ee9
non-inline RunGPGV methods to restore ABI compatibility with previous versions to fix partial upgrades (Closes: #707771)

The rename in 0.9.7.9~exp2 moved the method body to the class definition
which means it became inline, which isn't ABI compatibile. The reverse of
moving inline to non-inline is safe though.
apt-pkg/indexcopy.cc
apt-pkg/indexcopy.h
debian/changelog