[php-maint] Bug#542906: NMU uploaded

Andreas Barth aba at not.so.argh.org
Mon Aug 31 06:35:31 UTC 2009


* Andreas Barth (aba at not.so.argh.org) [090830 12:48]:
> I uploaded an NMU of your package.
> 
> Please see this as help to get the package into a releaseable condition again.
> 
> Please find the used diff below.

Sorry, but I missed that there was a hard-coded dependency on
mysqlclient15off which I dropped now. New patch is below.

With this upload php5 should be finally be able to migrate to testing
with the new mysql version (but please don't hesitate to fix the other
bugs even as of now).



Cheers,
Andi

diff -u php5-5.2.10.dfsg.1/debian/changelog php5-5.2.10.dfsg.1/debian/changelog
--- php5-5.2.10.dfsg.1/debian/changelog
+++ php5-5.2.10.dfsg.1/debian/changelog
@@ -1,3 +1,10 @@
+php5 (5.2.10.dfsg.1-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop hand-crafted dependency on libmysqlclient15.
+
+ -- Andreas Barth <aba at not.so.argh.org>  Mon, 31 Aug 2009 09:22:16 +0200
+
 php5 (5.2.10.dfsg.1-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u php5-5.2.10.dfsg.1/debian/control php5-5.2.10.dfsg.1/debian/control
--- php5-5.2.10.dfsg.1/debian/control
+++ php5-5.2.10.dfsg.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
 Uploaders: Adam Conrad <adconrad at 0c3.net>, Jeroen van Wolffelaar <jeroen at wolffelaar.nl>, Ondřej Surý <ondrej at debian.org>, Sean Finney <seanius at debian.org>, Thijs Kinkhorst <thijs at debian.org>, Raphael Geissert <geissert at debian.org>
-Build-Depends: apache2-prefork-dev, autoconf, automake1.4, bison, chrpath, debhelper (>= 5), firebird2.0-dev [i386 amd64 powerpc sparc] | firebird1.5-dev [i386 amd64] | firebird2-dev [i386 amd64], flex, freetds-dev, libapr1-dev (>= 1.2.7-8), libbz2-dev, libc-client-dev, libcurl4-openssl-dev | libcurl-dev, libdb4.7-dev | libdb4.6-dev, libexpat1-dev (>= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev, libgmp3-dev, libjpeg62-dev, libkrb5-dev, libldap2-dev, libmcrypt-dev, libmhash-dev (>= 0.8.8), libmysqlclient15-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (>= 6.6), libpng12-dev, libpq-dev, libpspell-dev, librecode-dev, libsasl2-dev, libsnmp-dev, libsqlite0-dev, libssl-dev, libt1-dev, libtidy-dev, libtool, libwrap0-dev, libxmltok1-dev, libxml2-dev, libxslt1-dev (>= 1.0.18), quilt, re2c, unixodbc-dev, zlib1g-dev, tzdata
+Build-Depends: apache2-prefork-dev, autoconf, automake1.4, bison, chrpath, debhelper (>= 5), firebird2.0-dev [i386 amd64 powerpc sparc] | firebird1.5-dev [i386 amd64] | firebird2-dev [i386 amd64], flex, freetds-dev, libapr1-dev (>= 1.2.7-8), libbz2-dev, libc-client-dev, libcurl4-openssl-dev | libcurl-dev, libdb4.7-dev | libdb4.6-dev, libexpat1-dev (>= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev, libgmp3-dev, libjpeg62-dev, libkrb5-dev, libldap2-dev, libmcrypt-dev, libmhash-dev (>= 0.8.8), libmysqlclient-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (>= 6.6), libpng12-dev, libpq-dev, libpspell-dev, librecode-dev, libsasl2-dev, libsnmp-dev, libsqlite0-dev, libssl-dev, libt1-dev, libtidy-dev, libtool, libwrap0-dev, libxmltok1-dev, libxml2-dev, libxslt1-dev (>= 1.0.18), quilt, re2c, unixodbc-dev, zlib1g-dev, tzdata
 Build-Conflicts: bind-dev
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/pkg-php/php.git
@@ -254,7 +254,7 @@
 
 Package: php5-mysql
 Architecture: any
-Depends: libmysqlclient15off (>= 5.0.51a), ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${binary:Version})
 Conflicts: php5-mysqli
 Replaces: php5-mysqli
 Description: MySQL module for php5





More information about the pkg-php-maint mailing list