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.