debian: Apply Ubuntu patch to add DKMS support.
authorChuck Short <zulcss@ubuntu.com>
Tue, 23 Aug 2011 22:37:11 +0000 (15:37 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 25 Aug 2011 17:24:59 +0000 (10:24 -0700)
commit49c57a8fef46461da911802e8bf82329924ea329
tree815145dc59efc2564f6ad95a5384b47daf5ad892
parent0027492deeae5ed1c51458ae1970064be2089df9
debian: Apply Ubuntu patch to add DKMS support.

I tested that installing openvswitch-datapath-dkms worked OK on my own
Debian machine.

The bulk of this patch is taken from downstream Ubuntu DKMS support written
by Chuck Short <zulcss@ubuntu.com>, version 1.2.0-1ubuntu1.  I made the
following changes:

  * Update debian/.gitignore.

  * Update debian/automake.mk.

  * Correct description in debian/control (it was a cut-and-paste from
    the openvswitch-datapath-source description without editing).

  * Fix up for --with-l26 to --with-linux and datapath/linux-2.6 to
    datapath/linux transitions.

CC: Chuck Short <zulcss@ubuntu.com>
CC: Dave Walker <DaveWalker@ubuntu.com>
Acked-by: Simon Horman <horms@verge.net.au>
AUTHORS
debian/.gitignore
debian/automake.mk
debian/control
debian/dkms.conf.in [new file with mode: 0644]
debian/openvswitch-datapath-dkms.postinst [new file with mode: 0644]
debian/openvswitch-datapath-dkms.prerm [new file with mode: 0644]
debian/rules