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

Nicholas Bamber periapt at alioth.debian.org
Sun May 6 09:40:13 UTC 2012


Author: periapt
Date: 2012-05-06 09:40:12 +0000 (Sun, 06 May 2012)
New Revision: 2086

Modified:
   mysql-5.5/branches/experimental/debian/changelog
   mysql-5.5/branches/experimental/debian/control
Log:
* Removed unnecessary build dependencies:
  - procps as it is required by cmake, cf. #96768
  - zlib1g newer version required by cmake
  - libtool obsoleted by cmake
  - file required by debhelper

Modified: mysql-5.5/branches/experimental/debian/changelog
===================================================================
--- mysql-5.5/branches/experimental/debian/changelog	2012-05-05 15:27:06 UTC (rev 2085)
+++ mysql-5.5/branches/experimental/debian/changelog	2012-05-06 09:40:12 UTC (rev 2086)
@@ -3,7 +3,11 @@
   * Stopped overriding the -j build parameter (Closes: #512964)
   * Stopped testing for /proc filesystem. It is no longer used
     for determining the number of CPUs.
-  * Removed dependency on procps as it is required by cmake, cf. #96768
+  * Removed unnecessary build dependencies:
+    - procps as it is required by cmake, cf. #96768
+    - zlib1g newer version required by cmake
+    - libtool obsoleted by cmake
+    - file required by debhelper
   * Migrated libmysqld-dev, libmysqld-pic, libmysqlclient18 to using
     dh_install rather than dh_movefiles
   * Changed /var/run to /run as required by Debian Policy 3.9.3 (9.1.1)

Modified: mysql-5.5/branches/experimental/debian/control
===================================================================
--- mysql-5.5/branches/experimental/debian/control	2012-05-05 15:27:06 UTC (rev 2085)
+++ mysql-5.5/branches/experimental/debian/control	2012-05-06 09:40:12 UTC (rev 2086)
@@ -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: libtool (>= 1.4.2-7), debhelper (>= 8.1.3~), file (>= 3.28), libaio-dev [linux-any], 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, libssl-dev
+Build-Depends: debhelper (>= 8.1.3~), libaio-dev[linux-any], libncurses5-dev (>= 5.0-6), perl, libwrap0-dev (>= 7.6-8.3), libreadline-dev, po-debconf, psmisc, chrpath, doxygen-latex, ghostscript, gawk, bison, lsb-release, hardening-wrapper, cmake, libssl-dev
 Standards-Version: 3.9.3
 Homepage: http://dev.mysql.com/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-mysql/mysql-5.5/




More information about the Pkg-mysql-commits mailing list