Package: gpgme1.0 / 1.8.0-3

Metadata

Package Version Patches format
gpgme1.0 1.8.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 avoid identifying as beta.patch | (download)

configure.ac | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

 avoid identifying as beta

If we build from git-buildpackage using autoreconf, it comes out
looking like a beta because we're not on a git tag.

This patch avoids that situation.

0002 Remove a forgotten instance of libsuffix.patch | (download)

lang/cpp/src/GpgmeppConfig.cmake.in.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove a forgotten instance of @libsuffix@

* lang/cpp/src/GpgmeppConfig.cmake.in.in: Remove a forgotten
instance of @libsuffix@.
--

b2c07bd47bd608afa5cc819b60a7b5bb8c9dd96a removed @libsuffix@ from
cmake config files, but missed one instance.

Signed-off-by: Heiko Becker <heirecka@exherbo.org>