Bug#890728: nmap: zenmap (as root) .desktop file missing.

David Britton david.britton at canonical.com
Sun Feb 18 04:48:44 UTC 2018


Package: nmap
Version: 7.60-1
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu bionic ubuntu-patch

Dear Maintainer,

Ubuntu Bug reference:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/1263311


*** /tmp/tmpjg9w1z/bug_body

In Ubuntu, the attached patch was applied to achieve the following:

The .desktop file for running zenmap as root does not function correctly
without the 'menu' package that provides the `su-to-root` binary.  This
patch simply adds 'menu' as a dependency of the zenmap binary package.

  * debian/control: Add dependency menu for zenmap. (LP #126331)

Thanks for considering the patch.


-- System Information:
Debian Release: buster/sid
  APT prefers bionic
  APT policy: (500, 'bionic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-32-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
diff -Nru nmap-7.60/debian/control nmap-7.60/debian/control
--- nmap-7.60/debian/control	2018-02-05 09:51:25.000000000 -0700
+++ nmap-7.60/debian/control	2018-02-17 21:19:25.000000000 -0700
@@ -1,8 +1,7 @@
 Source: nmap
 Section: net
 Priority: extra
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
-XSBC-Original-Maintainer: Debian Security Tools Packaging Team <pkg-security-team at lists.alioth.debian.org>
+Maintainer: Debian Security Tools Packaging Team <pkg-security-team at lists.alioth.debian.org>
 Uploaders: Hilko Bengen <bengen at debian.org>,
            Samuel Henrique <samueloph at gmail.com>
 Build-Depends: bison,
@@ -46,6 +45,7 @@
          python (>= 2.5) | python-pysqlite2,
          python-gobject-2 | python-gobject,
          python-gtk2,
+         menu, 
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends}


More information about the Pkg-security-team mailing list