On Mon, Oct 31, 2011 at 05:00:34PM -0700, Ansis Atteka wrote: > Some areas where I would like to get other expertise: > > 1. Does the wildcard star in python-openvswitch.install file really > work? Because compat directory was not present in python-openvswitch > package anyway. Maybe there is an edge case with some specific python > versions which I missed?
It works (AFAIK) but this actually applies to the files installed into debian/tmp, not the files in the source directory. We don't install python/compat into debian/tmp so they don't show up. > 2. Is there a real need to have DEBIAN/postinst script that would > pycompile openvswitch-test python module? There's no real need but no real cost either AFAIK. It's customary. > 3. Also take a look at openvswitch-test.install file, whether it is > correct. The generated package looks OK so I think it must be correct enough. > 3. The old ovs-vlan-test utility is still there, because I did not try > to figure out yet how to add ovs-test in Xen or RH packaging; It's not going to be easy because of the additional dependencies so I think that the first step should just be to document why the two exist and why one would choose one or the other. Thanks, Ben. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
