Skip to content

Add debugging symbols for important packages #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ DEPENDS += ansible, \
systemd-container, \
ubuntu-minimal,

# Debugging symbols for packages pulled in by the the above dependencies
DEPENDS += systemd-dbgsym, \
dbus-dbgsym, \
openssh-server-dbgsym, \
openssh-client-dbgsym, \
coreutils-dbgsym, \
bash-dbgsym, \
iproute2-dbgsym, \
net-tools-dbgsym,

#
# The following package contains the GPG keys which allow us to download
# from the repositories which contain packages containing debug symbols.
Expand All @@ -82,7 +92,8 @@ DEPENDS += delphix-buildinfo-kernel,
#
# The CRA PAM module provides an authentication method for the delphix user.
#
DEPENDS += pam-challenge-response,
DEPENDS += pam-challenge-response, \
pam-challenge-response-dbgsym,

# Platform-specific dependencies
DEPENDS.aws =
Expand All @@ -104,6 +115,7 @@ DEPENDS += bcc-tools, \
crash-python, \
dnsutils, \
drgn, \
drgn-dbgsym, \
dstat, \
emacs-nox, \
ethtool, \
Expand All @@ -116,7 +128,9 @@ DEPENDS += bcc-tools, \
iotop, \
jq, \
kdump-tools, \
makedumpfile-dbgsym, \
libkdumpfile, \
libkdumpfile-dbgsym, \
lsof, \
man-db, \
manpages, \
Expand All @@ -127,6 +141,7 @@ DEPENDS += bcc-tools, \
procinfo, \
psmisc, \
ptools, \
ptools-dbgsym, \
pv, \
screen, \
sdb, \
Expand Down