nmap/nmap.patch

Tue, 28 Aug 2012 19:00:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 19:00:50 +0200
changeset 629
27f852b7efd2
permissions
-rw-r--r--

Update version, use parallel make, and replace Lempel-Ziv with
Burrows–Wheeler source compression. The version update implies
removal of all patch code as it was integrated in the release.

     1 Index: ndiff/setup.py
     2 --- ndiff/setup.py.orig	2009-06-24 23:35:54 +0200
     3 +++ ndiff/setup.py	2009-10-18 10:27:48 +0200
     4 @@ -29,5 +29,5 @@
     5                  + "Installing your distribution's python-dev package may solve this problem.")
     7  distutils.core.setup(name = u"ndiff", scripts = [u"ndiff"],
     8 -    data_files = [(u"share/man/man1", [u"docs/ndiff.1"])],
     9 +    data_files = [(u"man/man1", [u"docs/ndiff.1"])],
    10      cmdclass = {"install_egg_info": null_command, "install": checked_install})

mercurial