Your message dated Sun, 14 May 2023 15:47:13 +0000
with message-id <[email protected]>
and subject line unblock utf8-locale
has caused the Debian Bug report #1036002,
regarding unblock: utf8-locale/1.0.0-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1036002: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036002
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected], [email protected]
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 <[email protected]> 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
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---