[Python-modules-commits] r33749 - in packages/aiopg/trunk (9 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Aug 13 20:22:48 UTC 2015
Date: Thursday, August 13, 2015 @ 20:22:47
Author: piotr
Revision: 33749
[svn-inject] Applying Debian modifications (0.7.0-1) to trunk
Added:
packages/aiopg/trunk/debian/
packages/aiopg/trunk/debian/changelog
packages/aiopg/trunk/debian/compat
packages/aiopg/trunk/debian/control
packages/aiopg/trunk/debian/copyright
packages/aiopg/trunk/debian/rules
packages/aiopg/trunk/debian/source/
packages/aiopg/trunk/debian/source/format
packages/aiopg/trunk/debian/watch
Property changes on: packages/aiopg/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/aiopg/trunk/debian/changelog
===================================================================
--- packages/aiopg/trunk/debian/changelog (rev 0)
+++ packages/aiopg/trunk/debian/changelog 2015-08-13 20:22:47 UTC (rev 33749)
@@ -0,0 +1,5 @@
+aiopg (0.7.0-1) unstable; urgency=low
+
+ * Initial release (closes: 795413)
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 13 Aug 2015 20:24:01 +0200
Added: packages/aiopg/trunk/debian/compat
===================================================================
--- packages/aiopg/trunk/debian/compat (rev 0)
+++ packages/aiopg/trunk/debian/compat 2015-08-13 20:22:47 UTC (rev 33749)
@@ -0,0 +1 @@
+9
Added: packages/aiopg/trunk/debian/control
===================================================================
--- packages/aiopg/trunk/debian/control (rev 0)
+++ packages/aiopg/trunk/debian/control 2015-08-13 20:22:47 UTC (rev 33749)
@@ -0,0 +1,23 @@
+Source: aiopg
+Section: python
+Priority: optional
+Maintainer: Piotr Ożarowski <piotr at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), dh-python, python3-all,
+ python3-setuptools,
+# tests:
+ python-psycopg2 (>= 2.5.2)
+Standards-Version: 3.9.6
+Homepage: http://aiopg.readthedocs.org/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/aiopg/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/aiopg/trunk/
+X-Python3-Version: >= 3.3
+
+Package: python3-aiopg
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-sqlalchemy
+Description: PostgreSQL integration with asyncio
+ aiopg is a library for accessing a PostgreSQL_ database
+ from the asyncio (PEP-3156/tulip) framework. It wraps
+ asynchronous features of the Psycopg database driver.
Added: packages/aiopg/trunk/debian/copyright
===================================================================
--- packages/aiopg/trunk/debian/copyright (rev 0)
+++ packages/aiopg/trunk/debian/copyright 2015-08-13 20:22:47 UTC (rev 33749)
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aiopg
+Upstream-Contact: Andrew Svetlov <andrew.svetlov at gmail.com>
+Source: https://aiopg.readthedocs.org/
+
+Files: *
+Copyright: 2014-2015 Andrew Svetlov
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2015 Piotr Ożarowski <piotr at debian.org>
+License: BSD-2-clause
+
+License: BSD-2-clause
+ 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT
+ HOLDER 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.
Added: packages/aiopg/trunk/debian/rules
===================================================================
--- packages/aiopg/trunk/debian/rules (rev 0)
+++ packages/aiopg/trunk/debian/rules 2015-08-13 20:22:47 UTC (rev 33749)
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=aiopg
+%:
+ dh $@ --with python3 --buildsystem=pybuild
Property changes on: packages/aiopg/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/aiopg/trunk/debian/source/format
===================================================================
--- packages/aiopg/trunk/debian/source/format (rev 0)
+++ packages/aiopg/trunk/debian/source/format 2015-08-13 20:22:47 UTC (rev 33749)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/aiopg/trunk/debian/watch
===================================================================
--- packages/aiopg/trunk/debian/watch (rev 0)
+++ packages/aiopg/trunk/debian/watch 2015-08-13 20:22:47 UTC (rev 33749)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/aiopg/aiopg-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
More information about the Python-modules-commits
mailing list