[Pkg-ganeti-devel] [ganeti-os-noop] 01/01: upload to unstable (0.2-1)

Mike Gabriel sunweaver at debian.org
Tue Apr 12 07:19:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository ganeti-os-noop.

commit 9cdf5728792ae7677930ed189349116294720063
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Apr 12 09:14:21 2016 +0200

    upload to unstable (0.2-1)
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 33 +++++++++++++++++++++++++++++++++
 debian/copyright     | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/install       |  1 +
 debian/rules         | 11 +++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 101 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b8f78d8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ganeti-os-noop (0.2-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #794482).
+
+ -- Mike Gabriel <sunweaver at debian.org>  Mon, 11 Apr 2016 22:31:49 +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..2c3c3d4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: ganeti-os-noop
+Section: admin
+Priority: extra
+Maintainer: Debian Ganeti Team <pkg-ganeti-devel at lists.alioth.debian.org>
+Uploaders:
+ Apollon Oikonomopoulos <apoikos at gmail.com>,
+ Mike Gabriel <sunweaver at debian.org>,
+Build-Depends:
+ cdbs,
+ debhelper (>= 9)
+Standards-Version: 3.9.7
+Homepage: https://github.com/grnet/ganeti-os-noop
+Vcs-Browser: https://anonscm.debian.org/git/pkg-ganeti/ganeti-os-noop.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-ganeti/ganeti-os-noop.git
+
+Package: ganeti-os-noop
+Architecture: all
+Depends:
+ ${misc:Depends}
+Enhances: ganeti
+Description: Dummy no-op OS provider for Ganeti
+ Ganeti is a virtual server cluster management software tool built on top
+ of the Xen and KVM virtualization technologies and other Free Software.
+ After setting it up it will provide you with an automated environment to
+ manage highly available virtual machine instances.
+ .
+ This package provides a no-op OS for Ganeti. If virtual machines use this
+ no-op OS, then a "Reinstall" action in Ganeti will not have any effect,
+ virtual machines will not be re-installed (i.e., wiped) if a reinstall
+ action is requested via gnt-instance.
+ .
+ Setting the OS of an instance to "no-op" is ideal for virtual machines
+ that have been installed from ISO CD/DVD image.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7d95b15
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ganeti-os-noop
+Upstream-Contact: George Kargiotakis <kargig at void.gr>
+Source: https://github.com/grnet/ganeti-os-noop
+
+Files: ganeti/os/noop/import
+ ganeti/os/noop/rename
+ ganeti/os/noop/export
+ ganeti/os/noop/create
+ ganeti/os/noop/ganeti_api_version
+ CONTRIBUTORS
+ COPYING
+Copyright: 2010-2016, GRNET S.A.
+License: GPL-2+
+
+Files: ganeti/os/noop/ganeti_api_version
+ CONTRIBUTORS
+ COPYING
+Copyright: 2010-2016, GRNET S.A.
+License: GPL-2+
+Comment:
+ Assuming copyright holdership from the other upstream files.
+ Assuming license from the COPYING file.
+
+Files: debian/*
+Copyright: 2010, Apollon Oikonomopoulos <apoikos at gmail.com>
+           2016, Mike Gabriel <sunweaver at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..c306899
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+ganeti /usr/share
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2916b13
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpkg/buildflags.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+get-orig-source:
+	uscan --noconf --force-download --rename --download-current-version --destdir=..
\ No newline at end of file
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4ce2bc7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/ganeti-os-noop-$1.tar.gz/ \
+https://github.com/grnet/ganeti-os-noop/tags .*/archive/v?([\d\.]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti-os-noop.git



More information about the Pkg-ganeti-devel mailing list