summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog30
-rw-r--r--debian/compat1
-rw-r--r--debian/control28
-rw-r--r--debian/copyright27
-rw-r--r--debian/python3-aiohttp-cors.docs1
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options1
-rw-r--r--debian/watch3
9 files changed, 104 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a56efc3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,30 @@
+aiohttp-cors (0.5.3-2) UNRELEASED; urgency=medium
+
+ * Team upload
+ [ Ondřej Nový ]
+ * d/control: Set Vcs-* to salsa.debian.org
+ * Convert git repository from git-dpm to gbp layout
+
+ [ Ruben Undheim ]
+ * DH level 11
+ * debian/control:
+ - New standards version 4.2.1 - no changes
+ * debian/rules:
+ - Disable unreliable tests (Closes: #887529)
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Fri, 21 Dec 2018 12:45:23 +0100
+
+aiohttp-cors (0.5.3-1) unstable; urgency=medium
+
+ * New upstream release
+ * Standards-Version bumped 4.0.0
+ * Vcs-Git URL set
+ * Uploaders set to DMPT
+
+ -- Brandon Weeks <bweeks@google.com> Mon, 24 Jul 2017 00:56:18 -0700
+
+aiohttp-cors (0.5.0-1) unstable; urgency=medium
+
+ * Initial release (Closes: #855498)
+
+ -- Brandon Weeks <bweeks@google.com> Sun, 19 Feb 2017 07:49:52 +0000
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..3c040e9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: aiohttp-cors
+Section: python
+Priority: optional
+Maintainer: Brandon Weeks <bweeks@google.com>
+Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 11),
+ dh-python,
+ python3,
+ python3-aiohttp,
+ python3-pytest,
+ python3-selenium,
+ python3-setuptools
+Standards-Version: 4.2.1
+Homepage: https://github.com/aio-libs/aiohttp-cors
+X-Python3-Version: >= 3.5
+Vcs-Git: https://salsa.debian.org/python-team/modules/aiohttp-cors.git
+Vcs-Browser: https://salsa.debian.org/python-team/modules/aiohttp-cors
+Testsuite: autopkgtest-pkg-python
+
+Package: python3-aiohttp-cors
+Architecture: all
+Depends:
+ ${python3:Depends},
+ ${misc:Depends}
+Description: Cross Origin Resource Sharing (CORS) support for aiohttp
+ aiohttp_cors library implements Cross Origin Resource Sharing (CORS) support
+ for aiohttp asyncio-powered asynchronous HTTP server.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e3baa9d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aiohttp-cors
+Source: https://github.com/aio-libs/aiohttp-cors
+
+Files: *
+Copyright: 2015 Vladimir Rutsky <vladimir@rutsky.org>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2017 Brandon Weeks <bweeks@google.com>
+License: Apache-2.0
+
+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
+ .
+ https://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.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/debian/python3-aiohttp-cors.docs b/debian/python3-aiohttp-cors.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-aiohttp-cors.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4804a77
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=aiohttp-cors
+export PYBUILD_TEST_PYTEST=1
+export PYBUILD_TEST_ARGS=-k-tests/integration/test_real_browser.py
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+
+
+# Disable unreliable tests
+override_dh_auto_test:
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..04bf5fb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/aiohttp_cors/aiohttp_cors-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))