Skip to content

Commit 452d83e

Browse files
gllghrSebastien Roy
authored andcommitted
[Backport to 6.0] Add debugging symbols for important packages (#152)
1 parent 5bc43d2 commit 452d83e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

debian/rules

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ DEPENDS += ansible, \
5858
systemd-container, \
5959
ubuntu-minimal,
6060

61+
# Debugging symbols for packages pulled in by the the above dependencies
62+
DEPENDS += systemd-dbgsym, \
63+
dbus-dbgsym, \
64+
openssh-server-dbgsym, \
65+
openssh-client-dbgsym, \
66+
coreutils-dbgsym, \
67+
bash-dbgsym, \
68+
iproute2-dbgsym, \
69+
net-tools-dbgsym,
70+
6171
#
6272
# The following package contains the GPG keys which allow us to download
6373
# from the repositories which contain packages containing debug symbols.
@@ -82,7 +92,8 @@ DEPENDS += delphix-buildinfo-kernel,
8292
#
8393
# The CRA PAM module provides an authentication method for the delphix user.
8494
#
85-
DEPENDS += pam-challenge-response,
95+
DEPENDS += pam-challenge-response, \
96+
pam-challenge-response-dbgsym,
8697

8798
# Platform-specific dependencies
8899
DEPENDS.aws =
@@ -104,6 +115,7 @@ DEPENDS += bcc-tools, \
104115
crash-python, \
105116
dnsutils, \
106117
drgn, \
118+
drgn-dbgsym, \
107119
dstat, \
108120
emacs-nox, \
109121
ethtool, \
@@ -116,7 +128,9 @@ DEPENDS += bcc-tools, \
116128
iotop, \
117129
jq, \
118130
kdump-tools, \
131+
makedumpfile-dbgsym, \
119132
libkdumpfile, \
133+
libkdumpfile-dbgsym, \
120134
lsof, \
121135
man-db, \
122136
manpages, \
@@ -127,6 +141,7 @@ DEPENDS += bcc-tools, \
127141
procinfo, \
128142
psmisc, \
129143
ptools, \
144+
ptools-dbgsym, \
130145
pv, \
131146
screen, \
132147
sdb, \

0 commit comments

Comments
 (0)