[Pkg-mysql-commits] r2125 - mysql-5.5/branches/unstable/debian

Nicholas Bamber periapt at alioth.debian.org
Sat May 26 16:49:49 UTC 2012


Author: periapt
Date: 2012-05-26 16:49:48 +0000 (Sat, 26 May 2012)
New Revision: 2125

Added:
   mysql-5.5/branches/unstable/debian/README.source
Modified:
   mysql-5.5/branches/unstable/debian/changelog
   mysql-5.5/branches/unstable/debian/control
Log:
Enhanced documentation around the source package and the reasons for it
being arch:any

Added: mysql-5.5/branches/unstable/debian/README.source
===================================================================
--- mysql-5.5/branches/unstable/debian/README.source	                        (rev 0)
+++ mysql-5.5/branches/unstable/debian/README.source	2012-05-26 16:49:48 UTC (rev 2125)
@@ -0,0 +1,19 @@
+The question arises why we have the mysql-source-* packages and why
+they are arch:any wasting so much space. This conversation covered the
+issue although it should probably be looked at again.
+
+(26/05/12 16:24:18) SpamapS: periapt: hey, are you 100% sure that mysql-source-5.5 is arch: all ?
+(16:24:37) SpamapS: periapt: It includes generated files.. some of which might be arch specific. I've never taken the time to make sure.
+(16:35:56) periapt: SpamapS: Actually that's a fair point - cmake output. But then I think we ought to drop it. I view it as duplication which I think is against Debian policy.
+(16:44:04) periapt: It seems to be some sort of hangover from when the licensing issues were much worse. It's popcorn rating is almost lower than the arches we support.
+(16:49:27) SpamapS: Nope, its needed for plugins
+(16:49:39) SpamapS: It is only useful as a build-dep
+(16:49:57) SpamapS: Now, I have been made aware of the fact that source format 3.0 allows multiple upstreams..
+(16:50:24) SpamapS: periapt: I created the package, and I use it as a build-dep for handlersocket.
+(16:50:54) SpamapS: periapt: perhaps we should add handlersocket as a second upstream source. That would eliminate the need for it.
+(16:55:21) periapt: SpamapS: I would advise against multiple upstream sources. I actually tried to write some debhelper stuff to maange it. I never got the uscan wrapper working and it's horrible: pkg-components.
+(16:56:23) SpamapS: periapt: then we cannot remove the mysql-source-* packages
+(16:56:57) periapt: I'll put it back to arch:any for now and update the long description. I notice there are already bugs that cover the issue of how to manage plugins. I think it should be revisited. 
+(16:57:30) SpamapS: periapt: perhaps the clarity from this discussion belongs in README.source too :)
+(16:57:40) periapt: okay
+(16:58:15) periapt: Actually I would prefer the FAQ: http://wiki.debian.org/Teams/MySQL/FAQ

Modified: mysql-5.5/branches/unstable/debian/changelog
===================================================================
--- mysql-5.5/branches/unstable/debian/changelog	2012-05-26 16:16:19 UTC (rev 2124)
+++ mysql-5.5/branches/unstable/debian/changelog	2012-05-26 16:49:48 UTC (rev 2125)
@@ -16,7 +16,8 @@
   * Added --fail-missing to dh_install to catch executables not being installed
   * Distributed unused resources amongst packages appropriately
   * Added fixes to mop up various permissions issues in auto-install rule
-  * Converted mysql-source-5.5 to arch:all
+  * Enhanced documentation around the source package and the reasons for it
+    being arch:any
   * Removed source cruft: debian/additions/*.1 (apart from mysqlreport.1)
   * Restored zlib1g-dev build dependency pending further investigation
   * Removed the numerical prefix from the patch files

Modified: mysql-5.5/branches/unstable/debian/control
===================================================================
--- mysql-5.5/branches/unstable/debian/control	2012-05-26 16:16:19 UTC (rev 2124)
+++ mysql-5.5/branches/unstable/debian/control	2012-05-26 16:49:48 UTC (rev 2125)
@@ -164,7 +164,7 @@
  This package includes the MySQL testsuite.
 
 Package: mysql-source-5.5
-Architecture: all
+Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: MySQL source
  MySQL is a fast, stable, and true multi-user, multi-threaded SQL database
@@ -172,4 +172,6 @@
  language in the world. The main goals of MySQL are speed, robustness and
  ease of use.
  .
- This package includes the MySQL source code as configured before building.
+ This package includes the MySQL source code as configured before building
+ - but after the arch specific configuration. This is currently required for
+ building plugins.




More information about the Pkg-mysql-commits mailing list