[Python-modules-commits] [astral] 03/05: Initial Debian release (closes: #869101)

Ethan Ward ethanward-guest at moszumanska.debian.org
Mon Jul 24 22:19:13 UTC 2017


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

ethanward-guest pushed a commit to branch master
in repository astral.

commit 9d8611e03fe476f20a749071cd57cd6cd3844384
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Mon Jul 24 17:09:48 2017 -0500

    Initial Debian release (closes: #869101)
---
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 33 +++++++++++++++++++++++++++++++++
 debian/copyright      | 43 +++++++++++++++++++++++++++++++++++++++++++
 debian/docs           |  1 +
 debian/rules          |  7 +++++++
 debian/source/options |  1 +
 debian/watch          |  2 ++
 8 files changed, 93 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6d42e2a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+astral (1.4-1) UNRELEASED; urgency=medium
+
+  * Initial Debian release (closes: #869101)
+
+ -- Mycroft Devs <devops at mycroft.ai>  Mon, 17 Jul 2017 10:00:57 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ef672af
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: astral
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Mycroft Devs <devops at mycroft.ai>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python-tz,
+               python3-all,
+               python3-setuptools,
+               python3-tz
+Standards-Version: 4.0.0
+
+Package: python-astral
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Calculations for the position of the sun and moon
+ This package contains the module for Python 2.x. This is astral,
+ a Python module which calculates times for various positions of the
+ sun: dawn, sunrise, solar moon, sunset, dusk, solar elevation, solar
+ azimuth and rahukaalam. It also calculates phases of the moon.
+
+Package: python3-astral
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Calculations for the position of the sun and moon
+ This package contains the module for Python 3.x. This is astral,
+ a Python module which calculates times for various positions of the
+ sun: dawn, sunrise, solar moon, sunset, dusk, solar elevation, solar
+ azimuth and rahukaalam. It also calculates phases of the moon.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2159ea9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: astral
+Source: https://pypi.python.org/pypi/astral
+
+Files: *
+Copyright: (c) 2017 Simon Kennedy
+License: Apache-2.0
+
+Files: debian/*
+Copyright: (c) 2017, Ethan Ward <ethan.ward at mycroft.ai>
+License: MIT-style
+
+License: MIT-style
+ 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.
+
+License: Apache-2.0
+ 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/docs b/debian/docs
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8f5a1ec
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+export PYBUILD_NAME=astral
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..cb61fa5
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a544dbc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/a/astral/astral-(.*).zip

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



More information about the Python-modules-commits mailing list