Package: bash Version: 3.1-4 Severity: minor Tags: patch Hi,
It looks like the --with-installed-readline configure option got dropped somewhen. Why not using libreadline5 (and thus share code)? I tried the attached patch and it works fine... Samul -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (900, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages bash depends on: ii base-files 3.1.13 Debian base system miscellaneous f ii debianutils 2.16.1 Miscellaneous utilities specific t ii libc6 2.3.6-11 GNU C Library: Shared libraries ii libncurses5 5.5-2 Shared libraries for terminal hand bash recommends no packages. -- no debconf information
diff -ur bash-3.1/debian/control tmp/bash-3.1/debian/control --- bash-3.1/debian/control 2006-06-03 12:41:06.000000000 +0200 +++ bash-3.1/debian/control 2006-06-03 12:45:40.000000000 +0200 @@ -3,7 +3,7 @@ Priority: required Maintainer: Matthias Klose <[EMAIL PROTECTED]> Standards-Version: 3.6.2 -Build-Depends: autoconf, patch, bison, libncurses5-dev, texinfo, autotools-dev, debhelper (>= 4.1), texi2html, locales +Build-Depends: autoconf, patch, bison, libncurses5-dev, texinfo, autotools-dev, debhelper (>= 4.1), texi2html, locales, libreadline5-dev Build-Depends-Indep: tetex-bin Package: bash diff -ur bash-3.1/debian/rules tmp/bash-3.1/debian/rules --- bash-3.1/debian/rules 2006-06-03 12:41:06.000000000 +0200 +++ bash-3.1/debian/rules 2006-06-03 12:45:29.000000000 +0200 @@ -29,7 +29,7 @@ ID = install -o 0 -g 0 -m 644 # built with installed libreadline? -with_installed_rl = no +with_installed_rl = yes debflags =