debian/0000775000000000000000000000000012276133714007176 5ustar debian/copyright0000664000000000000000000000561512274621453011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Galera for Percona XtraDB Cluster Source: http://www.percona.com/downloads/Percona-XtraDB-Cluster Comments: Codership have added an additional clause to cover use of OpenSSL with Galera under the GPL-2 license. This is commited to the 2.x branch upstream: . http://bazaar.launchpad.net/~codership/galera/2.x/revision/167 Files: * Copyright: 2007-2013 Codership Oy License: GPL-2 Files: asio/* Copyright: 2003-2011 Christopher M. Kohlhoff (chris at kohlhoff dot com), 2008 Rep Invariant Systems, Inc. (info@repinvariant.com), 2005 Stefan Arentz (stefan at soze dot com) License: Boost Software License, Version 1.0 . Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: . The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2011, Ignacio Nin , 2013, Canonical Ltd. License: GPL-2 License: GPL-2 On Debian based systems the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2`. . In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the OpenSSL project's "OpenSSL" library (or with modified versions of it that use the same license as the "OpenSSL" library), and distribute the linked executables. You must obey the GNU General Public License in all respects for all of the code used other than "OpenSSL". If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. debian/compat0000664000000000000000000000000212264743321010372 0ustar 7 debian/source/0000775000000000000000000000000012264745175010505 5ustar debian/source/format0000664000000000000000000000001412264745175011713 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000112412264751143010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 GALERA_REVNO = $(shell cat GALERA-REVISION) override_dh_auto_build: scons revno=$(GALERA_REVNO) boost_pool=0 garb/garbd libgalera_smm.so $(SCONS_ARGS) %: dh $@ debian/gbp.conf0000664000000000000000000000004112276133673010614 0ustar [DEFAULT] debian-branch = ubuntu debian/README.source0000664000000000000000000000066712264745644011376 0ustar percona-xtradb-cluster-galera-2.x for Debian -------------------------------------------- This package provides the Galera sync replication extensions for Percona XtraDB Cluster (PXC). The version this package provides is supplied alongside PXC by Percona upstream from: http://www.percona.com/downloads/Percona-XtraDB-Cluster/LATEST/source/ The Galera revision number is detailed in GALERA-REVISION in the top-level of the package. debian/docs0000664000000000000000000000000712264745652010055 0ustar README debian/install0000664000000000000000000000005412274625125010566 0ustar garb/garbd usr/bin libgalera_smm.so usr/lib debian/changelog0000664000000000000000000000024412276133714011050 0ustar percona-xtradb-cluster-galera-2.x (165-0ubuntu1) trusty; urgency=low * Initial package. -- James Page Mon, 10 Feb 2014 13:27:12 +0200 debian/control0000664000000000000000000000241612276133743010606 0ustar Source: percona-xtradb-cluster-galera-2.x Section: database Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian MySQL Maintainers Uploaders: James Page Build-Depends: check, debhelper (>= 7.0.50~), libboost-dev (>= 1.41), libboost-program-options-dev (>= 1.41), libssl-dev, scons Standards-Version: 3.9.5 Homepage: http://www.percona.com/software/percona-xtradb-cluster/ Vcs-Git: git://git.debian.org/git/pkg-mysql/percona-xtradb-cluster-galera-2.x.git Vcs-Browser: http://git.debian.org/?p=pkg-mysql/percona-xtradb-cluster-galera-2.x.git Package: percona-xtradb-cluster-galera-2.x Architecture: any Provides: percona-xtradb-cluster-galera-25 Conflicts: galera, percona-xtradb-cluster-galera Depends: ${misc:Depends}, ${shlibs:Depends} Description: Synchronous multi-master replication plugin for transactional applications Galera implements wsrep pluggable interface, as defined in project: https://launchpad.net/wsrep and can provide several replication modes and topologies, including the ultimate Synchronous Multi-Master replication. . This package contains the version of galera that will be aligned to the Percona XtraDB Cluster 5.5 package.