Package: reiser4progs Version: 1.0.7-6 Severity: normal Tags: patch
Hello, the source package builds two binaries: reiser4progs, which will depend on libreadline6 when built today, and libreiser4-dev which depends on libreadline5-dev. This is unconsistent, and unfortunately libreadline5-dev is now a virtual package. An easy fix is to change the dependency for future versions of libreiser4-dev This bug is release-critical because other packages depending on libreiser4-dev cannot be built succesfully until this issue is fixed. Best regards, Georges. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (650, 'stable'), (600, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8) Shell: /bin/sh linked to /bin/bash
--- /home/georgesk/developpement/reiser4progs/reiser4progs-1.0.7/debian/control 2011-07-19 11:05:26.000000000 +0200 +++ debian/control 2011-07-19 11:25:24.000000000 +0200 @@ -3,7 +3,9 @@ Priority: optional Maintainer: Felix Zielcke <[email protected]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 6), cdbs, libaal-dev (>= 1.0.5-2), libaal-dev (<< 1.0.6), uuid-dev, libreadline-dev, libncurses5-dev, +Build-Depends: debhelper (>= 6), cdbs, + libaal-dev (>= 1.0.5-2), libaal-dev (<< 1.0.6), uuid-dev, + libreadline6-dev, libncurses5-dev, autotools-dev Standards-Version: 3.8.4 @@ -22,7 +24,9 @@ Section: libdevel Priority: extra Architecture: any -Depends: ${misc:Depends}, libc6-dev | libc-dev, libaal-dev (>= 1.0.4-1), uuid-dev, libreadline5-dev, libncurses5-dev +Depends: ${misc:Depends}, libc6-dev | libc-dev, + libaal-dev (>= 1.0.4-1), uuid-dev, + libreadline6-dev, libncurses5-dev Description: Reiser4's filesystem access and manipulation library These are the development files for Reiser4 libraries. Stand alone libraries are also provided to allow the build of grub with support

