[Python-modules-commits] [python-django-etcd-settings] 14/14: Initial release (Closes: #848120).

Michael Fladischer fladi at moszumanska.debian.org
Wed Dec 14 10:25:30 UTC 2016


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

fladi pushed a commit to branch master
in repository python-django-etcd-settings.

commit 6baed85ccad307c70f1c24b046621763bb798923
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Dec 14 10:58:06 2016 +0100

    Initial release (Closes: #848120).
---
 debian/changelog                                |  5 ++
 debian/clean                                    |  6 ++
 debian/compat                                   |  1 +
 debian/control                                  | 80 +++++++++++++++++++++++++
 debian/copyright                                | 30 ++++++++++
 debian/python-django-etcd-settings-doc.doc-base |  8 +++
 debian/python-django-etcd-settings-doc.docs     |  1 +
 debian/python-django-etcd-settings.docs         |  1 +
 debian/python3-django-etcd-settings.docs        |  1 +
 debian/rules                                    | 18 ++++++
 debian/watch                                    |  4 ++
 11 files changed, 155 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..097dcfc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-django-etcd-settings (0.1.11+dfsg-1) unstable; urgency=low
+
+  * Initial release (Closes: #848120).
+
+ -- Michael Fladischer <fladi at debian.org>  Mon, 05 Dec 2016 22:30:25 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..f502177
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,6 @@
+django_etcd_settings.egg-info/PKG-INFO
+django_etcd_settings.egg-info/SOURCES.txt
+django_etcd_settings.egg-info/dependency_links.txt
+django_etcd_settings.egg-info/not-zip-safe
+django_etcd_settings.egg-info/requires.txt
+django_etcd_settings.egg-info/top_level.txt
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..516c491
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,80 @@
+Source: python-django-etcd-settings
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <fladi at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-django-doc,
+               python-setuptools,
+               python3-all,
+               python3-django,
+               python3-doc,
+               python3-setuptools,
+               python3-sphinx
+Standards-Version: 3.9.8
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
+Homepage: https://github.com/kpn-digital/django-etcd-settings
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-etcd-settings.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-etcd-settings.git
+
+
+Package: python-django-etcd-settings
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-etcd
+Description: config manager for Django apps based on ETCD (Python2 version)
+ This application allows you to extend the Django settings as configured in the
+ settings.py file with:
+ .
+  * Environment dependent values
+  * Values in different config sets, identified by name, which can be selected
+    on a 'per request' basis using the X-DYNAMIC-SETTINGS HTTP header
+ .
+ Both the added configuration values and config sets would live at ETCD,
+ which will be continuously monitored by this library in order to
+ transparently update your app settings upon changes.
+ .
+ This package contains the Python 2 version of the library.
+
+
+Package: python3-django-etcd-settings
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         python3-etcd
+Description: config manager for Django apps based on ETCD (Python3 version)
+ This application allows you to extend the Django settings as configured in the
+ settings.py file with:
+ .
+  * Environment dependent values
+  * Values in different config sets, identified by name, which can be selected
+    on a 'per request' basis using the X-DYNAMIC-SETTINGS HTTP header
+ .
+ Both the added configuration values and config sets would live at ETCD,
+ which will be continuously monitored by this library in order to
+ transparently update your app settings upon changes.
+ .
+ This package contains the Python 3 version of the library.
+
+Package: python-django-etcd-settings-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
+Description: config manager for Django apps based on ETCD (Documentation)
+ This application allows you to extend the Django settings as configured in the
+ settings.py file with:
+ .
+  * Environment dependent values
+  * Values in different config sets, identified by name, which can be selected
+    on a 'per request' basis using the X-DYNAMIC-SETTINGS HTTP header
+ .
+ Both the added configuration values and config sets would live at ETCD,
+ which will be continuously monitored by this library in order to
+ transparently update your app settings upon changes.
+ .
+ This package contains the documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b5053aa
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-django-etcd-settings
+Upstream-Contact: Enrique Paz <enrique.pazperez at kpn.com>
+Source: https://github.com/kpn-digital/django-etcd-settings
+Files-Excluded: docs/_plantuml
+
+Files: *
+Copyright: 2015, KPN Digital
+License: Apache-2
+
+Files: debian/*
+Copyright: 2016, Michael Fladischer <fladi at debian.org>
+License: Apache-2
+
+License: Apache-2
+ 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.
+ .
+ On Debian-based systems the full text of the Apache version 2.0 license can be
+ found in /usr/share/common-licenses/Apache-2.0.
+
diff --git a/debian/python-django-etcd-settings-doc.doc-base b/debian/python-django-etcd-settings-doc.doc-base
new file mode 100644
index 0000000..571ec43
--- /dev/null
+++ b/debian/python-django-etcd-settings-doc.doc-base
@@ -0,0 +1,8 @@
+Document: python-django-etcd-settings-doc
+Title: django-etcd-settings Documentation
+Author: Enrique Paz <enrique.pazperez at kpn.com>
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-etcd-settings-doc/html/index.html
+Files: /usr/share/doc/python-django-etcd-settings-doc/html/*.html
diff --git a/debian/python-django-etcd-settings-doc.docs b/debian/python-django-etcd-settings-doc.docs
new file mode 100644
index 0000000..2981a3c
--- /dev/null
+++ b/debian/python-django-etcd-settings-doc.docs
@@ -0,0 +1 @@
+docs/.build/html
diff --git a/debian/python-django-etcd-settings.docs b/debian/python-django-etcd-settings.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-django-etcd-settings.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-django-etcd-settings.docs b/debian/python3-django-etcd-settings.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-django-etcd-settings.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..39d5654
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=django-etcd-settings
+export PYBUILD_DISABLE=test
+
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
+
+override_dh_clean:
+	rm -rf docs/.build
+	dh_clean
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..eb77957
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/.*\/([\d\.]+.*)$/python-django-etcd-settings-$1/,repacksuffix=+dfsg,dversionmangle=s/\+dfsg$// \
+https://github.com/kpn-digital/django-etcd-settings/releases \
+/kpn-digital/django-etcd-settings/archive/([\d\.]+)\.tar\.gz

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



More information about the Python-modules-commits mailing list