diff -Nru libassuan-2.5.5/debian/changelog libassuan-2.5.5/debian/changelog --- libassuan-2.5.5/debian/changelog 2021-07-03 01:17:38.000000000 +0000 +++ libassuan-2.5.5/debian/changelog 2022-10-18 01:21:17.000000000 +0000 @@ -1,10 +1,40 @@ -libassuan (2.5.5-0ubuntu1~20.04.sav0) focal; urgency=medium +libassuan (2.5.5-4~20.04.sav0) focal; urgency=medium - * New upstream release + * Backport to Focal + * debian/patches/: Add update-gpg-error.m4-part{1,2}.patch to fix FTBFS with + latest libgpg-error 1.46 (required due deprecation of gpg-error-config) + * debian/control: Set debhelper-compat (= 12) BD + + -- Rob Savoury Mon, 17 Oct 2022 18:21:17 -0700 + +libassuan (2.5.5-4) unstable; urgency=medium + + * drop disjunctive dependency on install-info (Closes: #1013825) + * Standards-Version: bump to 4.6.1 (no changes needed) + + -- Daniel Kahn Gillmor Thu, 30 Jun 2022 19:58:34 -0400 + +libassuan (2.5.5-3) unstable; urgency=medium - -- Rob Savoury Fri, 02 Jul 2021 18:17:38 -0700 + * tests: allow stderr for windows builds -libassuan (2.5.4-1ubuntu1) hirsute; urgency=medium + -- Daniel Kahn Gillmor Sat, 30 Apr 2022 14:22:49 -0400 + +libassuan (2.5.5-2) unstable; urgency=medium + + * move to DEP-14 branch naming + * Add debian/upstream/metadata + * trim trailing whitespace + * wrap-and-sort -ast + * Standards-Version: drop patch level -- compliance is only relevant to x.y.z + * Only enable wine32 and wine64 tests on i386 and amd64 respectively + * d/libassuan-mingw-w64-dev.lintian-overrides: repair overrides + * d/copyright: clean up, trim down + * d/gbp.conf: filter out doc/assuan.info on next import, it gets regenerated + + -- Daniel Kahn Gillmor Sat, 30 Apr 2022 12:27:47 -0400 + +libassuan (2.5.5-1) unstable; urgency=medium [ Andreas Metzler ] * libassuan pkg-config requires libgpg-error > 1.33. - Tighten @@ -12,7 +42,12 @@ * Fix CI error by linking test binary explicitly against libgpg-error. Closes: #982170 - -- Julian Andres Klode Thu, 11 Feb 2021 12:27:42 +0100 + [ Eric Dorland ] + * New upstream release + * debhelper to v13 + * Standards-Version to 4.6.0.0 + + -- Eric Dorland Thu, 19 Aug 2021 01:33:14 -0400 libassuan (2.5.4-1) unstable; urgency=medium diff -Nru libassuan-2.5.5/debian/control libassuan-2.5.5/debian/control --- libassuan-2.5.5/debian/control 2021-02-11 11:27:42.000000000 +0000 +++ libassuan-2.5.5/debian/control 2022-10-18 01:21:17.000000000 +0000 @@ -1,8 +1,7 @@ Source: libassuan Section: libs Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian GnuPG-Maintainers +Maintainer: Debian GnuPG-Maintainers Uploaders: Eric Dorland , Daniel Kahn Gillmor , @@ -12,8 +11,8 @@ Build-Depends-Indep: libgpg-error-mingw-w64-dev, mingw-w64, -Standards-Version: 4.5.1.0 -Vcs-Git: https://salsa.debian.org/debian/libassuan.git -b debian/master +Standards-Version: 4.6.1 +Vcs-Git: https://salsa.debian.org/debian/libassuan.git Vcs-Browser: https://salsa.debian.org/debian/libassuan Homepage: https://www.gnupg.org/related_software/libassuan/index.html Rules-Requires-Root: no @@ -35,7 +34,7 @@ Architecture: any Section: libdevel Depends: - dpkg (>= 1.15.4) | install-info, + dpkg, libassuan0 (= ${binary:Version}), libgpg-error-dev (>= 1.33), ${misc:Depends}, diff -Nru libassuan-2.5.5/debian/copyright libassuan-2.5.5/debian/copyright --- libassuan-2.5.5/debian/copyright 2021-02-11 11:27:42.000000000 +0000 +++ libassuan-2.5.5/debian/copyright 2022-04-30 16:49:49.000000000 +0000 @@ -4,43 +4,7 @@ Source: https://gnupg.org/ftp/gcrypt/libassuan/ Files: * - Makefile.am - src/Makefile.am - src/assuan-buffer.c - src/assuan-error.c - src/assuan-inquire.c - src/assuan-io.c - src/assuan-listen.c - src/assuan-pipe-server.c - src/assuan-socket-connect.c - src/assuan-socket-server.c - src/assuan-socket.c - src/assuan-uds.c - src/client.c - src/context.c - src/funopen.c - src/memrchr.c - src/posix-fd-t.inc.h - src/posix-includes.inc.h - src/posix-sock-nonce.inc.h - src/posix-sys-pth-impl.h - src/posix-types.inc.h - src/putc_unlocked.c - src/server.c - src/setenv.c - src/stpcpy.c - src/system-posix.c - src/system-w32.c - src/system-w32ce.c - src/system.c - src/w32-fd-t.inc.h - src/w32-includes.inc.h - src/w32-sock-nonce.inc.h - src/w32-sys-pth-impl.h - src/w32-types.inc.h - src/w32ce-add.h - src/w32ce-fd-t.inc.h -Copyright: 1992, 1995-2010, Free Software Foundation, Inc +Copyright: 1992-2021, Free Software Foundation, Inc License: LGPL-2.1+ Files: AUTHORS @@ -48,19 +12,17 @@ build-aux/git-log-footer configure INSTALL - m4/gnupg-pth.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 - m4/onceonly.m4 m4/socklen.m4 m4/sys_socket_h.m4 m4/Makefile.in src/libassuan-config.in src/libassuan.m4 src/mkheader.c -Copyright: 1992-1996, 1998-2013, Free Software Foundation, Inc +Copyright: 1992-1996, 1998-2021, Free Software Foundation, Inc License: GAP~FSF This file is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, @@ -78,21 +40,8 @@ tests/common.h tests/fdpassing.c tests/pipeconnect.c -Copyright: 2003, 2006, 2009-2010 Free Software Foundation, Inc +Copyright: 2003, 2006, 2009-2021 Free Software Foundation, Inc License: LGPL-3+ - Assuan is free software; you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License as - published by the Free Software Foundation; either version 3 of - the License, or (at your option) any later version. - . - Assuan is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see . - . On Debian systems, the full text of the GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3' @@ -110,30 +59,14 @@ build-aux/missing Copyright: 1999-2013, Free Software Foundation, Inc License: GPL-2+ with libtool exception - GNU Libtool is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. . As a special exception to the GNU General Public License, if you distribute this file as part of a program or library that is built using GNU Libtool, you may include this file under the same distribution terms that you use for the rest of that program. - . - GNU Libtool is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with GNU Libtool; see the file COPYING. If not, a copy - can be downloaded from http://www.gnu.org/licenses/gpl.html, - or obtained by writing to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - . - On Debian systems, the full text of the GNU General Public - License version 2 can be found in the file - `/usr/share/common-licenses/GPL-2'. Files: build-aux/config.guess build-aux/config.sub @@ -141,12 +74,6 @@ doc/assuan.texi Copyright: 1985-1986, 1988, 1990-2013, Free Software Foundation, Inc License: GPL-3+ - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 3 of the License, or (at your - option) any later version. The text of the license can be found in the - section entitled ``Copying''. - . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. @@ -174,34 +101,17 @@ Files: m4/autobuild.m4 Copyright: 2004, Simon Josefsson License: GPL-2+ - This file is free software, distributed under the terms of the GNU - General Public License. As a special exception to the GNU General - Public License, this file may be distributed as part of a program - that contains a configuration script generated by Autoconf, under - the same distribution terms as the rest of that program. - . - This file can be used in projects which are not available under - the GNU General Public License or the GNU Library General Public - License but which still want to provide support for Autobuild. - . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. +Files: debian/* +Copyright: 2004-2022 Debian GnuPG maintainers + Eric Dorland + Daniel Kahn Gillmor +License: LGPL-2.1+ + License: LGPL-2.1+ - Assuan is free software; you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License as - published by the Free Software Foundation; either version 2.1 of - the License, or (at your option) any later version. - . - Assuan is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see . - . On Debian systems, the full text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. diff -Nru libassuan-2.5.5/debian/gbp.conf libassuan-2.5.5/debian/gbp.conf --- libassuan-2.5.5/debian/gbp.conf 2021-02-11 11:27:42.000000000 +0000 +++ libassuan-2.5.5/debian/gbp.conf 2022-04-30 16:49:49.000000000 +0000 @@ -1,7 +1,7 @@ [DEFAULT] pristine-tar = True upstream-vcs-tag = libassuan-%(version)s -debian-branch: debian/master +debian-branch: debian/unstable [import-orig] filter = [ @@ -18,6 +18,7 @@ 'config.h.in', 'configure', 'doc/Makefile.in', + 'doc/assuan.info', 'm4/Makefile.in', 'm4/libtool.m4', 'm4/ltoptions.m4', diff -Nru libassuan-2.5.5/debian/libassuan-mingw-w64-dev.lintian-overrides libassuan-2.5.5/debian/libassuan-mingw-w64-dev.lintian-overrides --- libassuan-2.5.5/debian/libassuan-mingw-w64-dev.lintian-overrides 2021-02-11 11:27:42.000000000 +0000 +++ libassuan-2.5.5/debian/libassuan-mingw-w64-dev.lintian-overrides 2022-04-30 16:08:58.000000000 +0000 @@ -13,5 +13,5 @@ libassuan-mingw-w64-dev: executable-not-elf-or-script # cross-building for windows produces more weirdness than expected: -libassuan-mingw-w64-dev: non-empty-dependency_libs-in-la-file usr/i686-w64-mingw32/lib/libassuan.la -libassuan-mingw-w64-dev: non-empty-dependency_libs-in-la-file usr/x86_64-w64-mingw32/lib/libassuan.la +libassuan-mingw-w64-dev: non-empty-dependency_libs-in-la-file usr/i686-w64-mingw32/lib/libassuan.la (line 20) -L/usr/i686-w64-mingw32/lib /usr/i686-w64-mingw32/lib/libgpg-error.la -lws2_32 +libassuan-mingw-w64-dev: non-empty-dependency_libs-in-la-file usr/x86_64-w64-mingw32/lib/libassuan.la (line 20) -L/usr/x86_64-w64-mingw32/lib /usr/x86_64-w64-mingw32/lib/libgpg-error.la -lws2_32 diff -Nru libassuan-2.5.5/debian/patches/series libassuan-2.5.5/debian/patches/series --- libassuan-2.5.5/debian/patches/series 2021-02-11 11:27:42.000000000 +0000 +++ libassuan-2.5.5/debian/patches/series 2022-10-18 01:08:21.000000000 +0000 @@ -1,2 +1,4 @@ 0001-avoid-linker-errors-when-cross-building-for-win32.patch 0002-avoid-self-describing-as-a-beta.patch +update-gpg-error.m4-part1.patch +update-gpg-error.m4-part2.patch diff -Nru libassuan-2.5.5/debian/patches/update-gpg-error.m4-part1.patch libassuan-2.5.5/debian/patches/update-gpg-error.m4-part1.patch --- libassuan-2.5.5/debian/patches/update-gpg-error.m4-part1.patch 1970-01-01 00:00:00.000000000 +0000 +++ libassuan-2.5.5/debian/patches/update-gpg-error.m4-part1.patch 2022-10-18 01:18:00.000000000 +0000 @@ -0,0 +1,167 @@ +From: NIIBE Yutaka +Date: Wed, Apr 21 10:52:27 2021 +0900 +Subject: build: Update gpg-error.m4. + +* m4/gpg-error.m4: Update from libgpg-error. + +(cherry picked from commit 8ec3e9f1dd88e14f42f31e8692a8664bd894226b) +--- + m4/gpg-error.m4 | 119 +++++++++++++++++++++++++++++--------------------- + 1 file changed, 69 insertions(+), 50 deletions(-) + +diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4 +index c9b235f..56a5d07 100644 +--- a/m4/gpg-error.m4 ++++ b/m4/gpg-error.m4 +@@ -1,5 +1,6 @@ + # gpg-error.m4 - autoconf macro to detect libgpg-error. +-# Copyright (C) 2002, 2003, 2004, 2011, 2014, 2018, 2020 g10 Code GmbH ++# Copyright (C) 2002, 2003, 2004, 2011, 2014, 2018, 2020, 2021 ++# g10 Code GmbH + # + # This file is free software; as a special exception the author gives + # unlimited permission to copy and/or distribute it, with or without +@@ -9,7 +10,7 @@ + # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the + # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + # +-# Last-changed: 2020-11-17 ++# Last-changed: 2021-03-31 + + + dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION, +@@ -64,45 +65,79 @@ AC_DEFUN([AM_PATH_GPG_ERROR], + min_gpg_error_version=ifelse([$1], ,1.33,$1) + ok=no + +- if test "$prefix" = NONE ; then +- prefix_option_expanded=/usr/local +- else +- prefix_option_expanded="$prefix" +- fi +- if test "$exec_prefix" = NONE ; then +- exec_prefix_option_expanded=$prefix_option_expanded +- else +- exec_prefix_option_expanded=$(prefix=$prefix_option_expanded eval echo $exec_prefix) +- fi +- libdir_option_expanded=$(prefix=$prefix_option_expanded exec_prefix=$exec_prefix_option_expanded eval echo $libdir) ++ AC_PATH_PROG(GPGRT_CONFIG, gpgrt-config, no, [$prefix/bin:$PATH]) ++ if test "$GPGRT_CONFIG" != "no"; then ++ # Determine gpgrt_libdir ++ # ++ # Get the prefix of gpgrt-config assuming it's something like: ++ # /bin/gpgrt-config ++ gpgrt_prefix=${GPGRT_CONFIG%/*/*} ++ possible_libdir1=${gpgrt_prefix}/lib ++ # Determine by using system libdir-format with CC, it's like: ++ # Normal style: /usr/lib ++ # GNU cross style: /usr//lib ++ # Debian style: /usr/lib/ ++ # Fedora/openSUSE style: /usr/lib, /usr/lib32 or /usr/lib64 ++ # It is assumed that CC is specified to the one of host on cross build. ++ if libdir_candidates=$(${CC:-cc} -print-search-dirs | \ ++ sed -n -e "/^libraries/{s/libraries: =//;s/:/\\ ++/g;p;}"); then ++ # From the output of -print-search-dirs, select valid pkgconfig dirs. ++ libdir_candidates=$(for dir in $libdir_candidates; do ++ if p=$(cd $dir 2>/dev/null && pwd); then ++ test -d "$p/pkgconfig" && echo $p; ++ fi ++ done) + +- if test -f $libdir_option_expanded/pkgconfig/gpg-error.pc; then +- gpgrt_libdir=$libdir_option_expanded +- else +- if crt1_path=$(${CC:-cc} -print-file-name=crt1.o 2>/dev/null); then +- if possible_libdir=$(cd ${crt1_path%/*} && pwd 2>/dev/null); then +- if test -f $possible_libdir/pkgconfig/gpg-error.pc; then +- gpgrt_libdir=$possible_libdir ++ for possible_libdir0 in $libdir_candidates; do ++ # possible_libdir0: ++ # Fallback candidate, the one of system-installed (by $CC) ++ # (/usr//lib, /usr/lib/ or /usr/lib32) ++ # possible_libdir1: ++ # Another candidate, user-locally-installed ++ # (/lib) ++ # possible_libdir2 ++ # Most preferred ++ # (//lib, ++ # /lib/ or /lib32) ++ if test "${possible_libdir0##*/}" = "lib"; then ++ possible_prefix0=${possible_libdir0%/lib} ++ possible_prefix0_triplet=${possible_prefix0##*/} ++ if test -z "$possible_prefix0_triplet"; then ++ continue ++ fi ++ possible_libdir2=${gpgrt_prefix}/$possible_prefix0_triplet/lib ++ else ++ possible_prefix0=${possible_libdir0%%/lib*} ++ possible_libdir2=${gpgrt_prefix}${possible_libdir0#$possible_prefix0} + fi +- fi ++ if test -f ${possible_libdir2}/pkgconfig/gpg-error.pc; then ++ gpgrt_libdir=${possible_libdir2} ++ elif test -f ${possible_libdir1}/pkgconfig/gpg-error.pc; then ++ gpgrt_libdir=${possible_libdir1} ++ elif test -f ${possible_libdir0}/pkgconfig/gpg-error.pc; then ++ gpgrt_libdir=${possible_libdir0} ++ fi ++ if test -n "$gpgrt_libdir"; then break; fi ++ done ++ else ++ # When we cannot determine system libdir-format, use this: ++ gpgrt_libdir=${possible_libdir1} + fi ++ else ++ unset GPGRT_CONFIG + fi + +- if test "$GPG_ERROR_CONFIG" = "no" -a -n "$gpgrt_libdir"; then +- AC_PATH_PROG(GPGRT_CONFIG, gpgrt-config, no) +- if test "$GPGRT_CONFIG" = "no"; then +- unset GPGRT_CONFIG ++ if test -n "$gpgrt_libdir"; then ++ GPGRT_CONFIG="$GPGRT_CONFIG --libdir=$gpgrt_libdir" ++ if $GPGRT_CONFIG gpg-error >/dev/null 2>&1; then ++ GPG_ERROR_CONFIG="$GPGRT_CONFIG gpg-error" ++ AC_MSG_NOTICE([Use gpgrt-config with $gpgrt_libdir as gpg-error-config]) ++ gpg_error_config_version=`$GPG_ERROR_CONFIG --modversion` + else +- GPGRT_CONFIG="$GPGRT_CONFIG --libdir=$gpgrt_libdir" +- if $GPGRT_CONFIG gpg-error >/dev/null 2>&1; then +- GPG_ERROR_CONFIG="$GPGRT_CONFIG gpg-error" +- AC_MSG_NOTICE([Use gpgrt-config with $gpgrt_libdir as gpg-error-config]) +- gpg_error_config_version=`$GPG_ERROR_CONFIG --modversion` +- else +- unset GPGRT_CONFIG +- fi ++ unset GPGRT_CONFIG + fi +- else ++ elif test "$GPG_ERROR_CONFIG" != "no"; then + gpg_error_config_version=`$GPG_ERROR_CONFIG --version` + fi + if test "$GPG_ERROR_CONFIG" != "no"; then +@@ -123,22 +158,6 @@ AC_DEFUN([AM_PATH_GPG_ERROR], + fi + fi + fi +- if test -z "$GPGRT_CONFIG" -a -n "$gpgrt_libdir"; then +- if test "$major" -gt 1 -o "$major" -eq 1 -a "$minor" -ge 33; then +- AC_PATH_PROG(GPGRT_CONFIG, gpgrt-config, no) +- if test "$GPGRT_CONFIG" = "no"; then +- unset GPGRT_CONFIG +- else +- GPGRT_CONFIG="$GPGRT_CONFIG --libdir=$gpgrt_libdir" +- if $GPGRT_CONFIG gpg-error >/dev/null 2>&1; then +- GPG_ERROR_CONFIG="$GPGRT_CONFIG gpg-error" +- AC_MSG_NOTICE([Use gpgrt-config with $gpgrt_libdir as gpg-error-config]) +- else +- unset GPGRT_CONFIG +- fi +- fi +- fi +- fi + fi + AC_MSG_CHECKING(for GPG Error - version >= $min_gpg_error_version) + if test $ok = yes; then diff -Nru libassuan-2.5.5/debian/patches/update-gpg-error.m4-part2.patch libassuan-2.5.5/debian/patches/update-gpg-error.m4-part2.patch --- libassuan-2.5.5/debian/patches/update-gpg-error.m4-part2.patch 1970-01-01 00:00:00.000000000 +0000 +++ libassuan-2.5.5/debian/patches/update-gpg-error.m4-part2.patch 2022-10-18 01:19:22.000000000 +0000 @@ -0,0 +1,32 @@ +From: NIIBE Yutaka +Date: Tue, Jun 28 11:20:26 2022 +0900 +Subject: build: Update gpg-error.m4. + +* m4/gpg-error.m4: Update from libgpg-error. + +(cherry picked from commit 3156f29a797d91158187353edbafe0c967bd0b6d) +--- + m4/gpg-error.m4 | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4 +index 56a5d07..4b5cd40 100644 +--- a/m4/gpg-error.m4 ++++ b/m4/gpg-error.m4 +@@ -10,7 +10,7 @@ + # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the + # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + # +-# Last-changed: 2021-03-31 ++# Last-changed: 2022-02-15 + + + dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION, +@@ -139,6 +139,7 @@ AC_DEFUN([AM_PATH_GPG_ERROR], + fi + elif test "$GPG_ERROR_CONFIG" != "no"; then + gpg_error_config_version=`$GPG_ERROR_CONFIG --version` ++ unset GPGRT_CONFIG + fi + if test "$GPG_ERROR_CONFIG" != "no"; then + req_major=`echo $min_gpg_error_version | \ diff -Nru libassuan-2.5.5/debian/tests/control libassuan-2.5.5/debian/tests/control --- libassuan-2.5.5/debian/tests/control 2021-02-11 11:27:42.000000000 +0000 +++ libassuan-2.5.5/debian/tests/control 2022-04-30 18:16:57.000000000 +0000 @@ -1,12 +1,27 @@ Tests: build -Depends: libassuan-dev, build-essential, pkg-config +Depends: + build-essential, + libassuan-dev, + pkg-config, Test-Command: debian/tests/build-windows i686 Features: test-name=win32 -Depends: libassuan-mingw-w64-dev, gcc-mingw-w64-i686, build-essential, wine32, pkg-config -Restrictions: skip-not-installable +Depends: + build-essential, + gcc-mingw-w64-i686, + libassuan-mingw-w64-dev, + pkg-config, + wine32, +Restrictions: allow-stderr +Architecture: i386 Test-Command: debian/tests/build-windows x86_64 Features: test-name=win64 -Depends: libassuan-mingw-w64-dev, gcc-mingw-w64-x86-64, build-essential, wine64, pkg-config -Restrictions: skip-not-installable +Depends: + build-essential, + gcc-mingw-w64-x86-64, + libassuan-mingw-w64-dev, + pkg-config, + wine64, +Restrictions: allow-stderr +Architecture: amd64 diff -Nru libassuan-2.5.5/debian/upstream/metadata libassuan-2.5.5/debian/upstream/metadata --- libassuan-2.5.5/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libassuan-2.5.5/debian/upstream/metadata 2022-04-30 15:56:18.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://dev.gnupg.org/maniphest/ +Bug-Submit: https://dev.gnupg.org/maniphest/task/edit/form/3/ +Repository: https://dev.gnupg.org/source/libassuan.git +Repository-Browse: https://dev.gnupg.org/source/libassuan/ diff -Nru libassuan-2.5.5/debian/upstream/signing-key.asc libassuan-2.5.5/debian/upstream/signing-key.asc --- libassuan-2.5.5/debian/upstream/signing-key.asc 2021-02-11 11:27:42.000000000 +0000 +++ libassuan-2.5.5/debian/upstream/signing-key.asc 2022-04-30 15:56:18.000000000 +0000 @@ -63,4 +63,3 @@ l7ErThn6owVH9szWrUt6jkKOBg== =h7e4 -----END PGP PUBLIC KEY BLOCK----- -