Run of lintian-fixes for ayatana-indicator-keyboard

Merge these changes:

Full worker log

Summary

Diff

diff --git a/debian/ayatana-indicator-keyboard.lintian-overrides b/debian/ayatana-indicator-keyboard.lintian-overrides
index d2c0d2e..01059f2 100644
--- a/debian/ayatana-indicator-keyboard.lintian-overrides
+++ b/debian/ayatana-indicator-keyboard.lintian-overrides
@@ -1,5 +1,5 @@
 # ayatana-indicator-keyboard comes with dynamically loaded libraries
-ayatana-indicator-keyboard: library-not-linked-against-libc usr/lib/*/libayatana-keyboard-lomiri.so.0.0.0
+ayatana-indicator-keyboard: library-not-linked-against-libc [usr/lib/*/libayatana-keyboard-lomiri.so.0.0.0]
 ayatana-indicator-keyboard: link-to-shared-library-in-wrong-package usr/lib/*/libayatana-keyboard-lomiri.so.0.0.0 [usr/lib/x86_64-linux-gnu/libayatana-keyboard-lomiri.so]
 ayatana-indicator-keyboard: link-to-shared-library-in-wrong-package usr/lib/*/libayatana-keyboard-x11.so.0.0.0 [usr/lib/x86_64-linux-gnu/libayatana-keyboard-x11.so]
 ayatana-indicator-keyboard: package-name-doesnt-match-sonames libayatana-keyboard-lomiri0 libayatana-keyboard-x11-0
diff --git a/debian/control b/debian/control
index 2fb91f3..410bd3c 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: cmake,
                intltool,
 # for systemd unit
                systemd [linux-any],
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard
 Vcs-Git: https://salsa.debian.org/debian-ayatana-team/ayatana-indicator-keyboard.git
diff --git a/debian/rules b/debian/rules
index 7daed11..f2d270a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,3 @@ override_dh_missing:
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
-
-get-orig-source:
-	uscan --noconf --force-download --rename --download-current-version --destdir=..
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 4cdacfd..2af86b6 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,6 +1,6 @@
 Bug-Database: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues
 Bug-Submit: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/new
 Donation: https://ubports.com/donate
-Repository: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard
+Repository: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard.git
 Repository-Browse: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard
 Security-Contact: security@ayatana-indicators.org

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/systemd/user/ayatana-indicator-keyboard.service
-rwxr-xr-x  root/root   DEBIAN/postinst
-rwxr-xr-x  root/root   DEBIAN/postrm

Control files of package ayatana-indicator-keyboard: lines which differ (wdiff format)

  • Depends: libaccountsservice0 (>= 0.6.8), libayatana-common0 (>= 0.9.4), libc6 (>= 2.34), libglib2.0-0 (>= 2.37.3), libx11-6, libxkbregistry0 (>= 1.0.3), libxklavier16 (>= 5.3), dconf-gsettings-backend | gsettings-backend, init-system-helpers (>= 1.52), ayatana-indicator-common

No differences were encountered between the control files of package ayatana-indicator-keyboard-dbgsym

Publish History

  • 2023-03-07T12:20: ( Success ) (requested by runner)
  • 2023-03-01T02:42: Merge proposal updated ( Successfully updated )
  • 2023-03-01T01:39: Failed to create merge proposal: publisher-invalid-response (
    INFO:brz:Total 447 (delta 8), reused 0 (delta 0), pack-reused 419
    INFO:brz:
    INFO:brz:Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
    WARNING:brz:Text conflict in 
    INFO:brz:found 10 deltas to reuse
    INFO:brz:
    View merge request for lintian-fixes:
      https://salsa.debian.org/debian-ayatana-team/ayatana-indicator-keyboard/-/merge_request
    INFO:brz:s/1
    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/58121/merge_requests/1: 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/58121/merge_requests/1: Unable to handle http code: Internal Server Error
    
    )
  • 2023-02-28T23:38: Failed to create merge proposal: publisher-invalid-response (
    INFO:brz:e.
    INFO:brz:(16/21)
    INFO:brz:Total 447 (delta 8), reused 0 (delta 0), pack-reused 419
    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/debian-ayatana-team%2Fayatana-indicator-keyboard/merge_requests/1: 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 ayatana-indicator-keyboard-dbgsymapt install -t lintian-fixes ayatana-indicator-keyboard

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved