diff -Nru fakeroot-1.33/configure fakeroot-1.34/configure --- fakeroot-1.33/configure 2024-01-21 16:53:27.000000000 +0000 +++ fakeroot-1.34/configure 2024-03-05 22:58:56.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for fakeroot 1.33. +# Generated by GNU Autoconf 2.71 for fakeroot 1.34. # # Report bugs to . # @@ -621,8 +621,8 @@ # Identity of this package. PACKAGE_NAME='fakeroot' PACKAGE_TARNAME='fakeroot' -PACKAGE_VERSION='1.33' -PACKAGE_STRING='fakeroot 1.33' +PACKAGE_VERSION='1.34' +PACKAGE_STRING='fakeroot 1.34' PACKAGE_BUGREPORT='clint@debian.org' PACKAGE_URL='' @@ -1370,7 +1370,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures fakeroot 1.33 to adapt to many kinds of systems. +\`configure' configures fakeroot 1.34 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1442,7 +1442,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of fakeroot 1.33:";; + short | recursive ) echo "Configuration of fakeroot 1.34:";; esac cat <<\_ACEOF @@ -1560,7 +1560,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -fakeroot configure 1.33 +fakeroot configure 1.34 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1968,7 +1968,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by fakeroot $as_me 1.33, which was +It was created by fakeroot $as_me 1.34, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3355,7 +3355,7 @@ # Define the identity of the package. PACKAGE='fakeroot' - VERSION='1.33' + VERSION='1.34' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -15470,7 +15470,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by fakeroot $as_me 1.33, which was +This file was extended by fakeroot $as_me 1.34, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15538,7 +15538,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -fakeroot config.status 1.33 +fakeroot config.status 1.34 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -Nru fakeroot-1.33/configure.ac fakeroot-1.34/configure.ac --- fakeroot-1.33/configure.ac 2024-01-21 16:55:13.000000000 +0000 +++ fakeroot-1.34/configure.ac 2024-03-05 22:58:09.000000000 +0000 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([fakeroot],[1.33],[clint@debian.org],[fakeroot]) +AC_INIT([fakeroot],[1.34],[clint@debian.org],[fakeroot]) AC_PREREQ([2.71]) AC_CONFIG_MACRO_DIR([build-aux]) LT_PREREQ(2.1a) diff -Nru fakeroot-1.33/debian/changelog fakeroot-1.34/debian/changelog --- fakeroot-1.33/debian/changelog 2024-04-08 15:57:18.000000000 +0000 +++ fakeroot-1.34/debian/changelog 2024-03-05 23:01:01.000000000 +0000 @@ -1,8 +1,9 @@ -fakeroot (1.33-1build1) noble; urgency=high +fakeroot (1.34-1) unstable; urgency=medium - * No change rebuild for 64-bit time_t and frame pointers. + * New upstream version. + - faked now ignores SIGWINCH. closes: #1029675. - -- Julian Andres Klode Mon, 08 Apr 2024 17:57:18 +0200 + -- Clint Adams Tue, 05 Mar 2024 18:01:01 -0500 fakeroot (1.33-1) unstable; urgency=medium diff -Nru fakeroot-1.33/debian/control fakeroot-1.34/debian/control --- fakeroot-1.33/debian/control 2024-04-08 15:57:18.000000000 +0000 +++ fakeroot-1.34/debian/control 2024-03-05 23:00:44.000000000 +0000 @@ -7,8 +7,7 @@ libcap2-bin [linux-any], po4a , sharutils -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Clint Adams +Maintainer: Clint Adams Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/clint/fakeroot.git diff -Nru fakeroot-1.33/faked.c fakeroot-1.34/faked.c --- fakeroot-1.33/faked.c 2022-01-17 20:42:20.000000000 +0000 +++ fakeroot-1.34/faked.c 2024-03-05 22:17:03.000000000 +0000 @@ -1483,6 +1483,7 @@ case SIGKILL: case SIGTSTP: case SIGCONT: + case SIGWINCH: break; case SIGUSR1: /* this is strictly a debugging feature, unless someone can confirm