[Python-modules-commits] r31316 - in packages/python-cs/trunk/python-cs (11 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Thu Oct 30 10:15:13 UTC 2014


    Date: Thursday, October 30, 2014 @ 10:15:12
  Author: bernat
Revision: 31316

[svn-inject] Applying Debian modifications (0.5.7-1) to trunk

Added:
  packages/python-cs/trunk/python-cs/debian/
  packages/python-cs/trunk/python-cs/debian/changelog
  packages/python-cs/trunk/python-cs/debian/compat
  packages/python-cs/trunk/python-cs/debian/control
  packages/python-cs/trunk/python-cs/debian/copyright
  packages/python-cs/trunk/python-cs/debian/cs.1
  packages/python-cs/trunk/python-cs/debian/cs.manpages
  packages/python-cs/trunk/python-cs/debian/rules
  packages/python-cs/trunk/python-cs/debian/source/
  packages/python-cs/trunk/python-cs/debian/source/format
  packages/python-cs/trunk/python-cs/debian/watch

Added: packages/python-cs/trunk/python-cs/debian/changelog
===================================================================
--- packages/python-cs/trunk/python-cs/debian/changelog	                        (rev 0)
+++ packages/python-cs/trunk/python-cs/debian/changelog	2014-10-30 10:15:12 UTC (rev 31316)
@@ -0,0 +1,5 @@
+python-cs (0.5.7-1) unstable; urgency=medium
+
+  * Initial release. Closes: #767334.
+
+ -- Vincent Bernat <bernat at debian.org>  Thu, 30 Oct 2014 10:44:24 +0100

Added: packages/python-cs/trunk/python-cs/debian/compat
===================================================================
--- packages/python-cs/trunk/python-cs/debian/compat	                        (rev 0)
+++ packages/python-cs/trunk/python-cs/debian/compat	2014-10-30 10:15:12 UTC (rev 31316)
@@ -0,0 +1 @@
+9

Added: packages/python-cs/trunk/python-cs/debian/control
===================================================================
--- packages/python-cs/trunk/python-cs/debian/control	                        (rev 0)
+++ packages/python-cs/trunk/python-cs/debian/control	2014-10-30 10:15:12 UTC (rev 31316)
@@ -0,0 +1,54 @@
+Source: python-cs
+Section: python
+Priority: optional
+Maintainer: Vincent Bernat <bernat at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python-all,
+               python3-all,
+               python-setuptools,
+               python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/exoscale/cs
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cs/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cs/trunk/
+
+Package: cs
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends},
+         python3-cs (= ${binary:Version})
+Suggests: python3-pygments
+Description: simple, yet powerful CloudStack API client
+ cs a simple, yet powerful Apache CloudStack API client written in
+ Python and available as a command-line tool. It is a thin wrapper on
+ top of the CloudStack API and hence it is able to adapt to any future
+ version.
+ .
+ Apache CloudStack is open source software designed to deploy and
+ manage large networks of virtual machines.
+
+Package: python-cs
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: simple, yet powerful CloudStack API client (Python module)
+ This module is a simple, yet powerful Apache CloudStack API client
+ for Python. It is a thin wrapper on top of the CloudStack API and
+ hence it is able to adapt to any future version.
+ .
+ Apache CloudStack is open source software designed to deploy and
+ manage large networks of virtual machines.
+ .
+ This package contains the Python 2 module.
+
+Package: python3-cs
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: simple, yet powerful CloudStack API client (Python module)
+ This module is a simple, yet powerful Apache CloudStack API client
+ for Python. It is a thin wrapper on top of the CloudStack API and
+ hence it is able to adapt to any future version.
+ .
+ Apache CloudStack is open source software designed to deploy and
+ manage large networks of virtual machines.
+ .
+ This package contains the Python 3 module.

