debian/0000755000000000000000000000000012221557745007200 5ustar debian/control0000644000000000000000000000154112221557745010604 0ustar Source: python-nmap Section: python Priority: optional Maintainer: Federico Ceratto Uploaders: David Paleino Build-Depends: debhelper (>= 9~) , python-all (>= 2.6.6-3~) , python3-all , nmap Standards-Version: 3.9.4 Homepage: http://xael.org/norman/python/python-nmap/ Vcs-Git: git://git.debian.org/git/collab-maint/python-nmap.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-nmap.git X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 Package: python-nmap Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: Python interface to the Nmap port scanner It helps manipulating nmap scan results and can be useful to systems administrators to automate scanning task and reports. It also supports nmap script outputs. debian/examples0000644000000000000000000000002012221557745010731 0ustar nmap/example.py debian/rules0000755000000000000000000000055612221557745010266 0ustar #!/usr/bin/make -f export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_auto_install: dh_auto_install find $(CURDIR)/debian/ -name "example.py" -delete override_dh_auto_test: # do nothing override_dh_auto_build: for python in $(shell pyversions -r); do \ $$python setup.py build; \ done override_dh_auto_install: dh_auto_install -Spython_distutils debian/changelog0000644000000000000000000000357612221557745011065 0ustar python-nmap (0.3.2-1) unstable; urgency=low * New upstream release. -- Federico Ceratto Sat, 28 Sep 2013 14:55:31 +0100 python-nmap (0.3.1-1) unstable; urgency=low * New upstream release. * dpkg Pre-Depends added. -- Federico Ceratto Wed, 21 Aug 2013 23:37:40 +0100 python-nmap (0.2.7-1) unstable; urgency=low * New upstream release. * Standards-Version bumped to 3.9.4, debhelper dependency bumped to 9 -- Federico Ceratto Wed, 08 May 2013 21:01:42 +0100 python-nmap (0.2.4-1) unstable; urgency=low [ Federico Ceratto ] * Upload to unstable * New upstream release. * Bugfix (Closes: #622991) * Transition to dh_python2 [ David Paleino ] * Acknowledged DMUA flag for Federico. -- David Paleino Mon, 12 Dec 2011 21:03:17 +0100 python-nmap (0.2.2-1) experimental; urgency=low * New upstream release. * Bump Standards-Version to 3.9.1, no changes needed -- David Paleino Sat, 15 Jan 2011 17:19:59 +0100 python-nmap (0.1.4-1) unstable; urgency=low [ Federico Ceratto ] * New upstream release. [ David Paleino ] * debian/control: bump debhelper B-D to >= 7.0.50~ -- David Paleino Thu, 24 Jun 2010 20:38:09 +0200 python-nmap (0.1.3-1) unstable; urgency=low * New upstream release. -- Federico Ceratto Mon, 07 Jun 2010 11:50:56 +0100 python-nmap (0.1.2-1) unstable; urgency=low [ Federico Ceratto ] * New upstream release. [ David Paleino ] * debian/examples added * debian/rules: remove example.py from the module directory -- David Paleino Sun, 06 Jun 2010 17:25:35 +0200 python-nmap (0.1.1-1) unstable; urgency=low * Initial release (Closes: #573107) -- Federico Ceratto Sat, 10 Apr 2010 15:14:58 +0100 debian/compat0000644000000000000000000000000212221557745010376 0ustar 9 debian/watch0000644000000000000000000000011712221557745010230 0ustar version=3 http://xael.org/norman/python/python-nmap/ python-nmap-(.*)\.tar\.gz debian/source/0000755000000000000000000000000012221557745010500 5ustar debian/source/format0000644000000000000000000000001412221557745011706 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001312221557745010045 0ustar README.txt debian/copyright0000644000000000000000000000202512221557745011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: debian/* Copyright: © 2010-2013, Federico Ceratto License: GPL-3+ Files: * Copyright: © 2010, Alexandre Norman License: GPL-3+ License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".