[Pkg-mysql-commits] r2163 - mysql-5.5/branches/experimental/debian
Nicholas Bamber
periapt at alioth.debian.org
Wed Jun 20 15:33:21 UTC 2012
tags 674267 pending
thanks
Author: periapt
Date: 2012-06-20 15:33:20 +0000 (Wed, 20 Jun 2012)
New Revision: 2163
Modified:
mysql-5.5/branches/experimental/debian/changelog
mysql-5.5/branches/experimental/debian/control
mysql-5.5/branches/experimental/debian/rules
Log:
Setting the gcc/g++ version to 4.4 on i386 platforms (Closes: #674267)
but see #678252 for follow up from upstream
Modified: mysql-5.5/branches/experimental/debian/changelog
===================================================================
--- mysql-5.5/branches/experimental/debian/changelog 2012-06-19 12:16:26 UTC (rev 2162)
+++ mysql-5.5/branches/experimental/debian/changelog 2012-06-20 15:33:20 UTC (rev 2163)
@@ -3,6 +3,8 @@
[ Nicholas Bamber ]
* Made DFSG repacking mechanism independent of local installs and improved
the documentation
+ * Setting the gcc/g++ version to 4.4 on i386 platforms (Closes: #674267)
+ but see #678252 for follow up from upstream
[ Bjoern Boschman ]
* mysqld_safe is now running as User 'mysql' (Closes: 664639)
Modified: mysql-5.5/branches/experimental/debian/control
===================================================================
--- mysql-5.5/branches/experimental/debian/control 2012-06-19 12:16:26 UTC (rev 2162)
+++ mysql-5.5/branches/experimental/debian/control 2012-06-20 15:33:20 UTC (rev 2163)
@@ -4,7 +4,7 @@
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>
Uploaders: Norbert Tretkowski <norbert at tretkowski.de>,
Clint Byrum <clint at ubuntu.com>, Nicholas Bamber <nicholas at periapt.co.uk>
-Build-Depends: debhelper (>= 8.1.3~), libaio-dev[linux-any], libncurses5-dev (>= 5.0-6), perl, libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline-dev, po-debconf, psmisc, chrpath, gawk, bison, lsb-release, hardening-wrapper, cmake, gcc-4.5 [any-i386], g++-4.5 [any-i386]
+Build-Depends: debhelper (>= 8.1.3~), libaio-dev[linux-any], libncurses5-dev (>= 5.0-6), perl, libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline-dev, po-debconf, psmisc, chrpath, gawk, bison, lsb-release, hardening-wrapper, cmake, gcc-4.4 [any-i386], g++-4.4 [any-i386]
Standards-Version: 3.9.3
Homepage: http://dev.mysql.com/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-mysql/mysql-5.5/
Modified: mysql-5.5/branches/experimental/debian/rules
===================================================================
--- mysql-5.5/branches/experimental/debian/rules 2012-06-19 12:16:26 UTC (rev 2162)
+++ mysql-5.5/branches/experimental/debian/rules 2012-06-20 15:33:20 UTC (rev 2163)
@@ -14,8 +14,8 @@
DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
DEBVERSION := $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | sed 's/^.*-//' )
-ifneq (,$(filter $(ARCH), i386 kfreebsd-i386))
- USE_THIS_GCC_VERSION:=-4.5
+ifneq (,$(filter $(ARCH), i386 kfreebsd-i386 hurd-i386))
+ USE_THIS_GCC_VERSION:=-4.4
endif
export MYSQL_BUILD_CC=$(DEB_HOST_GNU_TYPE)-gcc$(USE_THIS_GCC_VERSION)
More information about the Pkg-mysql-commits
mailing list