Run of scrub-obsolete for bsdmainutils

Merge these changes:

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

Summary

Scrub obsolete dependencies and constraints.

Diff

diff --git a/debian/changelog b/debian/changelog
index 63ce5d3..560055e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+bsdmainutils (12.1.9) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on quilt (>= 0.40).
+    + bsdmainutils: Drop dependency on essential package bsdutils (>= 3.0-0) in
+      Depends.
+    + bsdmainutils: Drop dependency on essential package debianutils (>= 1.8) in
+      Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 20 Feb 2023 10:16:49 -0000
+
 bsdmainutils (12.1.8) unstable; urgency=medium
 
   * Drop root privileges before opening calendar files. (Closes: #998206)
diff --git a/debian/control b/debian/control
index 8cda59d..4a85575 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Debian Bsdmainutils Team <pkg-bsdmainutils@teams.debian.net>
 Uploaders: Michael Meskes <meskes@debian.org>
-Build-Depends: debhelper-compat (= 13), quilt (>= 0.40), libbsd-dev, libncurses-dev
+Build-Depends: debhelper-compat (= 13), quilt, libbsd-dev, libncurses-dev
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/meskes/bsdmainutils
 Vcs-Git: https://salsa.debian.org/meskes/bsdmainutils.git
@@ -13,7 +13,7 @@ Package: bsdmainutils
 Architecture: all
 Multi-Arch: foreign
 Section: oldlibs
-Depends: ${misc:Depends}, bsdutils (>= 3.0-0), debianutils (>= 1.8),
+Depends: ${misc:Depends},
  bsdextrautils (>= 2.35.2-7), ncal
 Suggests: calendar, whois, vacation, mailutils
 Description: Transitional package for more utilities from FreeBSD

Debdiff

File lists identical (after any substitutions)

Control files of package bsdmainutils: lines which differ (wdiff format)

  • Depends: bsdutils (>= 3.0-0), debianutils (>= 1.8), bsdextrautils (>= 2.35.2-7), ncal

No differences were encountered between the control files of package calendar

No differences were encountered between the control files of package calendar-dbgsym

No differences were encountered between the control files of package ncal

No differences were encountered between the control files of package ncal-dbgsym

Publish History

  • 2023-02-21T20:27: Failed to create merge proposal: publisher-invalid-response (
    INFO:brz:(27/32)
    INFO:brz:Total 3001 (delta 12), reused 0 (delta 0), pack-reused 2969
    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/meskes%2Fbsdmainutils/merge_requests/8: Unable to handle http code: Internal Server Error
    
    )
  • 2023-02-20T13:25: ( Success ) (requested by runner)

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 bsdmainutilsapt install -t scrub-obsolete calendar-dbgsymapt install -t scrub-obsolete calendarapt install -t scrub-obsolete ncal-dbgsymapt install -t scrub-obsolete ncal

Lintian Result

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved