From 18e31094fd9ae75a1e58eff3504f62536066c866 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 3 Oct 2017 10:21:26 -0400 Subject: [pkg] menu-command-not-in-package The menu item specifies a command which is not available in the package. In most cases this is a typo or after you moved a binary around, but forgot to update the menu file. I've moved the menu file to be in the bitmask-qt package. Related: #9030 --- debian/bitmask-qt.menu | 7 +++++++ debian/menu | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 debian/bitmask-qt.menu delete mode 100644 debian/menu (limited to 'debian') diff --git a/debian/bitmask-qt.menu b/debian/bitmask-qt.menu new file mode 100644 index 00000000..c1386645 --- /dev/null +++ b/debian/bitmask-qt.menu @@ -0,0 +1,7 @@ +?package(bitmask):needs="X11"\ + hints="LEAP,Routing,Network Routing,Anonymous,openvpn"\ + section="Applications/System/Security"\ + title="Bitmask, the Internet Encryption Toolkit"\ + command="/usr/bin/bitmask"\ + icon="/usr/share/pixmaps/bitmask-qt.xpm" + diff --git a/debian/menu b/debian/menu deleted file mode 100644 index c1386645..00000000 --- a/debian/menu +++ /dev/null @@ -1,7 +0,0 @@ -?package(bitmask):needs="X11"\ - hints="LEAP,Routing,Network Routing,Anonymous,openvpn"\ - section="Applications/System/Security"\ - title="Bitmask, the Internet Encryption Toolkit"\ - command="/usr/bin/bitmask"\ - icon="/usr/share/pixmaps/bitmask-qt.xpm" - -- cgit v1.2.3