We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0371b76 commit 4877282Copy full SHA for 4877282
debian/rules
@@ -107,6 +107,13 @@ DEPENDS.kvm =
107
DEPENDS.oci =
108
DEPENDS += $(DEPENDS.$(TARGET_PLATFORM))
109
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
+
117
#
118
# These packages are tools that are intended for human convenience. The
119
# product should not rely on them programmatically. They may be updated
0 commit comments