Added: packages/python-cs/trunk/python-cs/debian/copyright
===================================================================
--- packages/python-cs/trunk/python-cs/debian/copyright	                        (rev 0)
+++ packages/python-cs/trunk/python-cs/debian/copyright	2014-10-30 10:15:12 UTC (rev 31316)
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cs
+Upstream-Contact: Bruno Renié <brutasse at gmail.com>
+Source: https://github.com/exoscale/cs
+
+Files: *
+Copyright: (c) 2014, Bruno Renié and contributors
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2014 Vincent Bernat <bernat at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: packages/python-cs/trunk/python-cs/debian/cs.1
===================================================================
--- packages/python-cs/trunk/python-cs/debian/cs.1	                        (rev 0)
+++ packages/python-cs/trunk/python-cs/debian/cs.1	2014-10-30 10:15:12 UTC (rev 31316)
@@ -0,0 +1,42 @@
+.Dd $Mdocdate: August 18 2013 $
+.Dt CS 1
+.Os
+.Sh NAME
+.Nm cs
+.Nd command-line client for Apache CloudStack
+.Sh SYNOPSIS
+.Nm
+.Op Fl -async
+.Ar command
+.Op Ar option=value ...
+.Sh DESCRIPTION
+.Nm
+is a command-line client for Apache CloudStack.
+.Ar command
+should be the name of an API command.
+.Nm
+will return the result as a JSON-formatted output.
+.Pp
+Configuration is read from several locations, in the following order:
+.Bl -bullet -compact
+.It the
+.Li CLOUDSTACK_ENDPOINT ,
+.Li CLOUDSTACK_KEY
+and
+.Li CLOUDSTACK_SECRET
+environment variables,
+.It a
+.Li CLOUDSTACK_CONFIG
+environment variable pointing to an .ini file,
+.It a
+.Li cloudstack.ini
+file in the current working directory,
+.It a
+.Li .cloudstack.ini
+file in the home directory.
+.El
+.Sh SEE ALSO
+For more documentation about
+.Nm ,
+have a look at the documentation of CloudStack API at
+.Pa http://cloudstack.apache.org/docs/api/ .

Added: packages/python-cs/trunk/python-cs/debian/cs.manpages
===================================================================
--- packages/python-cs/trunk/python-cs/debian/cs.manpages	                        (rev 0)
+++ packages/python-cs/trunk/python-cs/debian/cs.manpages	2014-10-30 10:15:12 UTC (rev 31316)
@@ -0,0 +1 @@
+debian/cs.1

Added: packages/python-cs/trunk/python-cs/debian/rules
===================================================================
--- packages/python-cs/trunk/python-cs/debian/rules	                        (rev 0)
+++ packages/python-cs/trunk/python-cs/debian/rules	2014-10-30 10:15:12 UTC (rev 31316)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+export PYBUILD_DESTDIR_python2=debian/python-cs/
+export PYBUILD_DESTDIR_python3=debian/python3-cs/
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_install:
+	dh_install
+	# Move cs executable in its dedicated package
+	mkdir debian/cs/usr
+	mv debian/python3-cs/usr/bin debian/cs/usr/.
+	rm -rf debian/python-cs/usr/bin
+	rm -rf debian/python3-cs/usr/bin


Property changes on: packages/python-cs/trunk/python-cs/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-cs/trunk/python-cs/debian/source/format
===================================================================
--- packages/python-cs/trunk/python-cs/debian/source/format	                        (rev 0)
+++ packages/python-cs/trunk/python-cs/debian/source/format	2014-10-30 10:15:12 UTC (rev 31316)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-cs/trunk/python-cs/debian/watch
===================================================================
--- packages/python-cs/trunk/python-cs/debian/watch	                        (rev 0)
+++ packages/python-cs/trunk/python-cs/debian/watch	2014-10-30 10:15:12 UTC (rev 31316)
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/cs-$1.tar.gz/ \
+  https://github.com/exoscale/cs/releases .*/v?(\d\S*)\.tar\.gz




More information about the Python-modules-commits mailing list