diff -Nru seahorse-sharing-3.8.0/debian/changelog seahorse-sharing-3.8.0/debian/changelog --- seahorse-sharing-3.8.0/debian/changelog 2013-05-14 17:41:20.000000000 +0000 +++ seahorse-sharing-3.8.0/debian/changelog 2016-09-24 12:28:18.000000000 +0000 @@ -1,3 +1,10 @@ +seahorse-sharing (3.8.0-0ubuntu2) yakkety; urgency=medium + + * Add build-with-gpg21.patch: + - Backport git commit to build with gpg 2.1 + + -- Jeremy Bicha Sat, 24 Sep 2016 08:28:18 -0400 + seahorse-sharing (3.8.0-0ubuntu1) saucy; urgency=low * New upstream version diff -Nru seahorse-sharing-3.8.0/debian/patches/build-with-gpg21.patch seahorse-sharing-3.8.0/debian/patches/build-with-gpg21.patch --- seahorse-sharing-3.8.0/debian/patches/build-with-gpg21.patch 1970-01-01 00:00:00.000000000 +0000 +++ seahorse-sharing-3.8.0/debian/patches/build-with-gpg21.patch 2016-09-24 12:28:18.000000000 +0000 @@ -0,0 +1,23 @@ +From 95b37e2480a2cdc3ee003380b9c587e4663fe872 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Tue, 1 Sep 2015 19:52:11 +0200 +Subject: Allow building with gnupg 2.1 + +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 0751f6e..5e26c8f 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -43,7 +43,7 @@ AC_ARG_ENABLE(gpg-check, + DO_CHECK=$enableval, DO_CHECK=yes) + + if test "$DO_CHECK" = "yes"; then +- accepted_versions="1.2 1.4 2.0" ++ accepted_versions="1.2 1.4 2.0 2.1" + AC_PATH_PROGS(GNUPG, [gpg gpg2], no) + ok="no" + if test "$GNUPG" != "no"; then + diff -Nru seahorse-sharing-3.8.0/debian/patches/series seahorse-sharing-3.8.0/debian/patches/series --- seahorse-sharing-3.8.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ seahorse-sharing-3.8.0/debian/patches/series 2016-09-24 12:28:18.000000000 +0000 @@ -0,0 +1 @@ +build-with-gpg21.patch