Package: eggdrop Version: 1.6.19-1 Severity: normal Tags: patch
Both eggdrop and eggdrop-data build with debhelper but don't have a dependency on ${misc:Depends}. Attaching a trivial patch to fix this. -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- control~ 2009-01-21 10:19:26.000000000 +0000 +++ control 2009-01-21 10:20:00.000000000 +0000 @@ -8,7 +8,7 @@ Package: eggdrop Architecture: any -Depends: ${shlibs:Depends}, eggdrop-data (= ${source:Version}) +Depends: ${shlibs:Depends}, eggdrop-data (= ${source:Version}), ${misc:Depends} Description: Advanced IRC Robot Eggdrop is an IRC bot written in C, which sits on channels and takes protective measures, such as preventing it from being taken over (in @@ -23,7 +23,7 @@ Package: eggdrop-data Architecture: all -Replaces: eggdrop (>= 1.6.16-2) +Replaces: eggdrop (>= 1.6.16-2), ${misc:Depends} Description: Architecture independent files for eggdrop This package contains all the files that eggdrop places on /usr/share. These files are not specific to a single processor architecture once