[Python-modules-commits] [more-itertools] 03/05: Initial Debian packaging (closes: #869213)
Ethan Ward
ethanward-guest at moszumanska.debian.org
Wed Jul 26 15:56:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository more-itertools.
commit dcf70c83a4ad4bbd96b36b503a1cfd85083753fd
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Wed Jul 26 10:46:21 2017 -0500
Initial Debian packaging (closes: #869213)
---
debian/.git-dpm | 3 +++
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 37 +++++++++++++++++++++++++++++++++++++
debian/copyright | 30 ++++++++++++++++++++++++++++++
debian/rules | 7 +++++++
debian/source/options | 0
debian/watch | 2 ++
8 files changed, 85 insertions(+)
diff --git a/debian/.git-dpm b/debian/.git-dpm
index 0331c79..95bb633 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
more-itertools_3.2.0.orig.tar.gz
7fb96c4f48643f28e83b5cf7fa2dd1f81cbbdbf7
42528
+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..29cc01e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+more-itertools (3.2.0-1) UNRELEASED; urgency=medium
+
+ * Initial Debian packaging (closes: #869213)
+
+ -- Mycroft Devs <devops at mycroft.ai> Mon, 17 Jul 2017 10:06:08 +0000
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..984575f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: more-itertools
+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 (>= 10),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-vcversioner,
+ python3-all,
+ python3-setuptools,
+ python3-vcversioner
+Standards-Version: 4.0.0
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/more-itertools.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/more-itertools.git
+
+Package: python-more-itertools
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: More routines for operating on iterables, beyond itertools.
+ This package contains the module for Python 2.x. Python's itertools
+ library is a gem - you can compose elegant solutions for a variety of
+ problems with the functions it provides. In more-itertools, we collect
+ additional building blocks, recipes, and reoutines for working with
+ Python iterables.
+
+Package: python3-more-itertools
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: More routines for operating on iterables, beyond itertools.
+ This package contains the module for Python 2.x. Python's itertools
+ library is a gem - you can compose elegant solutions for a variety of
+ problems with the functions it provides. In more-itertools, we collect
+ additional building blocks, recipes, and reoutines for working with
+ Python iterables.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4b17637
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: more-itertools
+Source: https://pypi.python.org/pypi/more-itertools
+
+Files: *
+Copyright: (c) 2017 Erik Rose
+License: MIT-style
+
+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.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..823bfc8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+export PYBUILD_NAME=more-itertools
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..e69de29
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..833b08f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/m/more-itertools/more-itertools-(.*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/more-itertools.git
More information about the Python-modules-commits
mailing list