From 3f43245fa5586a5ee1d4535e16bd3f02e7eb2678 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 17 Oct 2008 10:12:17 -0700 Subject: [PATCH] Add missing Debian package dependency. openflow-pki needs ofp-pki, which is openflow-common. Thanks to Teemu for reporting the problem. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bfaf46b1c..2e61374f6 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Description: OpenFlow switch implementations Package: openflow-pki Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, apache2 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openflow-common, apache2 Description: OpenFlow public key infrastructure openflow-pki provides PKI (public key infrastructure) support for OpenFlow switches and controllers, reducing the risk of -- 2.43.0