diff --git a/debian/changelog b/debian/changelog index 6ecf0b4..3c128af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ncat-w32 (5.59beta1-1kali3) kali-dev; urgency=medium + + * Add helper-scripts + + -- Ben Wilson Fri, 05 Nov 2021 20:46:53 +0000 + ncat-w32 (5.59beta1-1kali2) kali-dev; urgency=medium * Fix path (Closes: 5547) diff --git a/debian/control b/debian/control index eade466..2383677 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Package: ncat-w32 Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, + kali-defaults, Description: Netcat for the 21st century Ncat is a feature-packed networking utility which reads and writes data across networks from the command line. Ncat was written for the Nmap Project as a diff --git a/debian/helper-script/ncat-w32 b/debian/helper-script/ncat-w32 new file mode 100755 index 0000000..a4f28a9 --- /dev/null +++ b/debian/helper-script/ncat-w32 @@ -0,0 +1,3 @@ +#!/bin/sh + +kali-treecd "/usr/share/windows-resources/ncat/" "ncat-w32" 1 false diff --git a/debian/ncat-w32.install b/debian/ncat-w32.install index 6e634e3..abf2d6f 100644 --- a/debian/ncat-w32.install +++ b/debian/ncat-w32.install @@ -1,2 +1,2 @@ -ncat.exe usr/share/windows-resources/ncat/ -README usr/share/windows-resources/ncat/ +debian/helper-script/* usr/bin/ +ncat.exe README usr/share/windows-resources/ncat/