Skip to content

Commit b6d7d09

Browse files
author
Prakash Surya
authored
Add the "aptitude" package to aid debugging (#304) (#305)
1 parent f44db40 commit b6d7d09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ DEPENDS += $(DEPENDS.$(TARGET_PLATFORM))
111111
# product should not rely on them programmatically. They may be updated
112112
# or replaced without regard for backward compatibility.
113113
#
114-
DEPENDS += bcc-tools, \
114+
DEPENDS += aptitude, \
115+
bcc-tools, \
115116
bpftrace, \
116117
bpftrace-dbgsym, \
117118
crash-python, \

0 commit comments

Comments
 (0)