• Bug#265660: rrdtool: Build-dependency on libgd-(no)xpm-dev must be tigh

    From Jonas Smedegaard@1:229/2 to All on Sat Aug 14 13:10:09 2004
    From: [email protected]

    This is a multi-part MIME message sent by reportbug.

    Package: rrdtool
    Version: 1.0.48-2
    Severity: serious
    Tags: patch
    Justification: Policy 4.2

    As subject says, build-dependency on libgd-(no)xpm-dev must be tightened
    to only versions with GIF support.


    The attached patch corrects the problem (and at the same time fixes Bug#261752).


    Kind regards,

    - Jonas

    -- System Information:
    Debian Release: 3.1
    APT prefers unstable
    APT policy: (500, 'unstable')
    Architecture: powerpc (ppc)
    Kernel: Linux 2.6.7-powerpc
    Locale: LANG=da_DK, LC_CTYPE=da_DK

    Versions of packages rrdtool depends on:
    ii libc6 2.3.2.ds1-15 GNU C Library: Shared libraries an ii librrd0 1.0.48-1 Time-series data storage and displ

    -- no debconf information

    diff -ruN rrdtool-1.0.48.debian/debian/control rrdtool-1.0.48/debian/control --- rrdtool-1.0.48.debian/debian/control 2004-08-14 12:41:49.000000000 +0200
    +++ rrdtool-1.0.48/debian/control 2004-08-14 12:42:24.874909530 +0200
    @@ -3,7 +3,7 @@
    Priority: extra
    Maintainer: Matt Zimmerman <[email protected]>
    Standards-Version: 3.2.1
    -Build-Depends: debhelper (>= 3.0.5), cgilib, zlib1g-dev, libpng12-dev, libgd2-xpm-dev, groff, tcl8.4-dev, perl (>= 5.8.0)
    +Build-Depends: debhelper (>= 3.0.5), cgilib, zlib1g-dev, libpng12-dev, libgd2-noxpm-dev (>= 2.0.28), groff, tcl8.4-dev, perl (>= 5.8.0)

    Package: rrdtool
    Architecture: any
    @@ -40,7 +40,7 @@
    Package: librrd0-dev
    Architecture: any
    Section: libdevel
    -Depends: librrd0 (= ${Source-Version}), libc6-dev | libc-dev, libpng12-dev, libgd2-xpm-dev, zlib1g-dev
    +Depends: librrd0 (= ${Source-Version}), libc6-dev | libc-dev, libpng12-dev, libgd2-noxpm-dev, zlib1g-dev
    Description: Time-series data storage and display system (development)
    RRD is the Acronym for Round Robin Database. RRD is a system to store and
    display time-serie