Skip to content

Commit df56748

Browse files
authored
Backport a few package changes to 6.0/stage (#267)
1 parent 91bf79c commit df56748

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

debian/rules

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ DEPENDS += ansible, \
6464

6565
# Debugging symbols for packages pulled in by the the above dependencies
6666
DEPENDS += systemd-dbgsym, \
67+
libsystemd0-dbgsym, \
68+
libblkid1-dbgsym, \
69+
libmount1-dbgsym, \
70+
libuuid1-dbgsym, \
6771
dbus-dbgsym, \
72+
libdbus-1-3-dbgsym, \
6873
openssh-server-dbgsym, \
6974
openssh-client-dbgsym, \
7075
coreutils-dbgsym, \
@@ -108,6 +113,7 @@ DEPENDS += $(DEPENDS.$(TARGET_PLATFORM))
108113
#
109114
DEPENDS += bcc-tools, \
110115
bpftrace, \
116+
bpftrace-dbgsym, \
111117
crash, \
112118
crash-python, \
113119
dnsutils, \
@@ -118,14 +124,14 @@ DEPENDS += bcc-tools, \
118124
ethtool, \
119125
gdb, \
120126
gdb-python, \
121-
glances, \
122127
htop, \
123128
iftop, \
124129
inotify-tools, \
125130
iotop, \
126131
jq, \
127132
kdump-tools, \
128133
ldap-utils, \
134+
libbcc-dbgsym, \
129135
libkdumpfile, \
130136
libkdumpfile-dbgsym, \
131137
linux-tools-common, \

0 commit comments

Comments
 (0)