Skip to content

Commit 4877282

Browse files
authored
DLPX-76340 Install new delphix-build-info package on Delphix Appliance (#306)
1 parent 0371b76 commit 4877282

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

debian/rules

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ DEPENDS.kvm =
107107
DEPENDS.oci =
108108
DEPENDS += $(DEPENDS.$(TARGET_PLATFORM))
109109

110+
#
111+
# The delphix-build-info package contains build metadata related to the
112+
# packages built by Delphix and to the appliance itself. While it is there
113+
# mostly for human convenience, it may be used by some QA tests.
114+
#
115+
DEPENDS += delphix-build-info,
116+
110117
#
111118
# These packages are tools that are intended for human convenience. The
112119
# product should not rely on them programmatically. They may be updated

0 commit comments

Comments
 (0)