diff -Nru nmap-7.01/debian/changelog nmap-7.01/debian/changelog --- nmap-7.01/debian/changelog 2015-12-20 15:37:32.000000000 +0000 +++ nmap-7.01/debian/changelog 2016-01-24 19:57:24.000000000 +0000 @@ -1,3 +1,11 @@ +nmap (7.01-2) unstable; urgency=medium + + * Remove unneeded build-dependencies; add dh-python + * Simplify install + * Add Lintian overrides for python-script-but-no-python-dep + + -- Hilko Bengen Sun, 24 Jan 2016 20:57:21 +0100 + nmap (7.01-1) unstable; urgency=medium * New upstream version diff -Nru nmap-7.01/debian/control nmap-7.01/debian/control --- nmap-7.01/debian/control 2015-12-20 15:36:46.000000000 +0000 +++ nmap-7.01/debian/control 2016-01-24 19:56:46.000000000 +0000 @@ -2,8 +2,8 @@ Section: net Priority: extra Maintainer: Hilko Bengen -Build-Depends: debhelper (>=9), dh-autoreconf, autotools-dev, - binutils-dev, +Build-Depends: debhelper (>=9), dh-autoreconf, + dh-python, bison, flex, libgtk2.0-dev, @@ -13,9 +13,7 @@ libpcre3-dev, libssl-dev, python (>=2.3.5-7), - python-all-dev, Standards-Version: 3.9.6 -XS-Python-Version: all Homepage: http://nmap.org/ Vcs-Git: git://anonscm.debian.org/users/bengen/nmap.git Vcs-Browser: http://anonscm.debian.org/cgit/users/bengen/nmap.git diff -Nru nmap-7.01/debian/ndiff.lintian-overrides nmap-7.01/debian/ndiff.lintian-overrides --- nmap-7.01/debian/ndiff.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ nmap-7.01/debian/ndiff.lintian-overrides 2016-01-24 19:56:51.000000000 +0000 @@ -0,0 +1,2 @@ +# Workaround for #743599 +ndiff: python-script-but-no-python-dep usr/bin/ndiff diff -Nru nmap-7.01/debian/rules nmap-7.01/debian/rules --- nmap-7.01/debian/rules 2015-11-19 22:11:19.000000000 +0000 +++ nmap-7.01/debian/rules 2016-01-24 19:56:47.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with=autotools_dev,autoreconf,python2 --parallel + dh $@ --with=autoreconf,python2 --parallel override_dh_auto_configure: dh_auto_configure -- --with-liblua --with-liblinear --enable-ipv6 @@ -16,5 +16,5 @@ dh_autoreconf autoconf override_dh_install: - dh_install --fail-missing -X/usr/bin/uninstall_ -Xca-bundle.crt - rm -f debian/zenmap/usr/lib/python2.7/*/ndiff.py + dh_install --fail-missing -X/usr/bin/uninstall_ -Xca-bundle.crt -X.pyc + diff -Nru nmap-7.01/debian/zenmap.install nmap-7.01/debian/zenmap.install --- nmap-7.01/debian/zenmap.install 2015-11-19 21:33:44.000000000 +0000 +++ nmap-7.01/debian/zenmap.install 2016-01-24 19:56:47.000000000 +0000 @@ -4,4 +4,5 @@ usr/share/applications/zenmap* usr/share/man/man1/zenmap.1 usr/share/zenmap -usr/lib/python* +usr/lib/python2.7/site-packages/zenmap* +usr/lib/python2.7/site-packages/radialnet diff -Nru nmap-7.01/debian/zenmap.lintian-overrides nmap-7.01/debian/zenmap.lintian-overrides --- nmap-7.01/debian/zenmap.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ nmap-7.01/debian/zenmap.lintian-overrides 2016-01-24 19:56:51.000000000 +0000 @@ -0,0 +1,2 @@ +# Workaround for #743599 +zenmap: python-script-but-no-python-dep usr/bin/zenmap