[Python-modules-commits] [python-exotel] 02/02: Initial release (Closes: #879761)

Sophie Brun sbrun-guest at moszumanska.debian.org
Wed Oct 25 13:44:26 UTC 2017


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

sbrun-guest pushed a commit to branch debian/branch
in repository python-exotel.

commit 6c7bbfc6c0551de21ba5851dc129b3ac167b5236
Author: Sophie Brun <sophie at freexian.com>
Date:   Wed Oct 25 15:35:16 2017 +0200

    Initial release (Closes: #879761)
---
 debian/changelog                       |  5 ++++
 debian/compat                          |  1 +
 debian/control                         | 43 ++++++++++++++++++++++++++++++++++
 debian/copyright                       | 30 ++++++++++++++++++++++++
 debian/python-exotel.docs              |  1 +
 debian/python-exotel.lintian-overrides |  3 +++
 debian/rules                           |  6 +++++
 debian/source/format                   |  1 +
 debian/source/options                  |  1 +
 debian/watch                           |  2 ++
 10 files changed, 93 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6512c43
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-exotel (0.1.5-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #879761)
+
+ -- Sophie Brun <sophie at freexian.com>  Wed, 25 Oct 2017 15:24:01 +0200
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..4ee45ef
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: python-exotel
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sophie Brun <sophie at freexian.com>
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+# for the tests
+               python-coverage,
+               python-pytest,
+               python-requests,
+               python-requests-mock,
+               python3-coverage,
+               python3-pytest,
+               python3-requests,
+               python3-requests-mock
+Standards-Version: 4.1.1
+Homepage: https://github.com/sarathsp06/exotel-py
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-exotel.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-exotel.git/
+Testsuite: autopkgtest-pkg-python
+
+Package: python-exotel
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-requests
+Description: Python library for exotel apis (Python 2)
+ This package contains a Python module for exotels call and sms api'si
+ (unofficial).
+ .
+ This package installs the library for Python 2.
+
+Package: python3-exotel
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-requests
+Description: Python library for exotel apis (Python 3)
+ This package contains a Python module for exotels call and sms api'si
+ (unofficial).
+ .
+ This package installs the library for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fa194bd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: exotel-py
+Source: https://github.com/sarathsp06/exotel-py
+
+Files: *
+Copyright: 2015 sarath s pillai <sarath.sp06 at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2017 Sophie Brun <sophie at freexian.com>
+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/python-exotel.docs b/debian/python-exotel.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/python-exotel.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/python-exotel.lintian-overrides b/debian/python-exotel.lintian-overrides
new file mode 100644
index 0000000..2ae579b
--- /dev/null
+++ b/debian/python-exotel.lintian-overrides
@@ -0,0 +1,3 @@
+# we package python2 module as it's for elastalert using
+# Python 2.7 only
+python-exotel: new-package-should-not-package-python2-module
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3f54180
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=exotel
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
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/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..806b93b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://pypi.debian.net/exotel/exotel-(.+)\.(?: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-exotel.git



More information about the Python-modules-commits mailing list