1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
The Unified GIT Repository
==========================
To simplify the concurrent maintenance of several major MySQL releases
for multiple distributions all related source packages are kept within
one GIT repository:
git+ssh://git.debian.org/git/pkg-mysql/mysql.git
The following naming scheme is used for branches and tags to
distinguish the different packages:
* Upstream:
Branches: <package>/upstream
Tags: <package>/upstream/<version>
* Packaging:
Branches: <package>/<vendor>/master
<package>/<vendor>/<codename>
Tags: <package>/<vendor>/<version>
* User:
Branches: <package>/<user>/<feature-branch>
Tags: None
Example branches:
mysql-5.7/upstream
mysql-5.7/debian/master
mysql-5.7/debian/experimental
mysql-5.7/ubuntu/yakkety
mysql-5.6/debian/jessie-backports
mysql-5.5/debian/jessie
mysql-5.8/<user>/foobar
Please update debian/gbp.conf (and Vcs-Git in debian/control) when
creating new vendor or codename branches.
MySQL source package
====================
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
|