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:55:44 +0000 (14:55 -0700)
commited8fb4487d0ed9f856b73d2a30d5acaf8b734226
tree60a45d524bd41b0296736d6f3118a27b80563b06
parentb3cd9f9d6a35c0e9044a9ebbd4435dc5426da099
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