Package: mydns Severity: minor Tags: patch
Hi, your package uses an old version of the mysql client libraries (libmysqlclient10-dev) which is scheduled to be removed from the archive soon. Attached patch upgrades the build-dependencies to the current libmysqlclient15-dev. Package seems to build find afterwards, functionality not tested. 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 -ur mydns-1.1.0+pre/debian/control mydns-1.1.0+pre.mod/debian/control --- mydns-1.1.0+pre/debian/control 2006-03-15 16:49:55.000000000 +0100 +++ mydns-1.1.0+pre.mod/debian/control 2006-03-15 16:41:39.000000000 +0100 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Philipp Kern <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.1.68), libmysqlclient10-dev, zlib1g-dev, texinfo, po-debconf, libpq-dev +Build-Depends: debhelper (>= 4.1.68), libmysqlclient15-dev, zlib1g-dev, texinfo, po-debconf, libpq-dev Standards-Version: 3.6.1.0 Package: mydns-common

