--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package mcpl
[ Reason ]
Missing Depends: cause piuparts failures. Bug #1035450 reported by
Andreas Beckmann, then fix NMUed as 1.3.2-3.1 by Andreas Metzler.
[ Tests ]
piuparts fails with 1.3.2-3, succeeds with 1.3.2-3.1.
[ Risks ]
This is not a key package, but the changes are trivial and only
concern the packaging (not the code itself).
[ 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:
diff -Nru mcpl-1.3.2/debian/changelog mcpl-1.3.2/debian/changelog
--- mcpl-1.3.2/debian/changelog 2022-02-16 20:32:02.000000000 +0100
+++ mcpl-1.3.2/debian/changelog 2023-05-20 06:57:53.000000000 +0200
@@ -1,3 +1,11 @@
+mcpl (1.3.2-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add libmcpl-dev: missing Depends on runtime library packages.
+ Closes: #1035450
+
+ -- Andreas Metzler <ametzler@debian.org> Sat, 20 May 2023 06:57:53 +0200
+
mcpl (1.3.2-3) unstable; urgency=medium
* Source-only upload for migration to testing.
diff -Nru mcpl-1.3.2/debian/control mcpl-1.3.2/debian/control
--- mcpl-1.3.2/debian/control 2022-02-01 17:32:55.000000000 +0100
+++ mcpl-1.3.2/debian/control 2023-05-20 06:57:26.000000000 +0200
@@ -21,7 +21,10 @@
Package: libmcpl-dev
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
+Depends: libmcpl1 (= ${binary:Version}),
+ libphitsmcpl1 (= ${binary:Version}),
+ libsswmcpl1 (= ${binary:Version}),
+ ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: Monte Carlo Particle Lists - development files
This package includes the shared library for reading and writing
*.mcpl files, a binary format with lists of particle state
[ Other info ]
Thanks for the release work!
unblock mcpl/1.3.2-3.1
--- End Message ---