Changeset 3051

Show
Ignore:
Timestamp:
06/28/08 10:44:27 (5 years ago)
Author:
luis
Message:

now only have one warning on revu - 8.10 intrepid

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=low 
     1umit (0.9.5-0ubuntu1) intrepid; urgency=low 
    22 
    33  * Initial release (LP: #243532)  <nnnn is the bug number of your ITP> 
  • branch/ubuntu/debian/control

    r3047 r3051  
    33Priority: optional 
    44Maintainer: Luis A. Bastiao Silva <luis.kop@gmail.com> 
    5 Build-Depends: debhelper (>= 5) 
     5Build-Depends: debhelper (>= 5), python 
    66Standards-Version: 3.8.0 
    77 
    88Package: umit 
    99Architecture: all 
    10 Depends: nmap, python, python (>= 2.5) | python-pysqlite2, python-central (>= 0.6.1), python-gobject, python-gtk2, dh_python 
     10Depends: nmap (>=4.50), python, python (>= 2.5) | python-pysqlite2, python-central (>= 0.6.1), python-gobject, python-gtk2 
    1111Description: 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  
    7575 
    7676 
    77 # Build architecture-independent files here. 
    78 binary-indep: build install 
    79 # We have nothing to do by default. 
    8077 
    8178# Build architecture-dependent files here. 
    8279binary-arch: build install 
     80# We have nothing to do by default. 
     81 
     82# Build architecture-independent files here. 
     83binary-indep: build install 
    8384        dh_testdir 
    8485        dh_testroot 
     
    9394#       dh_installpam 
    9495#       dh_installmime 
    95         dh_python 
     96        #dh_python 
    9697#       dh_installinit 
    9798#       dh_installcron 
     
    109110        dh_md5sums 
    110111        dh_builddeb 
    111         dh_pycentral 
     112        #dh_pycentral 
    112113 
    113 binary: binary-indep binary-arch 
    114 .PHONY: build clean binary-indep binary-arch binary install configure 
     114binary: 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