[Python-modules-commits] [coreapi] 02/02: Import Debian changes 2.3.3-1
Pierre-Elliott Bécue
peb-guest at moszumanska.debian.org
Tue Jan 9 21:34:58 UTC 2018
This is an automated email from the git hooks/post-receive script.
peb-guest pushed a commit to branch master
in repository coreapi.
commit c8aef996cd01f5bc17e53fd4814da5bcc5803399
Author: Pierre-Elliott Bécue <becue at crans.org>
Date: Tue Jan 9 22:34:05 2018 +0100
Import Debian changes 2.3.3-1
coreapi (2.3.3-1) unstable; urgency=low
* Initial release (Closes: #886717)
---
debian/.git-dpm | 11 +++++++++++
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 23 +++++++++++++++++++++++
debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
debian/rules | 6 ++++++
debian/source/format | 1 +
debian/watch | 3 +++
8 files changed, 86 insertions(+)
diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..edec9aa
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,11 @@
+# see git-dpm(1) from git-dpm package
+95b912cf8781e1d76bcc98d0a5e6be3e01c6d667
+95b912cf8781e1d76bcc98d0a5e6be3e01c6d667
+95b912cf8781e1d76bcc98d0a5e6be3e01c6d667
+95b912cf8781e1d76bcc98d0a5e6be3e01c6d667
+flufl.i18n_2.0.1.orig.tar.gz
+59903b552bca68419e6cbfdfbeb0e4402a531c61
+18572
+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..736d029
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+coreapi (2.3.3-1) unstable; urgency=low
+
+ * Initial release (Closes: #886717)
+
+ -- Pierre-Elliott Bécue <becue at crans.org> Tue, 09 Jan 2018 22:19:00 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7cb0a1e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: coreapi
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Pierre-Elliott Bécue <becue at crans.org>
+Homepage: https://github.com/core-api/python-client
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 11),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-coreschema,
+ python-itypes,
+ python-requests,
+ python-uritemplate,
+ python3-all,
+ python3-setuptools,
+ python3-coreschema,
+ python3-itypes,
+ python3-requests,
+ python3-uritemplate,
+Standards-Version: 4.1.3
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/coreapi.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/coreapi.git
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8fb0704
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: coreapi
+Source: https://github.com/core-api/python-client
+
+Files: *
+Copyright: Copyright 2015-2016 Tom Christie <tom at tomchristie.com>
+License: BSD
+
+Files: debian/*
+Copyright: Copyright 2018 Pierre-Elliott Bécue <becue at crans.org>
+License: BSD
+
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0524559
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=coreapi
+
+%:
+ dh $@ --with python3,sphinxdoc --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/watch b/debian/watch
new file mode 100644
index 0000000..887f5d3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/@PACKAGE@/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/coreapi.git
More information about the Python-modules-commits
mailing list