From 79ae872c48c1ba833aae9d069e037d4e600731ba Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Thu, 31 Mar 2016 21:06:44 +0200 Subject: [PATCH] Debian packaging --- VERSION | 2 +- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/copyright | 15 +++++++++++++++ debian/docs | 2 ++ debian/install | 2 ++ debian/rules | 5 +++++ debian/source/format | 1 + 9 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/install create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/VERSION b/VERSION index 3b04cfb..49d5957 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2 +0.1 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..6ee0601 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +salt-formula-grafana (0.1) trusty; urgency=medium + + * Initial release + + -- Filip Pytloun Thu, 13 Aug 2015 23:23:41 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4bc2055 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: salt-formula-grafana +Maintainer: tcpcloud Packaging Team +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-grafana +Vcs-Git: https://github.com/tcpcloud/salt-formula-grafana.git + +Package: salt-formula-grafana +Architecture: all +Depends: ${misc:Depends}, salt-master, reclass +Description: grafana Salt formula + Install and configure grafana server and relay. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..9473396 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,15 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: salt-formula-grafana +Upstream-Contact: Filip Pytloun +Source: https://github.com/tcpcloud/salt-formula-grafana + +Files: * +Copyright: 2014-2015 tcp cloud +License: Apache-2.0 + Copyright (C) 2014-2015 tcp cloud + . + 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. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..503f917 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +README.rst +VERSION diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..52d641c --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +grafana/* /usr/share/salt-formulas/env/grafana/ +metadata/service/* /usr/share/salt-formulas/reclass/service/grafana/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..abde6ef --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)