Changeset 3434
- Timestamp:
- 08/14/08 18:21:55 (5 years ago)
- Location:
- branch/ubuntu/debian
- Files:
-
- 4 added
- 12 modified
-
changelog (modified) (1 diff)
-
control (modified) (2 diffs)
-
copyright (modified) (3 diffs)
-
files (modified) (1 diff)
-
install (modified) (1 diff)
-
menu (modified) (1 diff)
-
patches/bugregister.patch (added)
-
patches/paths.patch (added)
-
patches/root.patch (added)
-
patches/setup.patch (added)
-
rules (modified) (1 diff)
-
umit.1 (modified) (1 diff)
-
umit.postinst.debhelper (modified) (1 diff)
-
umit.prerm.debhelper (modified) (1 diff)
-
umit.substvars (modified) (1 diff)
-
watch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/ubuntu/debian/changelog
r3195 r3434 1 umit (0.9.5 ~RC2-0ubuntu1) intrepid; urgency=low1 umit (0.9.5-0ubuntu1) intrepid; urgency=low 2 2 3 3 * Initial release (LP: #243532) 4 4 5 -- Luis <luis.kop@gmail.com> Mon, 12 May 2008 21:08:14 +0100 6 5 -- Luis A. Bastiao Silva <luis.kop@gmail.com> Tue, 05 Aug 2008 18:48:42 +0100 -
branch/ubuntu/debian/control
r3195 r3434 3 3 Priority: optional 4 4 Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com> 5 Build-Depends: debhelper (>= 5), python, python-central (>= 0.6.1)6 Build-Depends-Indep: python-central 5 Build-Depends: debhelper (>= 5), python, cdbs (>= 0.4.49) 6 Build-Depends-Indep: python-central (>= 0.6.1) 7 7 XSBC-Original-Maintainer: Luis A. Bastiao Silva <luis.kop@gmail.com> 8 8 XS-Python-Version: current 9 XB-Python-Version: current10 9 Standards-Version: 3.8.0 11 10 Homepage: http://www.umitproject.org … … 13 12 Package: umit 14 13 Architecture: all 15 Depends: ${python:Depends}, nmap (>=4.50), python, python (>= 2.5) |python-pysqlite2, python-gobject14 Depends: ${python:Depends}, python-gnome2-extras, nmap (>= 4.50), python-gtk2, python-pysqlite2, python-gobject 16 15 XB-Python-Version: ${python:Versions} 17 Suggests: python-psyco18 Description: Network tool and graphical frontend for nmap19 Scan the hosts in your network discovering open ports ,20 services and operating systems they're running.21 With Umit, you have all the power provided by Nmap through its regular22 command line interface, and a lot more in a highly usable and portable23 Graphical Interface.24 16 Recommends: python-psyco 17 Description: network tool and graphical frontend for nmap 18 Scan the hosts in your network discovering open ports and the services and 19 operating systems that they are running. 20 . 21 With umit, you have all the power provided by nmap through its regular 22 command line interface, and a lot more, in a highly usable and portable 23 graphical interface. -
branch/ubuntu/debian/copyright
r3195 r3434 1 This package was debianized by Luis <luis.kop@gmail.com> on2 Mon, 12 May2008 21:08:14 +0100.1 This package was debianized by Luis A. Bastião Silva <luis.kop@gmail.com> on 2 Mon, 05 Aug 2008 21:08:14 +0100. 3 3 4 4 It was downloaded from http://downloads.sourceforge.net/umit/ 5 5 6 Upstream Author: 6 Upstream Author: 7 7 8 8 Adriano Monteiro Marques <adriano@umitproject.org> … … 10 10 Frederico Silva Ribeiro <ribeiro.fsilva@gmail.com> 11 11 Guilherme Polo <ggpolo@gmail.com> 12 Martin v. Löwis <loewis@informatik.hu-berlin.de> 12 13 13 14 15 Copyright: 14 16 15 Copyright: 16 Copyright (C) 2005-2006 Insecure.Com LLC. 17 Copyright (C) 2007-2008 Adriano Monteiro Marques 17 Copyright © 2005-2006 Insecure.Com LLC. 18 Copyright © 2007-2008 Adriano Monteiro Marques 18 19 19 20 … … 38 39 Public License can be found in `/usr/share/common-licenses/GPL-2'. 39 40 40 Files inside higwidgets/ are under LGPLv2 41 Files inside higwidgets/ are under LGPLv2.1 41 42 On Debian/Ubuntu systems the full text of the LGPL version 2.1 can be found in 42 43 /usr/share/common-licenses/LGPL-2.1 43 44 45 File utils/msgfmt.py is under PSF LICENSE v2, which is reproduced below: 46 47 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 48 -------------------------------------------- 49 50 1. This LICENSE AGREEMENT is between the Python Software Foundation 51 ("PSF"), and the Individual or Organization ("Licensee") accessing and 52 otherwise using this software ("Python") in source or binary form and 53 its associated documentation. 54 55 2. Subject to the terms and conditions of this License Agreement, PSF 56 hereby grants Licensee a nonexclusive, royalty-free, world-wide 57 license to reproduce, analyze, test, perform and/or display publicly, 58 prepare derivative works, distribute, and otherwise use Python 59 alone or in any derivative version, provided, however, that PSF's 60 License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 61 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation; 62 All Rights Reserved" are retained in Python alone or in any derivative 63 version prepared by Licensee. 64 65 3. In the event Licensee prepares a derivative work that is based on 66 or incorporates Python or any part thereof, and wants to make 67 the derivative work available to others as provided herein, then 68 Licensee hereby agrees to include in any such work a brief summary of 69 the changes made to Python. 70 71 4. PSF is making Python available to Licensee on an "AS IS" 72 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 73 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND 74 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 75 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT 76 INFRINGE ANY THIRD PARTY RIGHTS. 77 78 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 79 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 80 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, 81 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 82 83 6. This License Agreement will automatically terminate upon a material 84 breach of its terms and conditions. 85 86 7. Nothing in this License Agreement shall be deemed to create any 87 relationship of agency, partnership, or joint venture between PSF and 88 Licensee. This License Agreement does not grant permission to use PSF 89 trademarks or trade name in a trademark sense to endorse or promote 90 products or services of Licensee, or any third party. 91 92 8. By copying, installing or otherwise using Python, Licensee 93 agrees to be bound by the terms and conditions of this License 94 Agreement. 44 95 45 96 97 The Debian packaging is © 2008, Luis A. Bastião Silva <luis.kop@gmail.com> and 98 is licensed under version 2 of the GPL, see `/usr/share/common-licenses/GPL-2'. -
branch/ubuntu/debian/files
r2963 r3434 1 umit_0.9.5- 1_all.deb net optional1 umit_0.9.5-0ubuntu1_all.deb net optional -
branch/ubuntu/debian/install
r3202 r3434 1 debian/umit.desktop usr/share/applications/ 2 debian/umit-root.desktop usr/share/applications/ 1 debian/*.desktop usr/share/applications/ -
branch/ubuntu/debian/menu
r3202 r3434 1 ?package(umit): needs="X11" section="Applications/Network/Communication"\2 title=" umit" command="/usr/bin/umit"\1 ?package(umit): needs="X11" section="Applications/Network" \ 2 title="Umit Network Scanner" command="/usr/bin/umit" \ 3 3 icon="/usr/share/pixmaps/umit/umit-menu.xpm" 4 -
branch/ubuntu/debian/rules
r3195 r3434 1 1 #!/usr/bin/make -f 2 2 3 PYDEF=$(shell pyversions -d) 4 PYVERS=$(shell pyversions -d) 3 DEB_PYTHON_SYSTEM=pycentral 5 4 6 patch: patch-stamp 7 patch-stamp: 8 dh_testdir 9 @patches=debian/patches/*.patch; for patch in $$patches; do \ 10 test -f $$patch || continue; \ 11 echo "Applying $$patch"; \ 12 patch -stuN -p1 < $$patch || exit 1; \ 13 done 14 touch $@ 5 include /usr/share/cdbs/1/rules/debhelper.mk 6 include /usr/share/cdbs/1/class/python-distutils.mk 7 include /usr/share/cdbs/1/rules/simple-patchsys.mk 15 8 16 unpatch: 17 dh_testdir 18 @if test -f patch-stamp; then \ 19 patches=debian/patches/*.patch; \ 20 for patch in $$patches; do \ 21 reversepatches="$$patch $$reversepatches"; \ 22 done; \ 23 for patch in $$reversepatches; do \ 24 test -f $$patch || continue; \ 25 echo "Reversing $$patch"; \ 26 patch -suRf -p1 < $$patch || exit 1; \ 27 done; \ 28 rm -f patch-stamp; \ 29 fi 9 DEB_INSTALL_MANPAGES_umit = debian/umit.1 10 DEB_PYTHON_INSTALL_ARGS_ALL = --install-lib=usr/share/umit 30 11 31 32 33 34 configure: configure-stamp 35 configure-stamp: 36 dh_testdir 37 touch configure-stamp 38 39 build: patch-stamp build-stamp 40 41 build-stamp: configure-stamp 42 dh_testdir 43 set -e; \ 44 for python in $(PYVERS); do \ 45 python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \ 46 $$python setup.py build; \ 47 done 48 touch build-stamp 49 50 clean: clean-source unpatch 51 clean-source: 52 dh_testdir 53 dh_testroot 54 rm -f build-stamp configure-stamp 55 dh_clean 56 57 for python in $(PYVERS); do \ 58 python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \ 59 $$python setup.py clean; \ 60 done 61 find . -name "*.pyc" -exec rm {} \; 12 clean:: 13 rm -rf build 62 14 find share/locale -name "umit.mo" -exec rm {} \; 63 64 65 install:build66 dh_testdir67 dh_clean -k68 dh_installdirs69 70 mkdir -p $(CURDIR)/debian/umit71 set -e; \72 73 74 for python in $(PYVERS); do \75 python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \76 $$python setup.py install --prefix=/usr --root=$(CURDIR)/debian/umit --install-lib=usr/share/umit; \77 done78 79 dh_install80 15 81 # Silent Warnings: 82 find . -name "*.pyc" -exec rm {} \; 83 find $(CURDIR)/debian/umit/usr/share -type f -exec chmod -x {} \; 84 rm -rf $(CURDIR)/debian/umit/usr/lib 85 86 binary-arch: build install 87 88 binary-indep: build install 89 90 dh_testdir 91 dh_testroot 92 dh_installchangelogs debian/changelog 93 dh_installmenu 94 dh_desktop 95 dh_installman debian/umit.1 96 dh_installdocs 97 dh_pycentral 98 dh_compress 99 dh_fixperms 100 dh_installdeb 101 dh_gencontrol 102 dh_md5sums 103 dh_builddeb 104 105 binary: binary-indep 106 107 get-orig-source: 108 uscan --verbose --force-download --no-symlink 109 110 111 .PHONY: patch unpatch get-orig-source build clean binary-indep binary install configure 16 install/umit:: 17 # Silent lintian warnings 18 chmod -x debian/umit/usr/share/pixmaps/umit/* 19 chmod -x debian/umit/usr/share/umit/config/* 20 chmod -x debian/umit/usr/share/umit/misc/* 21 chmod -x debian/umit/usr/share/umit/umitCore/* 22 chmod -x debian/umit/usr/share/umit/*egg* 23 find debian/umit/usr/share/locale -name "umit.mo" -exec chmod -x {} \; 24 rm -rf debian/umit/usr/lib/python-support -
branch/ubuntu/debian/umit.1
r3202 r3434 1 .TH "Umit" 1 1 .TH UMIT 1 "August 07, 2008" 2 2 3 .SH NAME 3 Umit \- Network tool and port scanner 4 umit \- network tool and port scanner 5 4 6 .SH SYNOPSIS 5 .B umit 7 \fBumit\fP 8 6 9 .SH DESCRIPTION 7 8 Scan the hosts in your network discovering open ports, 9 services and operating systems they're running. 10 With Umit, you have all the power provided by Nmap through its regular11 command line interface, and a lot more in a highly usable and portable12 Graphical Interface. 13 A regular user will also be able to construct powerful scans with Umit command creatorwizards.10 \fBumit\fP scans the hosts in your network discovering open ports and the 11 services and operating systems that they are running. 12 .PP 13 With \fBumit\fP, you have all the power provided by \fBnmap\fP 14 through its regular command line interface, and a lot more, in a highly usable 15 and portable graphical interface. A regular user will be able to 16 construct powerful scans with \fBumit\fP's command creatiop wizards. 14 17 15 18 .SH FILES 19 .TP 16 20 ~/.umit 21 Stores configuration settings for \fBumit\fP. 17 22 18 Stores configuration settings for Umit 23 .SH BUGS 24 Please report bugs at http://trac.umitproject.org. 19 25 20 .SH "SEE ALSO"26 .SH SEE ALSO 21 27 http://www.umitproject.org 22 28 23 .SH BUGS 24 Please report bugs at http://trac.umitproject.org 25 26 .SH AUTHOR 27 29 .SH AUTHORS 28 30 Adriano Monteiro Marques <adriano@umitproject.org> 29 31 -
branch/ubuntu/debian/umit.postinst.debhelper
r2963 r3434 1 # Automatically added by dh_python 2 PYTHON=python2.5 3 if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then 4 DIRLIST=" /usr/lib/python2.5/site-packages" 5 for i in $DIRLIST ; do 6 $PYTHON /usr/lib/$PYTHON/compileall.py -q $i 7 done 1 # Automatically added by dh_installmenu 2 if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then 3 update-menus 8 4 fi 9 5 # End automatically added section -
branch/ubuntu/debian/umit.prerm.debhelper
r2963 r3434 1 # Automatically added by dh_python2 dpkg -L umit |3 awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |4 xargs rm -f >&25 # End automatically added section6 1 # Automatically added by dh_pycentral 7 2 case "$1" in remove|upgrade) -
branch/ubuntu/debian/umit.substvars
r2963 r3434 1 python:Versions= 2.52 python:Depends=python (>= 2.5), python-central (>= 0.6.5), python (<< 2.6)1 python:Versions=current 2 python:Depends=python, python-central (>= 0.6.5) -
branch/ubuntu/debian/watch
r3202 r3434 1 1 version=3 2 http://sf.net/umit/umit- 0(.*)\.tar\.gz2 http://sf.net/umit/umit-(0|1)\.([0-9])\.([0-9])\.tar\.gz
