[Python-modules-commits] [python-shade] 02/04: Import python-shade_1.3.0-1.dsc
Clint Byrum
spamaps at moszumanska.debian.org
Sat Dec 26 16:05:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
spamaps pushed a commit to tag debian-1.3.0-1
in repository python-shade.
commit 143942a4db97d29c9cb01ac4857aa11ed4d2050c
Author: Clint Byrum <clint at fewbar.com>
Date: Sat Dec 26 07:56:51 2015 -0800
Import python-shade_1.3.0-1.dsc
---
debian/.git-dpm | 16 +++++++++++++++
debian/README.source | 2 ++
debian/changelog | 14 +++++++++++++
debian/compat | 1 +
debian/control | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++
debian/copyright | 20 +++++++++++++++++++
debian/patches/series | 4 ++++
debian/rules | 10 ++++++++++
debian/source/format | 1 +
debian/watch | 3 +++
10 files changed, 126 insertions(+)
diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..369dbe0
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,16 @@
+# see git-dpm(1) from git-dpm package
+NONE
+1e9a7916d40badd1cfa3f4ae1b132d5af37b416d
+1e9a7916d40badd1cfa3f4ae1b132d5af37b416d
+7b52a4e2472109a127ab9f726b2a6a8b2729ef1c
+python-shade_1.2.0.orig.tar.gz
+fa34da781e0a4b2c335a92f22c2e6fe6dd91eff2
+118856
+fe0256a9c1e3da1798ae577cb867f1a908e9e5bc
+python-shade_1.3.0.orig.tar.gz
+35cdaff2ffe7e26f31c9c8746ea4c6b802a9dfb1
+122939
+1e9a7916d40badd1cfa3f4ae1b132d5af37b416d
+python-shade_0.6.1.orig.tar.gz
+7c516c922463beb9eb1f07a506c4d8659eadbd1b
+48967
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..b446c87
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,14 @@
+python-shade (1.3.0-1) unstable; urgency=medium
+
+ * New Upstream release.
+ * Fixed SCM to point at git (Closes: #804548)
+ * Respect DEB_BUILD_OPTOINS (Closes: #804550)
+ * Add new build deps to pass test suite in new release.
+
+ -- Clint Byrum <spamaps at debian.org> Sat, 26 Dec 2015 07:48:24 -0800
+
+python-shade (0.6.1-1) unstable; 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..3b7a16c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,55 @@
+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 (>=1.11.1),
+ python-mock,
+ python-testscenarios,
+ python-novaclient,
+ python-keystoneclient,
+ python-glanceclient,
+ python-cinderclient,
+ python-neutronclient,
+ python-troveclient,
+ python-ironicclient,
+ python-swiftclient,
+ python-bunch,
+ python-designateclient,
+ python-heatclient,
+ python-keystoneauth1,
+ python-ipaddress,
+ python-jsonpatch,
+ python-six,
+ python-munch,
+ python-requestsexceptions (>= 1.1.1),
+ python-decorator,
+ python-os-cloud-config,
+Standards-Version: 3.9.5
+Homepage: https://pypi.python.org/pypi/shade
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-shade.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-shade.git
+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..116b315
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=shade
+
+%:
+ dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
+ python setup.py testr --slowest
+endif
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