Package: ircii-pana Severity: minor Tags: patch
Hi, your package uses an old version of the mysql client libraries as build-depends (libmysqlclient10-dev) which is scheduled to be removed from the archive soon. The attached patch upgrades your build-depends to the current version of the library. Package seems to build fine after applying - functionality not tested. Additionally the resulting package depends on (libmysqlclient15). so that the suggests on libmysqlclient can be removed. The old package did not depend on libmysqlclient but only suggested it... So perhaps here is more todo.. Please consider applying the patch. Regards, Stefan -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -ru ircii-pana-1.1/debian/control ircii-pana-1.1.mod/debian/control --- ircii-pana-1.1/debian/control 2006-03-15 17:04:56.000000000 +0100 +++ ircii-pana-1.1.mod/debian/control 2006-03-15 16:54:22.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Daniel Jacobowitz <[EMAIL PROTECTED]> Standards-Version: 3.5.6 -Build-Depends: bzip2, debhelper (>= 3.4.2), gdk-imlib1-dev, libaudiofile-dev, libesd0-dev, libglib1.2-dev, libgnome-dev, libgtk1.2-dev, libncurses5-dev, libz-dev, libzvt-dev, libx11-dev, x-dev, sharutils, autoconf, libmysqlclient10-dev, libssl-dev, quilt (>= 0.40-1) +Build-Depends: bzip2, debhelper (>= 3.4.2), gdk-imlib1-dev, libaudiofile-dev, libesd0-dev, libglib1.2-dev, libgnome-dev, libgtk1.2-dev, libncurses5-dev, libz-dev, libzvt-dev, libx11-dev, x-dev, sharutils, autoconf, libmysqlclient15-dev, libssl-dev, quilt (>= 0.40-1) Package: bitchx Provides: irc

