Run of lintian-fixes for qconf

Merge these changes:

git pull https://janitor.debian.net/git/qconf lintian-fixes/main
Full worker log

Summary

Diff

diff --git a/debian/control b/debian/control
index b26aee0..856b050 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), qtbase5-dev
 Homepage: https://github.com/psi-im/qconf
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/qconf.git
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/qconf
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 
 Package: qconf
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 107cd5e..4857e54 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,11 +1,11 @@
 # This lintian note never will be fixed by upstream developers: there are no
 # classical tarballs with "releases" at all, only automatically generated
 # tarballs from git tags exist.
-qconf source: debian-watch-does-not-check-gpg-signature
+qconf source: debian-watch-does-not-check-openpgp-signature
 
 # These binaries are very small. There are almost zero advantages from removing
 # them from tarballs. It is more preferable to use original tarballs in Debian
 # repository, because it allows one to compare their checksums with ones for
 # tarballs downloaded from upstream.
-qconf source: source-contains-prebuilt-windows-binary configure.exe
-qconf source: source-contains-prebuilt-windows-binary src/configexe/configexe_stub.exe
+qconf source: source-contains-prebuilt-windows-binary [configure.exe]
+qconf source: source-contains-prebuilt-windows-binary [src/configexe/configexe_stub.exe]
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index f4306f6..3dde8be 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,4 @@
-Name: QConf
-Contact: Sergey Ilinyh <rion4ik@gmail.com>
+Bug-Database: https://github.com/psi-im/qconf/issues
 Security-Contact: Sergey Ilinyh <rion4ik@gmail.com>
 Repository: https://github.com/psi-im/qconf.git
 Repository-Browse: https://github.com/psi-im/qconf

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Publish History

  • 2023-03-13T17:05: Failed to create merge proposal: publisher-invalid-response (
    INFO:brz:Total 391 (delta 1), reused 0 (delta 0), pack-reused 382
    Traceback (most recent call last):
      File "<frozen runpy>", line 198, in _run_module_as_main
      File "<frozen runpy>", line 88, in _run_code
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 575, in <module>
        publish_result, branch_name = publish_one(
                                      ^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 413, in publish_one
        existing_proposal = forge.get_proposal_by_url(existing_mp_url)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 874, in get_proposal_by_url
        mr = self._get_merge_request(project['path_with_namespace'], merge_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 596, in _get_merge_request
        response = self._api_request('GET', path)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 431, in _api_request
        return self.transport.request(
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1822, in request
        response = self._opener.open(request)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 525, in open
        response = meth(req, response)
                   ^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1688, in http_response
        response = self.parent.error('http', request, response,
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 563, in error
        return self._call_chain(*args)
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1704, in http_error_default
        raise errors.UnexpectedHttpStatus(
    breezy.errors.UnexpectedHttpStatus: Unexpected HTTP status 500 for https://salsa.debian.org/api/v4/projects/qt-kde-team%2Fextras%2Fqconf/merge_requests/2: Unable to handle http code: Internal Server Error
    
    )
  • 2023-03-13T16:30: Failed to create merge proposal: publisher-invalid-response (
    INFO:brz:Total 391 (delta 1), reused 0 (delta 0), pack-reused 382
    WARNING:brz:Text conflict in 
    INFO:brz:found 1 deltas to reuse
    INFO:brz:
    View merge request for lintian-fixes:
      https://salsa.debian.org/qt-kde-team/extras/qconf/-/merge_requests/2
    Traceback (most recent call last):
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 279, in set_description
        self._update(description=description)
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 257, in _update
        self.gl._update_merge_request(
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 611, in _update_merge_request
        response = self._api_request('PUT', path, fields=mr)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 431, in _api_request
        return self.transport.request(
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1822, in request
        response = self._opener.open(request)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 525, in open
        response = meth(req, response)
                   ^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1688, in http_response
        response = self.parent.error('http', request, response,
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 563, in error
        return self._call_chain(*args)
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1704, in http_error_default
        raise errors.UnexpectedHttpStatus(
    breezy.errors.UnexpectedHttpStatus: Unexpected HTTP status 500 for https://salsa.debian.org/api/v4/projects/13279/merge_requests/2: Unable to handle http code: Internal Server Error
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "<frozen runpy>", line 198, in _run_module_as_main
      File "<frozen runpy>", line 88, in _run_code
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 575, in <module>
        publish_result, branch_name = publish_one(
                                      ^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 499, in publish_one
        publish_result = publish(
                         ^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 179, in publish
        return publish_changes(
               ^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/silver_platter/publish.py", line 725, in publish_changes
        (proposal, is_new) = propose_changes(
                             ^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/silver_platter/publish.py", line 315, in propose_changes
        resume_proposal.set_description(mp_description)
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 285, in set_description
        self._mr = self.gl._get_merge_request(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 596, in _get_merge_request
        response = self._api_request('GET', path)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 431, in _api_request
        return self.transport.request(
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1822, in request
        response = self._opener.open(request)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 525, in open
        response = meth(req, response)
                   ^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1688, in http_response
        response = self.parent.error('http', request, response,
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 563, in error
        return self._call_chain(*args)
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1704, in http_error_default
        raise errors.UnexpectedHttpStatus(
    breezy.errors.UnexpectedHttpStatus: Unexpected HTTP status 500 for https://salsa.debian.org/api/v4/projects/13279/merge_requests/2: Unable to handle http code: Internal Server Error
    
    )

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t lintian-fixes qconf

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved