Subject: fvwm: missing libreadline5 dependency
Package: fvwm
Version: 1:2.5.27.ds-3
Severity: normal
Tags: patch
X-Debbugs-CC: thomas.ada...@gmail.com

FVWM 2.5.27.ds-3 is missing the libreadline5 dependency while version 1:2.5.27.ds-2 in testing has libreadline5 as a dependency and I don't see any changelog about this.

Thomas provided a patch which fixes the issue (patch attached).

jaimos

-- System Information:
Debian Release: squeeze/sid
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29.2 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages fvwm depends on:
ii  libc6                  2.9-10
ii  libcairo2              1.8.6-2+b1
ii libfontconfig1 2.6.0-3 ii libfreetype6 2.3.9-4.1
ii  libfribidi0            0.10.9-1
ii  libglib2.0-0           2.20.1-2
ii  libgtk2.0-0            2.16.1-2
ii  libice6                2:1.0.5-1
ii  libncurses5            5.7+20090502-1
ii  libpng12-0             1.2.35-1
ii  libreadline5           5.2-4
ii  librplay3              3.3.2-12
ii  librsvg2-2             2.22.3-2
ii  libsm6                 2:1.1.0-2
ii libstroke0 0.5.1-6 ii libx11-6 2:1.2.1-1 ii libxcursor1 1:1.1.9-1 ii libxext6 2:1.0.4-1 ii libxft2 2.1.13-3
ii  libxinerama1           2:1.0.3-2
ii  libxpm4                1:3.5.7-1
ii  libxrender1            1:0.9.4-2
ii  zlib1g                 1:1.2.3.3.dfsg-13

Versions of packages fvwm recommends:
ii  fvwm-icons             2001.08.13-6
ii  libx11-protocol-perl   0.56-2
ii  perl-tk                1:804.028-3

Versions of packages fvwm suggests:
ii  cpp                           4:4.3.3-5
ii  m4                            1.4.13-1
ii  menu                          2.1.41

diff --git a/local.mk b/local.mk
index 9f00290..34e5a09 100644
--- a/local.mk
+++ b/local.mk
@@ -54,7 +54,8 @@ debian/stamp/conf/fvwm: debian/stamp/conf/autotools
 		     --disable-gtktest		--disable-imlibtest	   \
 		     --without-gnome		--disable-gtk		   \
 		     --with-gtk-prefix=/no/dir  --with-imlib-prefix=/no/dir\
-		     --enable-htmldoc		--htmldir=$(HTMLDIR))
+		     --enable-htmldoc		--htmldir=$(HTMLDIR)\
+			 --with-readline-library)
 	@echo done > $@
 
 debian/stamp/build/fvwm:

Reply via email to