Codebase list nextnet / c11a97b
Initial release Sophie Brun 4 years ago
7 changed file(s) with 74 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 nextnet (0.0.2-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Wed, 26 Feb 2020 10:37:18 +0100
0 Source: nextnet
1 Section: misc
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), dh-golang, golang-go, golang-golang-x-time-dev
6 Standards-Version: 4.5.0
7 Homepage: https://github.com/hdm/nextnet
8 Vcs-Browser: https://gitlab.com/kalilinux/nextnet
9 Vcs-Git: https://gitlab.com/kalilinux/nextnet.git
10 XS-Go-Import-Path: github.com/hdm/nextnet
11
12 Package: nextnet
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Built-Using: ${misc:Built-Using}
16 Description: pivot point discovery tool in Go
17 This package contains a pivot point discovery tool written in Go.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: nextnet
2 Source: https://github.com/hdm/nextnet
3
4 Files: *
5 Copyright: 2018, HD Moore
6 License: BSD-2-clause
7
8 Files: debian/*
9 Copyright: 2020 Sophie Brun <[email protected]>
10 License: BSD-2-clause
11
12 License: BSD-2-clause
13 All rights reserved.
14 .
15 Redistribution and use in source and binary forms, with or without
16 modification, are permitted provided that the following conditions are met:
17 .
18 * Redistributions of source code must retain the above copyright notice, this
19 list of conditions and the following disclaimer.
20 .
21 * Redistributions in binary form must reproduce the above copyright notice,
22 this list of conditions and the following disclaimer in the documentation
23 and/or other materials provided with the distribution.
24 .
25 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1 #export DH_VERBOSE = 1
2
3 #export DH_GOPKG := github.com/hdm/nextnet
4
5 %:
6 dh $@ --buildsystem=golang --with=golang
7
8 override_dh_auto_install:
9 dh_auto_install -- --no-source
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%nextnet-$1.tar.gz%" \
2 https://github.com/hdm/nextnet/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate