Changeset 3051
- Timestamp:
- 06/28/08 10:44:27 (5 years ago)
- Location:
- branch/ubuntu/debian
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
branch/ubuntu/debian/changelog
r3047 r3051 1 umit (0.9.5- ubuntu1) intrepid; urgency=low1 umit (0.9.5-0ubuntu1) intrepid; urgency=low 2 2 3 3 * Initial release (LP: #243532) <nnnn is the bug number of your ITP> -
branch/ubuntu/debian/control
r3047 r3051 3 3 Priority: optional 4 4 Maintainer: Luis A. Bastiao Silva <luis.kop@gmail.com> 5 Build-Depends: debhelper (>= 5) 5 Build-Depends: debhelper (>= 5), python 6 6 Standards-Version: 3.8.0 7 7 8 8 Package: umit 9 9 Architecture: all 10 Depends: nmap , python, python (>= 2.5) | python-pysqlite2, python-central (>= 0.6.1), python-gobject, python-gtk2, dh_python10 Depends: nmap (>=4.50), python, python (>= 2.5) | python-pysqlite2, python-central (>= 0.6.1), python-gobject, python-gtk2 11 11 Description: The project goal is to develop a network scanning frontend that is really useful for advanced users and easy to be used by newbies. With Umit, a network admin could create scan profiles for faster and easier network scanning or even compare scan results to easily see any changes. A regular user will also be able to construct powerful scans with Umit command creator wizards. -
branch/ubuntu/debian/rules
r2979 r3051 75 75 76 76 77 # Build architecture-independent files here.78 binary-indep: build install79 # We have nothing to do by default.80 77 81 78 # Build architecture-dependent files here. 82 79 binary-arch: build install 80 # We have nothing to do by default. 81 82 # Build architecture-independent files here. 83 binary-indep: build install 83 84 dh_testdir 84 85 dh_testroot … … 93 94 # dh_installpam 94 95 # dh_installmime 95 dh_python96 #dh_python 96 97 # dh_installinit 97 98 # dh_installcron … … 109 110 dh_md5sums 110 111 dh_builddeb 111 dh_pycentral112 #dh_pycentral 112 113 113 binary: binary-indep binary-arch 114 .PHONY: build clean binary-indep binary-arch binary install configure 114 binary: binary-indep 115 .PHONY: build clean binary-indep binary install configure 116 #binary: binary-indep binary-arch 117 #.PHONY: build clean binary-indep binary-arch binary install configure
