diff options
| author | Ondřej Nový <onovy@debian.org> | 2019-09-13 10:26:09 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2019-09-13 16:50:11 +0000 |
| commit | b3f21f2016f1fdfcdf77162099c66896cdcc87fe (patch) | |
| tree | f6f88887a0b3a1cd27d5dc0ee66eec06cc76c2ad | |
| parent | 2f8fc2ed6fbfcfc21ba075fd7107136488613dd7 (diff) | |
4.4.28-2 (patches unapplied)import/4.4.28-2ubuntu/jammy-develubuntu/jammyubuntu/impish-develubuntu/impishubuntu/hirsute-develubuntu/hirsuteubuntu/groovy-develubuntu/groovyubuntu/focal-proposedubuntu/focal-develubuntu/focaldebian/bullseye
Imported using git-ubuntu import.
Notes
Notes:
* Team upload.
* Drop Python 2 support (Closes: #938287).
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 17 | ||||
| -rw-r--r-- | debian/python-zxcvbn.docs | 1 | ||||
| -rw-r--r--[l---------] | debian/python3-zxcvbn.docs | 2 | ||||
| -rwxr-xr-x | debian/rules | 3 |
5 files changed, 9 insertions, 21 deletions
diff --git a/debian/changelog b/debian/changelog index 03e1fc1..0c42344 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-zxcvbn (4.4.28-2) unstable; urgency=medium + + * Team upload. + * Drop Python 2 support (Closes: #938287). + + -- Ondřej Nový <onovy@debian.org> Fri, 13 Sep 2019 10:26:09 +0200 + python-zxcvbn (4.4.28-1) unstable; urgency=medium [ Sabino Par ] diff --git a/debian/control b/debian/control index 9db5810..25a620c 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,6 @@ Uploaders: Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools, Standards-Version: 4.4.0 @@ -18,21 +16,6 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/python-zxcvbn.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-zxcvbn Testsuite: autopkgtest-pkg-python -Package: python-zxcvbn -Architecture: all -Depends: - ${misc:Depends}, - ${python:Depends}, -Description: Realistic password strength estimator - Python2 module - This is a Python implementation of the library created by the - team at Dropbox. Accepts user data to be added to the dictionaries - that are tested against, gives a score to the password, provides - feedback on the password and ways to improve it, returns time - estimates on how long it would take to guess the password in - different situations - . - This package provides the Python 2 library. - Package: python3-zxcvbn Architecture: all Depends: diff --git a/debian/python-zxcvbn.docs b/debian/python-zxcvbn.docs deleted file mode 100644 index a1320b1..0000000 --- a/debian/python-zxcvbn.docs +++ /dev/null @@ -1 +0,0 @@ -README.rst diff --git a/debian/python3-zxcvbn.docs b/debian/python3-zxcvbn.docs index 3bc9b07..a1320b1 120000..100644 --- a/debian/python3-zxcvbn.docs +++ b/debian/python3-zxcvbn.docs @@ -1 +1 @@ -python-zxcvbn.docs
\ No newline at end of file +README.rst diff --git a/debian/rules b/debian/rules index 184d8e2..d44bd8b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f export PYBUILD_NAME=zxcvbn -export PYBUILD_AFTER_INSTALL_python2=rm -v {destdir}/usr/bin/zxcvbn %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild |
