[Python-modules-commits] [chargebee-python] 03/05: Initial release. (Closes: #845454)

Scott Kitterman kitterman at moszumanska.debian.org
Wed Nov 23 18:10:30 UTC 2016


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

kitterman pushed a commit to branch master
in repository chargebee-python.

commit acc6f2350b6db71dcbff3b6174d2a5dcd76dcd77
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed Nov 23 13:01:18 2016 -0500

    Initial release. (Closes: #845454)
---
 debian/.git-dpm  |  3 +++
 debian/changelog |  5 ++++
 debian/compat    |  1 +
 debian/control   | 52 +++++++++++++++++++++++++++++++++++++
 debian/copyright | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf  |  2 ++
 debian/rules     |  7 +++++
 debian/watch     |  2 ++
 8 files changed, 150 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index f458360..f84a183 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 chargebee-python_1.6.3.orig.tar.gz
 ec1251537c1ab440af7ab4194ed246cd84b31fd8
 128443
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4b4e935
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+chargebee-python (1.6.3-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #845454)
+
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 23 Nov 2016 11:33:06 -0500
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..76890af
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: chargebee-python
+Section: contrib/python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Scott Kitterman <scott at kitterman.com>
+Build-Depends:
+ debhelper (>= 9~),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://github.com/chargebee/chargebee-python/tree/chargebee-v1
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/chargebee-python.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/chargebee-python.git
+
+Package: python-chargebee
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Conflicts: python-chargebee2
+Description: Python library for integrating with Chargebee (Python 2/API v1)
+ The Python library for integrating with Chargebee Recurring Billing and
+ Subscription Management solution.
+ .
+ Chargebee now supports two API versions - V1 and V2. This library is for the
+ older API version V1.
+ .
+ This package conflicts with python-chargebee2 which provides the V2 API in
+ the same Python module namespace.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-chargebee
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Conflicts: python3-chargebee2
+Description: Python library for integrating with Chargebee (Python 3/API v1)
+ The Python library for integrating with Chargebee Recurring Billing and
+ Subscription Management solution.
+ .
+ Chargebee now supports two API versions - V1 and V2. This library is for the
+ older API version V1.
+ .
+ This package conflicts with python3-chargebee2 which provides the V2 API in
+ the same Python module namespace.
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1977fc0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,78 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ChargeBee Python
+Upstream-Contact:  ChargeBee <support at chargebee.com>
+Source: https://pypi.python.org/pypi/chargebee
+
+Files: *
+Copyright: Copyright (c) 2011-2016 ChargeBee, Inc.
+License: Expat
+
+Files: chargebee/ssl/ca-certs.crt
+Copyright: Copyright (C) 1994-2000 Netscape Communications Corporation.
+License: MPL or GPL-2.0+ or LGPL-2.1+
+
+Files: debian/*
+Copyright: 2016 Scott Kitterman <scott at kitterman.com>
+License: Expat
+
+License: Expat
+ 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: MPL or GPL-2.0+ or LGPL-2.1+
+ ***** BEGIN LICENSE BLOCK *****
+ Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ .
+ The contents of this file are subject to the Mozilla Public License Version
+ 1.1 (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.mozilla.org/MPL/
+ .
+ Software distributed under the License is distributed on an "AS IS" basis,
+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ for the specific language governing rights and limitations under the
+ License.
+ .
+ The Original Code is the Netscape security libraries.
+ .
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1994-2000
+ the Initial Developer. All Rights Reserved.
+ .
+ Contributor(s):
+ .
+ Alternatively, the contents of this file may be used under the terms of
+ either the GNU General Public License Version 2 or later (the "GPL"), or
+ the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ in which case the provisions of the GPL or the LGPL are applicable instead
+ of those above. If you wish to allow use of your version of this file only
+ under the terms of either the GPL or the LGPL, and not to allow others to
+ use your version of this file under the terms of the MPL, indicate your
+ decision by deleting the provisions above and replace them with the notice
+ and other provisions required by the GPL or the LGPL. If you do not delete
+ the provisions above, a recipient may use your version of this file under
+ the terms of any one of the MPL, the GPL or the LGPL.
+ .
+ ***** END LICENSE BLOCK *****
+ .
+ On Debian systems, the full text of the GNU General Public License can be
+ found in the file `/usr/share/common-licenses/GPL'.
+ .
+ On Debian systems, the full text of the GNU Lesser General Public License
+ can be found in the file `/usr/share/common-licenses/LGPL'.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d4209ee
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=chargebee
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c54b709
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pypi.debian.net/chargebee/chargebee-(1.+)\.(?: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/chargebee-python.git



More information about the Python-modules-commits mailing list