@@ -0,0 +1,5 @@ | |||
salt-formula-galera (0.1) trusty; urgency=medium | |||
* First public release | |||
-- Filip Pytloun <filip.pytloun@tcpcloud.eu> Tue, 06 Oct 2015 16:38:36 +0200 |
@@ -0,0 +1 @@ | |||
9 |
@@ -0,0 +1,15 @@ | |||
Source: salt-formula-galera | |||
Maintainer: tcpcloud Packaging Team <pkg-team@tcpcloud.eu> | |||
Section: admin | |||
Priority: optional | |||
Build-Depends: debhelper (>= 9) | |||
Standards-Version: 3.9.6 | |||
Homepage: http://www.tcpcloud.eu | |||
Vcs-Browser: https://github.com/tcpcloud/salt-formula-galera | |||
Vcs-Git: https://github.com/tcpcloud/salt-formula-galera.git | |||
Package: salt-formula-galera | |||
Architecture: all | |||
Depends: ${misc:Depends}, salt-master, reclass | |||
Description: galera salt formula | |||
Install and configure galera system. |
@@ -0,0 +1,15 @@ | |||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | |||
Upstream-Name: salt-formula-galera | |||
Upstream-Contact: Jakub Pavlik <jakub.pavlik@tcpcloud.eu> | |||
Source: https://github.com/tcpcloud/salt-formula-galera | |||
Files: * | |||
Copyright: 2014-2015 tcp cloud a.s. | |||
License: Apache-2.0 | |||
Copyright (C) 2014-2015 tcp cloud a.s. | |||
. | |||
Licensed under the Apache License, Version 2.0 (the "License"); | |||
you may not use this file except in compliance with the License. | |||
. | |||
On a Debian system you can find a copy of this license in | |||
/usr/share/common-licenses/Apache-2.0. |
@@ -0,0 +1 @@ | |||
README.rst |
@@ -0,0 +1,2 @@ | |||
galera/* /usr/share/salt-formulas/env/galera/ | |||
metadata/service/* /usr/share/salt-formulas/reclass/service/galera/ |
@@ -0,0 +1,5 @@ | |||
#!/usr/bin/make -f | |||
%: | |||
dh $@ | |||
@@ -0,0 +1 @@ | |||
3.0 (native) |