diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5e68520..205e0c3 100644 --- a/debian/control +++ b/debian/control @@ -17,9 +17,13 @@ Build-Depends: bison, libpcre2-dev, libssh2-1-dev, libssl-dev, - zlib1g-dev, lua-lpeg-dev, python3, + python3-gi, + gir1.2-gtk-3.0, + gir1.2-pango-1.0, + gir1.2-glib-2.0, + gir1.2-gdkpixbuf-2.0, Build-Depends-Indep: default-jdk-headless, gcc-mingw-w64-i686 Standards-Version: 4.6.2 @@ -65,6 +69,24 @@ Description: Architecture independent files for nmap . This package contains the nmap files shared by all architectures. +Package: zenmap +Architecture: all +Depends: ndiff, + nmap, + python3-gi, + gir1.2-gtk-3.0, + gir1.2-pango-1.0, + gir1.2-glib-2.0, + gir1.2-gdkpixbuf-2.0, + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} +Recommends: pkexec +Description: The Network Mapper Front End + Zenmap is an Nmap frontend. It is meant to be useful for advanced users + and to make Nmap easy to use by beginners. It was originally derived + from Umit, an Nmap GUI created as part of the Google Summer of Code. + Package: ndiff Architecture: all Recommends: nmap |