diff -Nru tpm2-tss-3.2.0/debian/changelog tpm2-tss-3.2.0/debian/changelog --- tpm2-tss-3.2.0/debian/changelog 2022-03-01 14:25:56.000000000 +0000 +++ tpm2-tss-3.2.0/debian/changelog 2022-03-22 08:16:39.000000000 +0000 @@ -1,3 +1,29 @@ +tpm2-tss (3.2.0-1ubuntu1) jammy; urgency=low + + * Merge from Debian unstable. Remaining changes: + - Disable lto, not yet ready upstream. + + -- Gianfranco Costamagna Tue, 22 Mar 2022 09:16:39 +0100 + +tpm2-tss (3.2.0-1) unstable; urgency=low + + [ Ying-Chun Liu (PaulLiu) ] + * New upstream release. + - Remove patches that already in the upstream: + + 0002-tests-enable-tcti-pcap-tests-on-big-endian-platforms.patch + + 0003-FAPI-Improve-error-messages-for-decoding-base64-data.patch + + 0004-FAPI-fix-bug-of-bad-type-casting.patch + * Merge Ubuntu's changes from Simon. + + [ Simon Chopin ] + * d/rules: Remove the explicit autoreconf call as it is implied by dh compat + 10+ and triggers a lintian false positive + * document new symbol socket_connect_unix + * d/p/0002-fix-version.patch: Fix the version detection code to work + with tarballs (LP: #1962583) + + -- Ying-Chun Liu (PaulLiu) Sun, 20 Mar 2022 13:03:37 +0800 + tpm2-tss (3.2.0-0ubuntu2) jammy; urgency=medium * d/p/0002-fix-version.patch: Fix the version detection code to work @@ -305,4 +331,3 @@ * Initial release. (LP: #1561834) -- Mathieu Trudel-Lapierre Thu, 24 Mar 2016 16:25:53 -0400 - diff -Nru tpm2-tss-3.2.0/debian/patches/0001_disable_fapi_io_test.patch tpm2-tss-3.2.0/debian/patches/0001_disable_fapi_io_test.patch --- tpm2-tss-3.2.0/debian/patches/0001_disable_fapi_io_test.patch 2021-10-02 18:31:24.000000000 +0000 +++ tpm2-tss-3.2.0/debian/patches/0001_disable_fapi_io_test.patch 2022-03-20 16:20:06.000000000 +0000 @@ -4,11 +4,11 @@ Forwarded: not-needed Bug: https://github.com/tpm2-software/tpm2-tss/issues/2135 Author: Ying-Chun Liu (PaulLiu) -Index: tpm2-tss/test/unit/fapi-io.c +Index: tpm2-tss-3.2.0/test/unit/fapi-io.c =================================================================== ---- tpm2-tss.orig/test/unit/fapi-io.c -+++ tpm2-tss/test/unit/fapi-io.c -@@ -372,10 +372,6 @@ int +--- tpm2-tss-3.2.0.orig/test/unit/fapi-io.c ++++ tpm2-tss-3.2.0/test/unit/fapi-io.c +@@ -363,10 +363,6 @@ int main(int argc, char *argv[]) { const struct CMUnitTest tests[] = {