[Python-modules-commits] [python-shade] 02/03: Import python-shade_0.6.1-1.dsc

Clint Byrum spamaps at moszumanska.debian.org
Mon Nov 9 22:29:48 UTC 2015


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

spamaps pushed a commit to branch master
in repository python-shade.

commit 7f81e186bdab14c2fccebc058a7f13c7ec9286dd
Author: Clint Byrum <clint at fewbar.com>
Date:   Mon Nov 9 14:29:05 2015 -0800

    Import python-shade_0.6.1-1.dsc
---
 debian/README.source  |  2 ++
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 45 +++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright      | 20 ++++++++++++++++++++
 debian/patches/series |  4 ++++
 debian/rules          |  8 ++++++++
 debian/source/format  |  1 +
 debian/watch          |  3 +++
 9 files changed, 89 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..6aea625
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,2 @@
+Note that because shade is heavily dependent on the client libraries,
+we cannot have a python3-shade until they are all packaged.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e3de1b7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-shade (0.6.1-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #784710
+
+ -- Clint Byrum <spamaps at debian.org>  Thu, 14 May 2015 15:22:27 -0700
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..9517a3a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
+Source: python-shade
+Section: python
+Priority: extra
+Maintainer: Clint Byrum <spamaps at debian.org>
+Build-Depends: debhelper (>=9),
+    dh-python,
+	python-all,
+    python-setuptools,
+    python-pbr,
+    python-sphinx,
+    python-testtools,
+    python-testrepository,
+    python-dogpile.cache,
+    python-os-client-config,
+    python-mock,
+    python-testscenarios,
+    python-novaclient,
+    python-keystoneclient,
+    python-glanceclient,
+    python-cinderclient,
+    python-neutronclient,
+    python-troveclient,
+    python-ironicclient,
+    python-swiftclient,
+    python-bunch,
+Standards-Version: 3.9.5
+Homepage: https://pypi.python.org/pypi/shade
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-shade
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/python-shade
+X-Python-Version: >= 2.7
+
+Package: python-shade
+Architecture: all
+Depends: ${misc:Depends},${python:Depends}
+Description: Client library for operating OpenStack clouds
+ Shade is a simple Python client library for operating OpenStack
+ clouds. The key word here is simple. Clouds can do many things - but
+ there are probably only about 10 of them that most people care about
+ with any regularity. If you want to do complicated things, you should
+ probably use the lower level client libraries - or even the REST API
+ directly. However, if what you want is to be able to write an application
+ that talks to clouds no matter what choices the deployer has made then
+ shade is for you.
+ .
+ This package installs the library for Python 2.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0242bad
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,20 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: shade
+Source: http://git.openstack.org/cgit/openstack-infra/shade
+
+Copyright: 2013-2015 Hewlett-Packard Development Company, L.P.
+ 2010-2013 OpenStack Foundation
+Files: *
+License:
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3f6997d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,4 @@
+# This is manually managed by users with dquilt (quilt(1) wrapper)
+# See http://www.debian.org/doc/manuals/maint-guide/modify.en.html#quiltrc
+# Also this may be updated by dpkg-source(1) when making a package.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ee1ab4f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=shade
+
+%:
+		dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_test:
+	python setup.py testr --slowest
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0913c0c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/shade/shade-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-shade.git



More information about the Python-modules-commits mailing list