diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /build/debian-packages/gdb-jessie.diff | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | build/debian-packages/gdb-jessie.diff | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/build/debian-packages/gdb-jessie.diff b/build/debian-packages/gdb-jessie.diff new file mode 100644 index 0000000000..a363ab8a1a --- /dev/null +++ b/build/debian-packages/gdb-jessie.diff @@ -0,0 +1,37 @@ +diff -Nru gdb-7.12/debian/changelog gdb-7.12/debian/changelog +--- gdb-7.12/debian/changelog 2017-01-19 19:28:25.000000000 +0900 ++++ gdb-7.12/debian/changelog 2018-02-07 15:36:15.000000000 +0900 +@@ -1,3 +1,11 @@ ++gdb (7.12-6.deb8moz1) jessie; urgency=medium ++ ++ * Mozilla backport for jessie. ++ * debian/rules: Don't pass --dbgsym-migration to dh_strip, it's not ++ supported on jessie's debhelper. ++ ++ -- Mike Hommey <glandium@mozilla.com> Tue, 16 Jul 2019 18:28:20 +0900 ++ + gdb (7.12-6) unstable; urgency=medium + + * debian/patches: import 7.12 branch fixes +diff -Nru gdb-7.12/debian/rules gdb-7.12/debian/rules +--- gdb-7.12/debian/rules 2016-12-15 09:31:54.000000000 +0900 ++++ gdb-7.12/debian/rules 2018-02-07 15:36:15.000000000 +0900 +@@ -4,7 +4,6 @@ + + DEB_BUILDDIR := $(ALL_BUILDDIR)/objdir + DEB_DH_INSTALL_SOURCEDIR := $(shell pwd)/debian/tmp +-DEB_DH_STRIP_ARGS_gdb = --dbgsym-migration='gdb-dbg (<< 7.12-1~)' + + # Override CDBS's default CFLAGS, which also includes -Wall; gdb + # does not handle -Wunused well with -Werror, but defaults to +@@ -89,10 +88,6 @@ + arch_config_args := --with-libunwind-ia64 + endif + +-ifneq (,$(filter $(DEB_HOST_ARCH),amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x)) +- arch_config_args += --with-babeltrace +-endif +- + ifdef GDB_TARGET + run_tests := no + |