Package: pennmush Severity: wishlist Tags: patch
Hi, your package is one of few which use the old mysql client libraries. Please update your build-dependencies from libmysqlclient-dev to libmysqlclient15-dev. Package build fine after adjusting. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (400, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686-smp Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -ur pennmush-1.8.0p10/debian/control pennmush-1.8.0p10.modified/debian/control --- pennmush-1.8.0p10/debian/control 2006-03-13 17:39:10.000000000 +0100 +++ pennmush-1.8.0p10.modified/debian/control 2006-03-13 17:34:52.000000000 +0100 @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Ervin Hearn III <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), binutils (>= 2.12.90.0.1-4), libssl-dev (>= 0.9.6c-2.woody.3), locales, libmysqlclient-dev +Build-Depends: debhelper (>= 4.0.0), binutils (>= 2.12.90.0.1-4), libssl-dev (>= 0.9.6c-2.woody.3), locales, libmysqlclient15-dev Standards-Version: 3.6.2 Package: pennmush

