debian: Break rules for datapath module out of debian/rules.
authorBen Pfaff <blp@nicira.com>
Tue, 15 Dec 2009 18:19:03 +0000 (10:19 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 15 Dec 2009 21:11:59 +0000 (13:11 -0800)
commita84edf5408291651f21d519df206ea6182b92dfc
treea83f21f1edfc6d827db78a8b703ec8b83e4ef9a5
parentcf3a5d915f8d4d0d1a7774430db4f11f161fea70
debian: Break rules for datapath module out of debian/rules.

debian/rules included makefiles from /usr/share/modass/include.
Unfortunately these makefiles set some environment variables to values that
we do not want in the general Debian build, e.g. on this machine they set
CC to gcc-4.1.  It appears that it is generally good practice to break
out the kernel module rules from the general-purpose rules anyhow, so this
commit does so.
debian/openvswitch-datapath-source.install
debian/po/templates.pot
debian/rules
debian/rules.modules [new file with mode: 0755]