Tue, 28 Aug 2012 18:35:40 +0200
Update version, modernize packaging, accommodate libevent version 2 opaque
evbuffer datatype, port Linux style flock(2) to SVR4, include correct
non BSD and non SVR4 headers in DNS and resolving logic, correctly
include a arc4random(3) implementation for platforms lacking it,
conditionally implement the nonstandard MIN(a,b) macro, and use
parallel make for faster SMP and multicore builds.
michael@518 | 1 | Index: ndiff/setup.py |
michael@518 | 2 | --- ndiff/setup.py.orig 2009-06-24 23:35:54 +0200 |
michael@518 | 3 | +++ ndiff/setup.py 2009-10-18 10:27:48 +0200 |
michael@518 | 4 | @@ -29,5 +29,5 @@ |
michael@518 | 5 | + "Installing your distribution's python-dev package may solve this problem.") |
michael@518 | 6 | |
michael@518 | 7 | distutils.core.setup(name = u"ndiff", scripts = [u"ndiff"], |
michael@518 | 8 | - data_files = [(u"share/man/man1", [u"docs/ndiff.1"])], |
michael@518 | 9 | + data_files = [(u"man/man1", [u"docs/ndiff.1"])], |
michael@518 | 10 | cmdclass = {"install_egg_info": null_command, "install": checked_install}) |