From c78e6c0fa11f6a0881f0934eae6d4f08bfc019a1 Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Fri, 15 Apr 2016 15:59:39 +0200 Subject: [PATCH] New release, debian packaging moved Change-Id: Ie2e549b416820dd7390bb4aa66ad63efcd682ba9 --- CHANGELOG.rst | 6 +++++- VERSION | 2 +- debian/changelog | 11 ----------- debian/compat | 1 - debian/control | 15 --------------- debian/copyright | 15 --------------- debian/docs | 3 --- debian/rules | 5 ----- debian/source/format | 1 - metadata.yml | 2 +- 10 files changed, 7 insertions(+), 54 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/docs delete mode 100755 debian/rules delete mode 100644 debian/source/format diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b91e0e0..dfc0e05 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ keystone formula ================ +2016.4.1 (2016-04-15) + +- second release + 0.0.1 (2015-08-03) -- Initial formula setup \ No newline at end of file +- Initial formula setup diff --git a/VERSION b/VERSION index 3b04cfb..1bad316 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2 +2016.4.1 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 1bcb522..0000000 --- a/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -salt-formula-keystone (0.2) trusty; urgency=medium - - * First public release - - -- Filip Pytloun Tue, 06 Oct 2015 16:38:45 +0200 - -salt-formula-keystone (0.1) trusty; urgency=medium - - * Initial release - - -- Jakub Pavlik Thu, 13 Aug 2015 23:23:41 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 5e8693d..0000000 --- a/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: salt-formula-keystone -Maintainer: Jakub Pavlik -Section: admin -Priority: optional -Build-Depends: salt-master, python, python-yaml, debhelper (>= 9) -Standards-Version: 3.9.6 -Homepage: https://wiki.openstack.org/wiki/OpenStackSalt -Vcs-Browser: https://github.com/openstack/salt-formula-keystone -Vcs-Git: https://github.com/openstack/salt-formula-keystone.git - -Package: salt-formula-keystone -Architecture: all -Depends: ${misc:Depends}, salt-master, reclass -Description: Keystone Salt formula - Install and configure Keystone server and client. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 571724b..0000000 --- a/debian/copyright +++ /dev/null @@ -1,15 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: salt-formula-keystone -Upstream-Contact: Jakub Pavlik -Source: https://github.com/openstack/salt-formula-keystone - -Files: * -Copyright: 2014-2016 tcp cloud -License: Apache-2.0 - Copyright (C) 2014-2016 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 deleted file mode 100644 index d585829..0000000 --- a/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -README.rst -CHANGELOG.rst -VERSION diff --git a/debian/rules b/debian/rules deleted file mode 100755 index abde6ef..0000000 --- a/debian/rules +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ - diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/metadata.yml b/metadata.yml index 1dcbbac..1cafe29 100644 --- a/metadata.yml +++ b/metadata.yml @@ -1,3 +1,3 @@ name: "keystone" -version: "0.2" +version: "2016.4.1" source: "https://github.com/openstack/salt-formula-keystone"