Your message dated Tue, 10 Jul 2018 01:04:15 +0000
with message-id <e1fch4h-000bfs...@fasolo.debian.org>
and subject line Bug#903187: fixed in pyjwt 1.6.4-1
has caused the Debian Bug report #903187,
regarding pyjwt: FTBFS in buster/sid (dh_installdocs: Cannot find "README.md")
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
903187: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903187
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pyjwt
Version: 1.5.3+ds1-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2,python3 --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config 
running config
I: pybuild base:217: python3.6 setup.py config 
running config
/usr/lib/python3/dist-packages/setuptools/depends.py:2: DeprecationWarning: the 
imp module is deprecated in favour of importlib; see the module's documentation 
for alternative uses
  import imp
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<BUILDDIR>>/pyjwt-1.5.3+ds1'
dh_auto_build
I: pybuild base:217: /usr/bin/python setup.py build 

[... snipped ...]

copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/__main__.cpython-36.pyc
 -> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__
copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/utils.cpython-36.pyc
 -> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__
copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/__init__.cpython-36.pyc
 -> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__
copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/api_jws.cpython-36.pyc
 -> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__
copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/exceptions.cpython-36.pyc
 -> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__
copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/api_jwt.cpython-36.pyc
 -> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__
copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/algorithms.cpython-36.pyc
 -> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__
copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/compat.cpython-36.pyc
 -> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__
copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/exceptions.py 
-> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt
copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__main__.py 
-> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt
copying 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__init__.py 
-> 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/compat.py
 to compat.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/algorithms.py
 to algorithms.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/api_jws.py
 to api_jws.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/api_jwt.py
 to api_jwt.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/contrib/algorithms/pycrypto.py
 to pycrypto.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/contrib/algorithms/py_ecdsa.py
 to py_ecdsa.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/contrib/algorithms/__init__.py
 to __init__.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/contrib/__init__.py
 to __init__.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/utils.py
 to utils.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/exceptions.py
 to exceptions.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__main__.py
 to __main__.cpython-36.pyc
byte-compiling 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__init__.py
 to __init__.cpython-36.pyc
running install_egg_info
running egg_info
writing PyJWT.egg-info/PKG-INFO
writing dependency_links to PyJWT.egg-info/dependency_links.txt
writing entry points to PyJWT.egg-info/entry_points.txt
writing requirements to PyJWT.egg-info/requires.txt
writing top-level names to PyJWT.egg-info/top_level.txt
reading manifest file 'PyJWT.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
/usr/lib/python3/dist-packages/setuptools/depends.py:2: DeprecationWarning: the 
imp module is deprecated in favour of importlib; see the module's documentation 
for alternative uses
  import imp
warning: no previously-included files matching '__pycache__' found under 
directory '*'
warning: no previously-included files matching '*.py[co]' found under directory 
'*'
writing manifest file 'PyJWT.egg-info/SOURCES.txt'
Copying PyJWT.egg-info to 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/PyJWT-1.5.3.egg-info
Skipping SOURCES.txt
running install_scripts
Installing pyjwt script to 
/<<BUILDDIR>>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/bin
mv debian/python3-jwt/usr/bin/pyjwt debian/python3-jwt/usr/bin/pyjwt3
make[1]: Leaving directory '/<<BUILDDIR>>/pyjwt-1.5.3+ds1'
   dh_installdocs -i -O--buildsystem=pybuild
dh_installdocs: Cannot find (any matches for) "README.md" (tried in .)

debian/rules:8: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess 
returned exit status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -A" in my autobuilder
but it also fails in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pyjwt.html

