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

Nicholas Bamber periapt at alioth.debian.org
Fri May 4 17:48:31 UTC 2012


Author: periapt
Date: 2012-05-04 17:48:31 +0000 (Fri, 04 May 2012)
New Revision: 2083

Added:
   mysql-5.5/branches/experimental/debian/libmysqld-dev.install
Removed:
   mysql-5.5/branches/experimental/debian/libmysqld-dev.files
Modified:
   mysql-5.5/branches/experimental/debian/changelog
   mysql-5.5/branches/experimental/debian/rules
Log:
* Stopped testing for /proc filesystem. It is no longer used
  for determining the number of CPUs. The procps package itself
  is probably still required as per #96768
* Migrated libmysqld-dev to using dh_install rather than dh_movefiles

Modified: mysql-5.5/branches/experimental/debian/changelog
===================================================================
--- mysql-5.5/branches/experimental/debian/changelog	2012-05-04 11:25:09 UTC (rev 2082)
+++ mysql-5.5/branches/experimental/debian/changelog	2012-05-04 17:48:31 UTC (rev 2083)
@@ -1,6 +1,10 @@
 mysql-5.5 (5.5.23-2) UNRELEASED; urgency=low
 
   * Stopped overriding the -j build parameter (Closes: #512964)
+  * Stopped testing for /proc filesystem. It is no longer used
+    for determining the number of CPUs. The procps package itself
+    is probably still required as per #96768
+  * Migrated libmysqld-dev to using dh_install rather than dh_movefiles
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 04 May 2012 07:26:25 +0100
 

Deleted: mysql-5.5/branches/experimental/debian/libmysqld-dev.files
===================================================================
--- mysql-5.5/branches/experimental/debian/libmysqld-dev.files	2012-05-04 11:25:09 UTC (rev 2082)
+++ mysql-5.5/branches/experimental/debian/libmysqld-dev.files	2012-05-04 17:48:31 UTC (rev 2083)
@@ -1,2 +0,0 @@
-usr/lib/*/libmysqld.a
-usr/lib/*/libmysqlservices.a

Added: mysql-5.5/branches/experimental/debian/libmysqld-dev.install
===================================================================
--- mysql-5.5/branches/experimental/debian/libmysqld-dev.install	                        (rev 0)
+++ mysql-5.5/branches/experimental/debian/libmysqld-dev.install	2012-05-04 17:48:31 UTC (rev 2083)
@@ -0,0 +1,2 @@
+usr/lib/*/libmysqld.a
+usr/lib/*/libmysqlservices.a

Modified: mysql-5.5/branches/experimental/debian/rules
===================================================================
--- mysql-5.5/branches/experimental/debian/rules	2012-05-04 11:25:09 UTC (rev 2082)
+++ mysql-5.5/branches/experimental/debian/rules	2012-05-04 17:48:31 UTC (rev 2083)
@@ -83,9 +83,6 @@
 configure-stamp configure-pic-stamp:
 	@echo "RULES.$@"
 	dh_testdir
-ifneq ($(ARCH_OS),hurd)
-	if [ ! -d /proc/self ]; then echo "/proc IS NEEDED" 1>&2; exit 1; fi 
-endif
 	( test -d $(builddir) || mkdir $(builddir) ) && cd $(builddir) && \
 	sh -c  'PATH=$${MYSQL_BUILD_PATH:-"/bin:/usr/bin"} \
 	    	CC=$${MYSQL_BUILD_CC:-gcc} \




More information about the Pkg-mysql-commits mailing list