Skip to content

Commit 0371b76

Browse files
author
Prakash Surya
authored
Add the "aptitude" package to aid debugging (#304)
1 parent ec65abf commit 0371b76

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
@@ -112,7 +112,8 @@ DEPENDS += $(DEPENDS.$(TARGET_PLATFORM))
112112
# product should not rely on them programmatically. They may be updated
113113
# or replaced without regard for backward compatibility.
114114
#
115-
DEPENDS += bcc-tools, \
115+
DEPENDS += aptitude, \
116+
bcc-tools, \
116117
bpftrace, \
117118
bpftrace-dbgsym, \
118119
crash-python, \

0 commit comments

Comments
 (0)