--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Control: affects -1 + src:pyrlp
Please unblock package pyrlp
[ Reason ]
/usr/share/doc/$PKG was changed from a diretory to a symlink,
but the corresponding dpkg-maintscript-helper dir_to_symlnk call was
missing.
[ Impact ]
/usr/share/doc/$PKG remaining as an empty directory,
/usr/share/doc/$PKG/copyright missing.
[ 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, fixing the same issue.
[ 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 pyrlp/0.5.1-3.1
Andreas
>From 53cca3a3b1ba2992e9a4f5d298c1c5c3bc8398ad Mon Sep 17 00:00:00 2001
From: Andreas Beckmann <anbe@debian.org>
Date: Sat, 27 May 2023 21:27:06 +0200
Subject: [PATCH] perform dir to symlink conversion of
/usr/share/doc/python-rlp-doc
---
debian/changelog | 8 ++++++++
debian/python-rlp-doc.maintscript | 1 +
2 files changed, 9 insertions(+)
create mode 100644 debian/python-rlp-doc.maintscript
diff --git a/debian/changelog b/debian/changelog
index 8d50671..9d11f64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pyrlp (0.5.1-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Perform dir to symlink conversion of /usr/share/doc/python-rlp-doc.
+ (Closes: #1035765)
+
+ -- Andreas Beckmann <anbe@debian.org> Sat, 27 May 2023 21:26:57 +0200
+
pyrlp (0.5.1-3) unstable; urgency=medium
* Update UScan configuration for changes in upstream releases page.
diff --git a/debian/python-rlp-doc.maintscript b/debian/python-rlp-doc.maintscript
new file mode 100644
index 0000000..3457c0e
--- /dev/null
+++ b/debian/python-rlp-doc.maintscript
@@ -0,0 +1 @@
+dir_to_symlink /usr/share/doc/python-rlp-doc python3-rlp 0.5.1-3.1~
--
2.20.1
--- End Message ---