[Pkg-mysql-commits] r904 - branches/sid-5.0/debian

Sean Finney seanius at alioth.debian.org
Tue Jul 17 20:24:16 UTC 2007


tags 431018 pending
thanks

Author: seanius
Date: 2007-07-17 20:24:15 +0000 (Tue, 17 Jul 2007)
New Revision: 904

Modified:
   branches/sid-5.0/debian/changelog
   branches/sid-5.0/debian/control
Log:
non-linux build-dep fix

Modified: branches/sid-5.0/debian/changelog
===================================================================
--- branches/sid-5.0/debian/changelog	2007-07-17 20:21:27 UTC (rev 903)
+++ branches/sid-5.0/debian/changelog	2007-07-17 20:24:15 UTC (rev 904)
@@ -9,8 +9,10 @@
     to the upstream ./debian dir out of the build, at least until we find
     a nice way to collaborate on sharing the directory.
   * updated CRUFT list to fix double-build breakage (closes: #424590).
+  * add conditional build-deps for linux-libc-dev to fix FTBFS for
+    non-linux arch's (closes: #431018).
 
- -- sean finney <seanius at debian.org>  Tue, 17 Jul 2007 22:24:05 +0200
+ -- sean finney <seanius at debian.org>  Tue, 17 Jul 2007 22:26:50 +0200
 
 mysql-dfsg-5.0 (5.0.41a-1) unstable; urgency=high
 

Modified: branches/sid-5.0/debian/control
===================================================================
--- branches/sid-5.0/debian/control	2007-07-17 20:21:27 UTC (rev 903)
+++ branches/sid-5.0/debian/control	2007-07-17 20:24:15 UTC (rev 904)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>
 Uploaders:  Christian Hammers <ch at debian.org>, Sean Finney <seanius at debian.org>, Adam Conrad <adconrad at 0c3.net>
-Build-Depends: libtool (>= 1.4.2-7), procps | hurd,  debhelper (>= 4.1.16), file (>= 3.28-1), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline5-dev | libreadline-dev, psmisc, po-debconf, chrpath, automake1.9, doxygen, texlive-latex-base, gs, dpatch, gawk, bison, linux-libc-dev
+Build-Depends: libtool (>= 1.4.2-7), procps | hurd,  debhelper (>= 4.1.16), file (>= 3.28-1), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline5-dev | libreadline-dev, psmisc, po-debconf, chrpath, automake1.9, doxygen, texlive-latex-base, gs, dpatch, gawk, bison, linux-libc-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 Standards-Version: 3.7.2
 
 Package: libmysqlclient15off




More information about the Pkg-mysql-commits mailing list