Codebase list gdb / caa6aaf
Import Debian changes 10.1-1.7 gdb (10.1-1.7) unstable; urgency=high . * Non-maintainer upload. * Update to the gdb-10-branch 20210103 (copyright updates). * Fix building the gdb-source package. Closes: #978391. * Call dh_dwz before dh_strip. * Add x86_64-linux-gnux32 as a target for gdb-multiarch. Matthias Klose authored 3 years ago Héctor Orón Martínez committed 3 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 gdb (10.1-1.6) unstable; urgency=high
0 gdb (10.1-1.7) unstable; urgency=high
11
22 * Non-maintainer upload.
33 * Update to the gdb-10-branch 20210103 (copyright updates).
55 * Call dh_dwz before dh_strip.
66 * Add x86_64-linux-gnux32 as a target for gdb-multiarch.
77
8 -- Matthias Klose <doko@debian.org> Sun, 03 Jan 2021 11:03:21 +0100
8 -- Matthias Klose <doko@debian.org> Sun, 03 Jan 2021 12:07:38 +0100
99
1010 gdb (10.1-1.5) unstable; urgency=medium
1111
408408 gdb_substvars = -Vgdb:minimal='gdb-minimal (= $${binary:Version})'
409409 endif
410410
411 build-indep: stamps/build-default $(if $(filter yes,$(with_doc)),stamps/build-doc)
411 build-indep: $(foreach v,$(variants),stamps/build-$(v)) $(if $(filter yes,$(with_doc)),stamps/build-doc)
412412 build-arch: $(foreach v,$(variants),stamps/build-$(v)) stamps/check
413413 build: build-arch build-indep
414414