Package: p10cfgd Version: 1.0-14 Severity: serious Justification: package uninstallable Tags: sid patch User: debian-p...@lists.debian.org Usertags: perl-5.22-transition
The perl 5.22 transition just started (see https://lists.debian.org/debian-devel-announce/2015/12/msg00005.html) and we seem to have missed that this package depends on the deprecated virtual package "perl5" like some other packages did. The perl 5.22 packages don't provide perl5, making this package uninstallable. I'm sorry that we overlooked this prior to the unstable upload. Please find attached a patch fixing this. Let me know if you'd like this to be NMUed without further delay. Cheers, Dominic.
>From 8b45a57c6b281fd6d57380f7850f97647c0177b0 Mon Sep 17 00:00:00 2001 From: Dominic Hargreaves <d...@earth.li> Date: Thu, 17 Dec 2015 14:02:54 +0000 Subject: [PATCH] Depend on perl instead of perl5 since the latter has been removed --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c213742..8258bc0 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Vcs-Browser: http://git.gag.com/?p=debian/p10cfgd Package: p10cfgd Architecture: all -Depends: netbase (>=1.23), perl5, update-inetd, ${misc:Depends} +Depends: netbase (>=1.23), perl, update-inetd, ${misc:Depends} Description: Remote configuration daemon for Gracilis Packeten The 'p10cfgd' daemon provides support for the 'rmtcfg' command in the Gracilis Packeten amateur radio network packet switch. With this daemon, -- 2.1.4