From ed8fb4487d0ed9f856b73d2a30d5acaf8b734226 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 2 Apr 2014 14:54:51 -0700 Subject: [PATCH] debian: Allow kmod or module-init-tools for backward compatibility. Commit d473844693 (debian: Depend on 'kmod' instead of module-init-tools.) switched from depending on module-init-tools to depending on kmod, which is the new name of the appropriate package in Debian. Unfortunately, while kmod is the right name for the latest Debian distribution, it doesn't have that name in old distributions and thus breaks the build on those. This commit should work OK in either case, since it allows both names. Signed-off-by: Ben Pfaff Acked-by: Justin Pettit Acked-by: Gurucharan Shetty --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1aed8e733..af4af4e23 100644 --- a/debian/control +++ b/debian/control @@ -65,7 +65,7 @@ Description: Open vSwitch common components Package: openvswitch-switch Architecture: linux-any Suggests: openvswitch-datapath-module -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, openvswitch-common (= ${binary:Version}), kmod, procps, uuid-runtime, netbase, python-argparse +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, openvswitch-common (= ${binary:Version}), kmod | module-init-tools, procps, uuid-runtime, netbase, python-argparse Description: Open vSwitch switch implementations Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network -- 2.47.0