Your message dated Sun, 18 May 2025 13:40:54 +0000
with message-id <e1ugeg6-001lm9...@respighi.debian.org>
and subject line unblock libuvc
has caused the Debian Bug report #1105990,
regarding unblock: libuvc/0.0.7-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 ow...@bugs.debian.org
immediately.)
--
1105990: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1105990
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: lib...@packages.debian.org
Control: affects -1 + src:libuvc
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package libuvc
[ Reason ]
Simon noticed that I added missing development packages to the library
package and not to the -dev package. I fixed that in the latest upload.
[ Impact ]
Users of the library package would have additional development packages
installed.
[ Tests ]
No tests, no functional change.
[ Risks ]
No risk. All reverse build dependencies depend on the -dev package
already, so they get the same package set.
[ 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 libuvc/0.0.7-3
diff -Nru libuvc-0.0.7/debian/changelog libuvc-0.0.7/debian/changelog
--- libuvc-0.0.7/debian/changelog 2024-10-11 16:08:02.000000000 +0200
+++ libuvc-0.0.7/debian/changelog 2025-05-14 18:18:21.000000000 +0200
@@ -1,3 +1,11 @@
+libuvc (0.0.7-3) unstable; urgency=medium
+
+ * Team upload.
+ * Move -dev dependencies to -dev package.
+ Thanks to Simon McVittie (Closes: #1105774)
+
+ -- Jochen Sprickerhof <jspri...@debian.org> Wed, 14 May 2025 18:18:21 +0200
+
libuvc (0.0.7-2) unstable; urgency=medium
* Team upload.
diff -Nru libuvc-0.0.7/debian/control libuvc-0.0.7/debian/control
--- libuvc-0.0.7/debian/control 2024-10-11 16:08:02.000000000 +0200
+++ libuvc-0.0.7/debian/control 2025-05-14 18:18:21.000000000 +0200
@@ -24,6 +24,8 @@
Architecture: any
Depends:
libuvc0 (= ${binary:Version}),
+ libjpeg-dev,
+ libusb-1.0-0-dev,
${misc:Depends},
Description: cross-platform library for USB video devices - development files
libuvc is a cross-platform library for USB video devices, built atop libusb.
@@ -41,8 +43,6 @@
Depends:
${misc:Depends},
${shlibs:Depends},
- libjpeg-dev,
- libusb-1.0-0-dev,
Multi-Arch: same
Description: cross-platform library for USB video devices
libuvc is a cross-platform library for USB video devices, built atop libusb.
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---