Bug#1036835: unblock: python-aiosmtpd/1.4.3-1.1
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Control: affects -1 + src:python-aiosmtpd
Please unblock package python-aiosmtpd
[ Reason ]
Some path was changed from a symlink to a directory containing files,
but the corresponding dpkg-maintscript-helper symlink_to_dir call was
missing.
[ Impact ]
Files ending up at a location in the file system where dpkg does not
track them, possibly silently overwriting other files.
[ Tests ]
Local piuparts tests showed clean bullseye->bookworm upgrades.
[ Risks ]
Low. One line source change, similar changes have been applied to
dozens other packages in the past.
[ 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
[ Other info ]
n/a
unblock python-aiosmtpd/1.4.3-1.1
Andreas
>From 8d9d96a7dd7875670b96ace93c18de1b056d3111 Mon Sep 17 00:00:00 2001
From: Andreas Beckmann <anbe@debian.org>
Date: Thu, 25 May 2023 16:10:24 +0200
Subject: [PATCH] perform symlink to directory conversion of
/usr/share/doc/python3-aiosmtpd/html/_sources
---
debian/changelog | 8 ++++++++
debian/python3-aiosmtpd.maintscript | 1 +
2 files changed, 9 insertions(+)
create mode 100644 debian/python3-aiosmtpd.maintscript
diff --git a/debian/changelog b/debian/changelog
index 50c5ce5..72e5698 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-aiosmtpd (1.4.3-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Perform symlink to directory conversion of
+ /usr/share/doc/python3-aiosmtpd/html/_sources. (Closes: #1035691)
+
+ -- Andreas Beckmann <anbe@debian.org> Thu, 25 May 2023 16:09:53 +0200
+
python-aiosmtpd (1.4.3-1) unstable; urgency=medium
* New upstream release 1.4.3 (Closes: #1026471, #1025019)
diff --git a/debian/python3-aiosmtpd.maintscript b/debian/python3-aiosmtpd.maintscript
new file mode 100644
index 0000000..265ff02
--- /dev/null
+++ b/debian/python3-aiosmtpd.maintscript
@@ -0,0 +1 @@
+symlink_to_dir /usr/share/doc/python3-aiosmtpd/html/_sources ../rst 1.4.3-1.1~
--
2.20.1
Reply to: