Run of scrub-obsolete for smb4k

Merge these changes:

git pull https://janitor.debian.net/git/smb4k scrub-obsolete/main
Full worker log

Summary

Scrub obsolete dependencies and constraints.

Diff

diff --git a/debian/changelog b/debian/changelog
index 1c2da9e..4951f0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+smb4k (3.1.84-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + smb4k: Drop versioned constraint on cifs-utils (>= 2:4.1) [linux-any] in
+      Depends.
+    + smb4k: Drop versioned constraint on samba-common-bin (>= 2:3.4.7~dfsg) in
+      Depends.
+    + smb4k: Drop versioned constraint on smbclient (>= 2:3.4.7~dfsg) in
+      Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 27 Feb 2023 10:29:01 -0000
+
 smb4k (3.1.84-1) experimental; urgency=medium
 
   * New upstream development release.
diff --git a/debian/control b/debian/control
index 1ef89b7..c8fb362 100644
--- a/debian/control
+++ b/debian/control
@@ -39,9 +39,9 @@ Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/smb4k/-/tree/experiment
 
 Package: smb4k
 Architecture: kfreebsd-any linux-any
-Depends: cifs-utils (>= 2:4.1) [linux-any] | freebsd-smbfs [kfreebsd-any],
-         samba-common-bin (>= 2:3.4.7~dfsg),
-         smbclient (>= 2:3.4.7~dfsg),
+Depends: cifs-utils [linux-any] | freebsd-smbfs [kfreebsd-any],
+         samba-common-bin,
+         smbclient,
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: rsync

Publish History

  • 2023-02-27T14:38: Merge proposal updated ( Successfully updated )
  • 2023-02-27T12:16: Merge proposal updated ( Successfully updated )
  • 2023-02-27T11:15: Failed to create merge proposal: publisher-invalid-response (
    INFO:brz: 100% (40/40), done.
    INFO:brz:Total 850 (delta 19), reused 0 (delta 0), pack-reused 810
    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%2Fsmb4k/merge_requests/3: 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 scrub-obsolete smb4k-dbgsymapt install -t scrub-obsolete smb4k

Lintian Result

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved