Codebase list passwordmeter / cbb31a1
Initial release Sophie Brun 3 years ago
7 changed file(s) with 79 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 passwordmeter (0.1.8-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Fri, 06 Nov 2020 08:53:23 +0100
0 Source: passwordmeter
1 Section: python
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 13),
6 dh-python,
7 python3-all,
8 python3-asset,
9 python3-coverage,
10 python3-nose,
11 python3-setuptools
12 Standards-Version: 4.5.0
13 Homepage: https://github.com/cadithealth/passwordmeter
14 Vcs-Browser: https://gitlab.com/kalilinux/packages/passwordmeter
15 Vcs-Git: https://gitlab.com/kalilinux/packages/passwordmeter.git
16 Testsuite: autopkgtest-pkg-python
17 Rules-Requires-Root: no
18
19 Package: python3-passwordmeter
20 Architecture: all
21 Depends: ${misc:Depends}, ${python3:Depends}
22 Description: Password Strength Meter (Python 3)
23 This package contains a configurable, extensible password strength measuring
24 library.
25 .
26 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: passwordmeter
2 Source: https://github.com/cadithealth/passwordmeter
3
4 Files: *
5 Copyright: 2013 Cadit Health Inc.
6 License: Expat
7
8 Files: debian/*
9 Copyright: 2020 Sophie Brun <[email protected]>
10 License: Expat
11
12 License: Expat
13 Permission is hereby granted, free of charge, to any person obtaining a
14 copy of this software and associated documentation files (the
15 "Software"), to deal in the Software without restriction, including
16 without limitation the rights to use, copy, modify, merge, publish,
17 distribute, sublicense, and/or sell copies of the Software, and to permit
18 persons to whom the Software is furnished to do so, subject to the
19 following conditions:
20 .
21 The above copyright notice and this permission notice shall be included
22 in all copies or substantial portions of the Software.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
25 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
27 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
28 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
29 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
30 USE OR OTHER DEALINGS IN THE SOFTWARE.
0 #!/usr/bin/make -f
1 #export DH_VERBOSE = 1
2
3 export PYBUILD_NAME=passwordmeter
4
5 %:
6 dh $@ --with python3 --buildsystem=pybuild
7
8 override_dh_auto_test:
9 #disable failing test
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%passwordmeter-$1.tar.gz%" \
2 https://github.com/cadithealth/passwordmeter/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate