Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package g810-led; version 0.3.3-2 adds a missing dependency from the -dev package to the library package: >From 0492d772f77d88acc02d31ef66901d6fb58e2253 Mon Sep 17 00:00:00 2001 From: Stephen Kitt <[email protected]> Date: Sun, 10 Mar 2019 18:53:43 +0100 Subject: [PATCH] Add dependency from -dev to library package Closes: #924191 --- debian/changelog | 8 ++++++++ debian/control | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fb23164..f32c51c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +g810-led (0.3.3-2) unstable; urgency=medium + + * The development package needs to depend on the library package, add + the appropriate dependency. Closes: #924191 (thanks to Andreas + Beckmann). + + -- Stephen Kitt <[email protected]> Sun, 10 Mar 2019 18:55:30 +0100 + g810-led (0.3.3-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 5232232..70a32a2 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,8 @@ Package: libg810-led-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: libg810-led0 (= ${binary:Version}), + ${shlibs:Depends}, ${misc:Depends} Description: Logitech keyboard LED configuration library (development) g810-led is a configuration tool for the LEDs on Logitech Gx10 gaming keyboards: G213, G410, G413, G512, G513, G610, G810, G910, and G Pro. -- 2.11.0 unblock g810-led/0.3.3-2 Thanks, Stephen -- System Information: Debian Release: 9.8 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (100, 'unstable-debug'), (100, 'testing-debug'), (100, 'unstable'), (100, 'testing'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-8-amd64 (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

