[Pkg-mysql-commits] r2034 - mysql-5.5/branches/experimental/debian

Clint Byrum spamaps-guest at alioth.debian.org
Fri Nov 18 01:17:41 UTC 2011


Author: spamaps-guest
Date: 2011-11-18 01:17:40 +0000 (Fri, 18 Nov 2011)
New Revision: 2034

Modified:
   mysql-5.5/branches/experimental/debian/changelog
   mysql-5.5/branches/experimental/debian/compat
   mysql-5.5/branches/experimental/debian/control
Log:
d/control: Pre-Depend on multiarch-support and misc:Pre-Depends.
also bump debhelper Build-Dep for multiarch.
d/compat: raise to 9 for multiarch support.

Modified: mysql-5.5/branches/experimental/debian/changelog
===================================================================
--- mysql-5.5/branches/experimental/debian/changelog	2011-11-17 22:39:07 UTC (rev 2033)
+++ mysql-5.5/branches/experimental/debian/changelog	2011-11-18 01:17:40 UTC (rev 2034)
@@ -1,3 +1,11 @@
+mysql-5.5 (5.5.17-4) UNRELEASED; urgency=low
+
+  * d/control: Pre-Depend on multiarch-support and misc:Pre-Depends.
+    also bump debhelper Build-Dep for multiarch.
+    d/compat: raise to 9 for multiarch support.
+
+ -- Clint Byrum <clint at ubuntu.com>  Thu, 17 Nov 2011 17:16:45 -0800
+
 mysql-5.5 (5.5.17-3) experimental; urgency=low
 
   [Clint Byrum]

Modified: mysql-5.5/branches/experimental/debian/compat
===================================================================
--- mysql-5.5/branches/experimental/debian/compat	2011-11-17 22:39:07 UTC (rev 2033)
+++ mysql-5.5/branches/experimental/debian/compat	2011-11-18 01:17:40 UTC (rev 2034)
@@ -1 +1 @@
-7
+9

Modified: mysql-5.5/branches/experimental/debian/control
===================================================================
--- mysql-5.5/branches/experimental/debian/control	2011-11-17 22:39:07 UTC (rev 2033)
+++ mysql-5.5/branches/experimental/debian/control	2011-11-18 01:17:40 UTC (rev 2034)
@@ -3,7 +3,7 @@
 Priority: optional
 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>
-Build-Depends: libtool (>= 1.4.2-7), procps | hurd,  debhelper (>= 7.4.20ubuntu6), file (>= 3.28), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline-dev, psmisc, po-debconf, chrpath, doxygen-latex, ghostscript,  gawk, bison, lsb-release, hardening-wrapper, cmake, gcc-4.5, g++-4.5
+Build-Depends: libtool (>= 1.4.2-7), procps | hurd,  debhelper (>= 8.1.3~), file (>= 3.28), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline-dev, psmisc, po-debconf, chrpath, doxygen-latex, ghostscript,  gawk, bison, lsb-release, hardening-wrapper, cmake, gcc-4.5, g++-4.5
 Standards-Version: 3.9.2
 Homepage: http://dev.mysql.com/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-mysql/mysql-5.5/
@@ -13,6 +13,7 @@
 Section: libs
 Architecture: any
 Depends: mysql-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: multiarch-support, ${misc:Pre-Depends}
 Multi-Arch: same
 Description: MySQL database client library
  MySQL is a fast, stable and true multi-user, multi-threaded SQL database




More information about the Pkg-mysql-commits mailing list