Codebase list qsslcaudit / d60f339
Initial packaging Sophie Brun 4 years ago
6 changed file(s) with 68 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 qsslcaudit (0.7.1-1kali1) kali-dev; urgency=low
1
2 [ Pavel Nakonechnyi ]
3 * initial build for Kali
4
5 -- Sophie Brun <[email protected]> Wed, 30 Oct 2019 11:02:22 +0100
0 Source: qsslcaudit
1 Section: misc
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), cmake, qtbase5-dev, libgnutls28-dev, libunsafessl-dev
6 Standards-Version: 4.4.1
7 Homepage: https://github.com/gremwell/qsslcaudit
8 Vcs-Git: https://gitlab.com/kalilinux/packages/qsslcaudit.git
9 Vcs-Browser: https://gitlab.com/kalilinux/packages/qsslcaudit
10
11 Package: qsslcaudit
12 Architecture: any
13 Depends: ${misc:Depends}, ${shlibs:Depends}, libunsafessl1.0.2
14 Description: test SSL/TLS clients how secure they are
15 This tool can be used to determine if an application that uses TLS/SSL for its
16 data transfers does this in a secure way.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: qsslcaudit
2 Source: https://github.com/gremwell/qsslcaudit
3
4 Files: *
5 Copyright: 2018 Gremwell
6 License: GPL-3.0+
7
8 Files: debian/*
9 Copyright: 2018 Gremwell
10 2019 Sophie Brun <[email protected]>
11 License: GPL-3.0+
12
13 License: GPL-3.0+
14 This program is free software: you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation, either version 3 of the License, or
17 (at your option) any later version.
18 .
19 This package is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23 .
24 You should have received a copy of the GNU General Public License
25 along with this program. If not, see <https://www.gnu.org/licenses/>.
26 .
27 On Debian systems, the complete text of the GNU General
28 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
0 #!/usr/bin/make -f
1
2 include /usr/share/dpkg/pkg-info.mk
3
4 %:
5 dh $@ --buildsystem=cmake --sourcedirectory=.
6
7 override_dh_auto_configure:
8 echo $(DEB_VERSION_UPSTREAM) > .version
9 dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
10
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%qsslcaudit-$1.tar.gz%" \
2 https://github.com/gremwell/qsslcaudit/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate