Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock X-Debbugs-Cc: utf8-locale@packages.debian.org, roam@debian.org Control: affects -1 + src:utf8-locale Please unblock package utf8-locale Version 1.0.0-2 fixes the #1035441 RC bug (serious, missing dependency that breaks functionality). The package does have an autopkgtest suite, and https://tracker.debian.org/pkg/utf8-locale seems to think that everything is going to be just fine, but... I uploaded the package on 2023-05-04, which means that the 20-day wait before the testing migration would place it *just* after the 2023-05-24 full freeze. Any assistance would be appreciated :) [ Reason ] The C library's -dev package was missing a dependency on the C library package itself, making the -dev package practically unusable. [ Impact ] Anyone who installs the -dev package and does not also explicitly install the shared library package would not be able to link C programs against the shared library. [ Tests ] The bug was caught by a piuparts run that flagged a dangling symlink. I missed it because my autopkgtest suite installs all the packages anyway, so there is no missing package :/ [ Risks ] None at all, I believe. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock utf8-locale/1.0.0-2
diff -Nru utf8-locale-1.0.0/debian/changelog utf8-locale-1.0.0/debian/changelog --- utf8-locale-1.0.0/debian/changelog 2022-10-23 00:55:41.000000000 +0300 +++ utf8-locale-1.0.0/debian/changelog 2023-05-04 21:30:41.000000000 +0300 @@ -1,3 +1,12 @@ +utf8-locale (1.0.0-2) unstable; urgency=medium + + * Add the forgotten -dev package dependency on the library one. + Closes: #1035441 + * Add the year 2023 to my debian/* copyright notice + * Declare compliance with Policy 4.6.2 with no changes + + -- Peter Pentchev <roam@debian.org> Thu, 04 May 2023 21:30:41 +0300 + utf8-locale (1.0.0-1) unstable; urgency=medium * Declare compliance with Policy 4.6.1 with no changes. diff -Nru utf8-locale-1.0.0/debian/control utf8-locale-1.0.0/debian/control --- utf8-locale-1.0.0/debian/control 2022-10-23 00:47:03.000000000 +0300 +++ utf8-locale-1.0.0/debian/control 2023-05-04 21:26:59.000000000 +0300 @@ -9,7 +9,7 @@ pybuild-plugin-pyproject, python3-all, python3-setuptools, -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Homepage: https://devel.ringlet.net/devel/utf8-locale/ Rules-Requires-Root: no Vcs-Git: https://gitlab.com/ppentchev/utf8-locale.git -b debian/unstable @@ -34,6 +34,7 @@ Section: libdevel Architecture: any Depends: + libutf8-locale0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Description: Detect a UTF-8-capable locale for running programs in - development files diff -Nru utf8-locale-1.0.0/debian/copyright utf8-locale-1.0.0/debian/copyright --- utf8-locale-1.0.0/debian/copyright 2022-10-23 00:39:50.000000000 +0300 +++ utf8-locale-1.0.0/debian/copyright 2023-05-04 21:26:31.000000000 +0300 @@ -9,7 +9,7 @@ License: BSD-2-clause Files: debian/* -Copyright: Copyright (c) 2022 Peter Pentchev +Copyright: Copyright (c) 2022, 2023 Peter Pentchev License: BSD-2-clause License: BSD-2-clause
Attachment:
signature.asc
Description: PGP signature