[Python-modules-commits] [django-environ] 04/09: Initial release.

Brian May bam at moszumanska.debian.org
Thu Jan 7 02:43:39 UTC 2016


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

bam pushed a commit to branch master
in repository django-environ.

commit bb1f36668d6270d7167236575811c55cf9c455c1
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Wed Jan 6 18:30:30 2016 +1100

    Initial release.
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 22 ++++++++++++++++++++++
 debian/copyright | 31 +++++++++++++++++++++++++++++++
 debian/rules     |  9 +++++++++
 debian/watch     |  3 +++
 6 files changed, 71 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ce3a84a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-django-environ (0.4.0-1) unstable; urgency=low
+
+  * Initial upload. Closes: #810061.
+
+ -- Brian May <bam at debian.org>  Wed, 06 Jan 2016 18:23:05 +1100
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..6c4e8a8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: python-django-environ
+Maintainer: joke2k <joke2k at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+    python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python-six, python-django,
+    python3-setuptools (>= 0.6b3), python3-all, python3-six, python3-django,
+Standards-Version: 3.9.4
+
+Package: python-django-environ
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Simplified environment variables for Django
+ Simplifies configuring key aspects of Django Applications through
+ environment variables. This package contains the Python2 version.
+
+Package: python3-django-environ
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Simplified environment variables for Django
+ Simplifies configuring key aspects of Django Applications through
+ environment variables. This package contains the Python3 version.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9d81e71
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-environ
+Source: https://pypi.python.org/pypi/django-environ/
+
+Files: *
+Copyright: 2013-2015, Daniele Faraglia
+License: MIT
+
+Files: debian/*
+Copyright: 2015 Brian May <bam at debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c9dfee3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.2 at
+# Wed, 06 Jan 2016 18:23:05 +1100
+export PYBUILD_NAME=django-environ
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9cd00a4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/django-environ/django-environ-(.+)\.(?: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/django-environ.git



More information about the Python-modules-commits mailing list