Your message dated Mon, 14 Aug 2023 12:33:44 +0000
with message-id <[email protected]>
and subject line Bug#1045351: fixed in jschema-to-python 1.2.3-3
has caused the Debian Bug report #1045351,
regarding jschema-to-python: Fails to build source after successful build
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 [email protected]
immediately.)


-- 
1045351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045351
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jschema-to-python
Version: 1.2.3-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> -----------------------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package jschema-to-python
> dpkg-buildpackage: info: source version 1.2.3-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Guilherme de Paula Xavier Segundo 
> <[email protected]>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:275: python3.11 setup.py clean 
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'author-email' will not be supported in future
>         versions. Please use the underscore name 'author_email' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'home-page' will not be supported in future
>         versions. Please use the underscore name 'home_page' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:40: 
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` and ``easy_install``.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://github.com/pypa/setuptools/issues/917 for details.
>         
> ********************************************************************************
> 
> !!
>   easy_install.initialize_options(self)
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` directly.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
> for details.
>         
> ********************************************************************************
> 
> !!
>   self.initialize_options()
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'author-email' will not be supported in future
>         versions. Please use the underscore name 'author_email' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'home-page' will not be supported in future
>         versions. Please use the underscore name 'home_page' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jschema-to-python/build' 
> (and everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.11' does not exist -- can't clean it
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building jschema-to-python using existing 
> ./jschema-to-python_1.2.3.orig.tar.gz
> dpkg-source: warning: file 
> jschema-to-python-1.2.3/jschema_to_python.egg-info/SOURCES.txt has no final 
> newline (either original or modified version)
> dpkg-source: info: local changes detected, the modified files are:
>  jschema-to-python-1.2.3/jschema_to_python.egg-info/PKG-INFO
>  jschema-to-python-1.2.3/jschema_to_python.egg-info/SOURCES.txt
>  jschema-to-python-1.2.3/jschema_to_python.egg-info/dependency_links.txt
>  jschema-to-python-1.2.3/jschema_to_python.egg-info/not-zip-safe
>  jschema-to-python-1.2.3/jschema_to_python.egg-info/requires.txt
>  jschema-to-python-1.2.3/jschema_to_python.egg-info/top_level.txt
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/jschema-to-python_1.2.3-2.diff.UgPjvp
> dpkg-source: info: Hint: make sure the version in debian/changelog matches 
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/jschema-to-python_1.2.3-2_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: jschema-to-python
Source-Version: 1.2.3-3
Done: Guilherme de Paula Xavier Segundo <[email protected]>

We believe that the bug you reported is fixed in the latest version of
jschema-to-python, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de Paula Xavier Segundo <[email protected]> (supplier of 
updated jschema-to-python 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 [email protected])


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

Format: 1.8
Date: Mon, 14 Aug 2023 07:54:32 -0300
Source: jschema-to-python
Architecture: source
Version: 1.2.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Guilherme de Paula Xavier Segundo <[email protected]>
Closes: 1045351
Changes:
 jschema-to-python (1.2.3-3) unstable; urgency=medium
 .
   * debian/control: bumped Standards-Version to 4.6.2.
   * debian/copyright: updated packaging copyright years.
   * debian/source/options: created to ignore changes in some upstream files.
     (Closes: #1045351)
Checksums-Sha1:
 51b84a3e9f9b5d5599e5fabd0a1413631dfe8313 2168 jschema-to-python_1.2.3-3.dsc
 db9d864a0df9cbc07ed01b2d301c1c2ca9cdb3e4 2024 
jschema-to-python_1.2.3-3.debian.tar.xz
 694d0910800dfbac3cee97935a95960cdad5f554 6315 
jschema-to-python_1.2.3-3_source.buildinfo
Checksums-Sha256:
 a474147db03475400fac3bc2d6d7da2a27a1b4bea9a1abcb2d7fc6fbbe93e5ed 2168 
jschema-to-python_1.2.3-3.dsc
 fa80ddeec54a7c626f7b0d9e5f84f23f5f5345b00d6645df94a1505439a41793 2024 
jschema-to-python_1.2.3-3.debian.tar.xz
 879831c7fa0d40b119383d15cf4fcdced8b4afc4d3714588ff0c3b44c63d7810 6315 
jschema-to-python_1.2.3-3_source.buildinfo
Files:
 d690ea9aa0b01034728393ec9212a4e5 2168 python optional 
jschema-to-python_1.2.3-3.dsc
 ea750e34a936691b08064d25bafaf47a 2024 python optional 
jschema-to-python_1.2.3-3.debian.tar.xz
 f99b3d247d76a09ef39ebef64b661e26 6315 python optional 
jschema-to-python_1.2.3-3_source.buildinfo

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

iQIzBAEBCgAdFiEEGAjZJnSGPC4Ht7CMGxQGRJdriskFAmTaGg4ACgkQGxQGRJdr
isk3mg/8CSb5usMFFjxsMkeFNb7her2hM+euTNqBElviu3Zx+wsuUu7FHCvfumyh
3TXKnrLt8amsvJ6jMh0WJKzNCMG3gPO1EjnPnOVaCZQ1qS+kzykEbh7j/9qm87qy
L7F7Ck9uklpyuwQc6hDy/T8+s4JhrXGbfOm9XLC3wtx14ZAYb7KVM1/oEzqH0XAu
ecCZMAfMXVDw3re/QhGKH9p6uT2XEkXyM1THy6W/DlUzJoVnoquiZxh5LPjU9QHk
9i4Jy2vlvaTQ5RVLaVmucNy6AEMTxWmNt6XE8Yj8NeJJWLiww07kRUf3ZvVUnEqi
KtCkJ4SXavNEw3kWAHu1BVFeXcsLRzDEqZgGmp+OWNvBUBGeLvPiR+n1NaT3su0H
t2IMAT7DiyK9YjwQo6AlDjIIjNkZMxmf6MuQn/v/LJTr5GTTSqWFByeDvfFBrhzU
qe8eIsuAJz+9TBVT4xGa5xbcpcRwihQCBRLiT7ktUxiy231LpNCUL5nddolUP4q3
4YrHdEjGtQVlrv2O/u3f+fc5Xsm1ru/W1CkVIvHzn3tXcyQkymzR7cOcfCkd8J+j
80RHD7vqYXMdcMPr4vE1crZlVTB4nHM85pCc6FMEjc4UhVgsyg3s0a4BJADYC3xg
CrGXGbj/a6pgB5hbC+RklcVpIWpzg2+2kD3p57/H2H/WrJjzmWU=
=9jm9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to