[ Note: There has been a recent change in debhelper behaviour, the current
  behaviour is the intended one. See Bug #903133 for details ].

Thanks.

--- End Message ---
--- Begin Message ---
Source: pyjwt
Source-Version: 1.6.4-1

We believe that the bug you reported is fixed in the latest version of
pyjwt, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 903...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniele Tricoli <er...@mornie.org> (supplier of updated pyjwt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 10 Jul 2018 02:30:49 +0200
Source: pyjwt
Binary: python-jwt python3-jwt
Architecture: source all
Version: 1.6.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Daniele Tricoli <er...@mornie.org>
Description:
 python-jwt - Python implementation of JSON Web Token
 python3-jwt - Python 3 implementation of JSON Web Token
Closes: 903187
Changes:
 pyjwt (1.6.4-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
   * d/watch: Use https protocol
   * d/control: Remove ancient X-Python-Version field
   * d/control: Remove ancient X-Python3-Version field
 .
   [ Daniele Tricoli ]
   * New upstream release.
   * No need to repack upstream tarball since bytecode is not included anymore.
   * Update debhelper compat level to 11.
   * debian/clean
     - Add .pytest_cache.
   * debian/control
     - Bump python-all to >= 2.7 since upstream dropped Python 2.6 support.
     - Bump Standards-Version to 4.1.5 (no changes needed).
   * debian/copyright
     - Update copyright years.
   * debian/docs
     - Update README extension. (Closes: #903187)
   * debian/pyjwt.1
     - Update manpage.
Checksums-Sha1:
 ef4d23715ce4da4da46238d4ffb2c271982d636e 2491 pyjwt_1.6.4-1.dsc
 af424e0851954b6f2cdbdf7b561b5ffae7c38464 41694 pyjwt_1.6.4.orig.tar.gz
 9fc081f613dc52183405954b9fc688c2849e33d6 4500 pyjwt_1.6.4-1.debian.tar.xz
 7a17d3c07bb278340ee1d3bf7caa0445bcc67595 8444 pyjwt_1.6.4-1_amd64.buildinfo
 148dedf272c1c998269aa8a5ce6c33562d2cf0a9 20388 python-jwt_1.6.4-1_all.deb
 8945a096401cc6e085f511f385e590a9b288b455 20260 python3-jwt_1.6.4-1_all.deb
Checksums-Sha256:
 750d3eb0d53fece0a6315e29bb494716841829918692192d80e2138a6ee1a2be 2491 
pyjwt_1.6.4-1.dsc
 4ee413b357d53fd3fb44704577afac88e72e878716116270d722723d65b42176 41694 
pyjwt_1.6.4.orig.tar.gz
 ff8bf3d49fec096e685b52ff66731ae927fbea9b7b5824b22acd8b91037d0215 4500 
pyjwt_1.6.4-1.debian.tar.xz
 e566b47931cc49c441254f6e48e8729941df58fcfeb3748ff3e54f23d7c90d63 8444 
pyjwt_1.6.4-1_amd64.buildinfo
 18c459c6ddc2d25e6ae6c0fa785752a2f125a4a3d13e94fdf594c09930292877 20388 
python-jwt_1.6.4-1_all.deb
 3146ebad32c9b565d2140a94e2eb1eece5ab3c83cf4f935f8ee39a5deeb4877b 20260 
python3-jwt_1.6.4-1_all.deb
Files:
 edc500ce95fd2c41adf689911d19459e 2491 python optional pyjwt_1.6.4-1.dsc
 2731c6b66b67b95d1944f072f5fa35a9 41694 python optional pyjwt_1.6.4.orig.tar.gz
 8febcfe214db83b7e1200bd887204efe 4500 python optional 
pyjwt_1.6.4-1.debian.tar.xz
 045290548ff05f8a5a144d62fec99a2b 8444 python optional 
pyjwt_1.6.4-1_amd64.buildinfo
 9c9fb8b0f3cd7d19f22073f13cf5ebfc 20388 python optional 
python-jwt_1.6.4-1_all.deb
 c84a1afdfb7fc781cfa626d1798be0ce 20260 python optional 
python3-jwt_1.6.4-1_all.deb

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEExlrvn+W/jMvW7bAZi69SLA1szt0FAltEADcRHGVyaW9sQG1v
cm5pZS5vcmcACgkQi69SLA1szt2QaBAAr0BMqNbNzP/k4jzCR9phE2zxkgenJGXS
ZClLWXLdwWF8SyUmtKUydTh38Z5OTwyDhS7r/sa9FOKw+391N4SY3qm6YMprxu9y
G8MLb5W8vF1tIIIWo1deDldIIDUDc3XcAmvpRWLH2dd+jxmMBknD4NJfvPOzmw+j
SrXGniPDZOYgahIwH6LgxcUHw6dBEPdXZBFtg0TUSDCmP700IgTswW9ikA3FYFXN
bVLwyw9bwBKAA0ky4JYJ3I0VRbgz2qvUODhHNMYYe2xJ0CpHom1gEe+IlIRG7jG8
t5zyJ+JjKFmSqaL7iH6W+HbS1OE06jPt95shfEwqHyqW6RA8yDlyPtcOEARNHDRw
x+4VJEZDi6fjmoXzUh4SZyOGZj8SHagDhWlyMy392gG4wARmSDILKvz5rWC6A/BP
KVp9G8U6zqk4fxzir1fcJ/cGw8xmOIYVa4VwWgqrwF+rH8R9toIqS39YOi0wZ2K3
wbkSDQHxL+QeToIiuVo1Z0afuFX9IF+PdhmVkfyL78wsTa3kXQK+T7E0Ueknr3WL
PaSnDGw0fQe0e+o3dSvSmK7c+SoM50JB7CB5l13T9ua3IUp/f3L0qPCp42k9+dkI
7qKW+hbHEV0NEMT4ScW61N7uwlm6QrX8YIizXz5E0xn8WxdHK4wMIAaXQ6RDFPR8
ZU3gwVkHuGU=
=SFmF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to