Your message dated Thu, 11 May 2023 08:56:58 +0000
with message-id <[email protected]>
and subject line unblock libmediascan
has caused the Debian Bug report #1035923,
regarding unblock: libmediascan/0~20220401.git.34fc2d-3
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.)
--
1035923: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035923
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]
Control: affects -1 + src:libmediascan
Please unblock package libmediascan
[ Reason ]
This upload fixes RC bug #1035451 "libmediascan-dev: missing Depends:
libmediascan0 (= ${binary:Version})"
[ Impact ]
Installing the -dev package will not be fully functional if the
associated library isn't installed manually.
[ Tests ]
Default Perl autopkgtest + default piuparts test.
[ Risks ]
The fix is trivial, it doesn't constitute a regression risk.
[ 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 libmediascan/0~20220401.git.34fc2d-3
Paul
diff -Nru libmediascan-0~20220401.git.34fc2d/debian/changelog
libmediascan-0~20220401.git.34fc2d/debian/changelog
--- libmediascan-0~20220401.git.34fc2d/debian/changelog 2022-06-05
09:33:12.000000000 +0000
+++ libmediascan-0~20220401.git.34fc2d/debian/changelog 2023-05-03
17:40:30.000000000 +0000
@@ -1,3 +1,9 @@
+libmediascan (0~20220401.git.34fc2d-3) unstable; urgency=medium
+
+ * Depends: add libmediascan0 to libmediascan-dev (Closes: #1035451)
+
+ -- Paul Gevers <[email protected]> Wed, 03 May 2023 19:40:30 +0200
+
libmediascan (0~20220401.git.34fc2d-2) unstable; urgency=medium
* Fix Maintainer field
diff -Nru libmediascan-0~20220401.git.34fc2d/debian/control
libmediascan-0~20220401.git.34fc2d/debian/control
--- libmediascan-0~20220401.git.34fc2d/debian/control 2022-05-08
12:45:04.000000000 +0000
+++ libmediascan-0~20220401.git.34fc2d/debian/control 2023-05-03
17:40:30.000000000 +0000
@@ -57,7 +57,8 @@
Package: libmediascan-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libmediascan0 (= ${binary:Version}),
Description: libmediascan development files
libmediascan is a library to:
* Scan a file tree for media files
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---