debian: Allow kmod or module-init-tools for backward compatibility.
authorBen Pfaff <blp@nicira.com>
Wed, 2 Apr 2014 21:54:51 +0000 (14:54 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 2 Apr 2014 21:56:08 +0000 (14:56 -0700)
commitfb2cc2df6ca44efede09ee04d5dc423dbfc4ce5d
treee920dd9c2a88932838d87a113c9514b8e4287850
parentba45efa240d7b330d0043233cba70e380d64974e
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 <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Gurucharan Shetty <gshetty@nicira.com>
debian/control