diff -Nru ltrace-0.7.3/debian/changelog ltrace-0.7.3/debian/changelog --- ltrace-0.7.3/debian/changelog 2023-12-08 14:54:53.000000000 +0100 +++ ltrace-0.7.3/debian/changelog 2024-02-02 13:13:08.000000000 +0100 @@ -1,3 +1,52 @@ +ltrace (0.7.3-6.4ubuntu1) noble; urgency=medium + + * Merge from Debian unstable. Remaining changes: + - Set architecture to linux-any. + - sysdeps/linux-gnu/trace.c: try to make PTRACE scope sysctl more + discoverable. + - Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE in debian/rules CFLAGS. + The configure script has a bug where it can't properly cope with the need + to define these before detecting the use of elfutils. + - Add patch to support arm64. + - Add patch to fix ltrace on binaries compiled on recent Ubuntu releases (LP: #1992939) + - Include cdbs' autoreconf rules to generate new Makefiles + - Add various patches to support ppc64el. + + -- Ravi Kant Sharma Fri, 02 Feb 2024 13:13:08 +0100 + +ltrace (0.7.3-6.4) unstable; urgency=medium + + * Non-maintainer upload. + * Stop building for MIPS, ltrace no longer works there. + (Closes: #1023436) + + -- Adrian Bunk Sat, 25 Feb 2023 20:40:34 +0200 + +ltrace (0.7.3-6.3) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: disabled use of -Werror to avoid a FTBFS in mipsel, alpha and + ia64 when using DH level 13. Thanks to Paul Gevers . + (Closes: #1010493) + + -- Joao Eriberto Mota Filho Mon, 02 May 2022 20:51:56 -0300 + +ltrace (0.7.3-6.2) unstable; urgency=medium + + * Non-maintainer upload. + * Using new DH level format. Consequently: + - debian/compat: removed. + - debian/control: changed from 'debhelper' to 'debhelper-compat' in + Build-Depends field and bumped level to 13. + - Closes: #965705 + * Dropped CDBS in favor of the debhelper to allow the build system to use + DH level greater than 11. Consequently: + - debian/control: removed no longer needed cdbs and autotools-dev from + Build-Depends field. + - debian/rules: changed from CDBS to DH. + + -- Guilherme de Paula Xavier Segundo Wed, 30 Mar 2022 20:48:13 -0300 + ltrace (0.7.3-6.1ubuntu7) noble; urgency=medium * Fix ltrace on binaries compiled on recent Ubuntu releases (LP: #1992939) diff -Nru ltrace-0.7.3/debian/control ltrace-0.7.3/debian/control --- ltrace-0.7.3/debian/control 2023-12-08 14:54:53.000000000 +0100 +++ ltrace-0.7.3/debian/control 2024-02-02 13:00:59.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Juan Cespedes Standards-Version: 3.9.8 -Build-Depends: debhelper-compat (= 12), libiberty-dev, libelf-dev, libselinux1-dev +Build-Depends: debhelper-compat (= 13), libiberty-dev, libelf-dev, libselinux1-dev Package: ltrace Architecture: linux-any diff -Nru ltrace-0.7.3/debian/rules ltrace-0.7.3/debian/rules --- ltrace-0.7.3/debian/rules 2023-12-08 14:54:53.000000000 +0100 +++ ltrace-0.7.3/debian/rules 2024-02-02 13:11:39.000000000 +0100 @@ -9,6 +9,9 @@ %: dh $@ +override_dh_auto_configure: + dh_auto_configure -- --with-libunwind=no --disable-werror + override_dh_install: dh_install rm -f debian/ltrace/usr/share/doc/ltrace/COPYING*