[Python-modules-commits] [aiohttp-mako] 03/03: Initial release (closes: 832978)

Piotr Ożarowski piotr at moszumanska.debian.org
Sat Jul 30 14:26:31 UTC 2016


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

piotr pushed a commit to branch master
in repository aiohttp-mako.

commit 1bfdbb1dc4bc283553dcf877428d4e3b2e2aff95
Author: Piotr Ożarowski <ozarow at gmail.com>
Date:   Sat Jul 30 16:25:56 2016 +0200

    Initial release (closes: 832978)
---
 debian/.git-dpm                  |  3 +++
 debian/changelog                 |  5 +++++
 debian/compat                    |  1 +
 debian/control                   | 23 +++++++++++++++++++++++
 debian/copyright                 | 15 +++++++++++++++
 debian/python3-aiohttp-mako.docs |  1 +
 debian/rules                     |  5 +++++
 debian/source/options            |  1 +
 debian/watch                     |  3 +++
 9 files changed, 57 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 9470f47..b77a228 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 aiohttp-mako_0.0.1.orig.tar.gz
 c8dcceab29b7d10993bae7f3c2bff23329ff9f36
 7106
+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..5985f92
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+aiohttp-mako (0.0.1-1) unstable; urgency=low
+
+  * Initial release (closes: 832978)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 30 Jul 2016 13:26:53 +0000
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..e5580ca
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: aiohttp-mako
+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-aiohttp,
+               python3-all,
+               python3-mako (>= 1.0.0),
+               python3-setuptools,
+               python3-nose,
+Standards-Version: 3.9.8
+Homepage: https://github.com/aio-libs/aiohttp_mako/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/aiohttp-mako.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/aiohttp-mako.git
+
+Package: python3-aiohttp-mako
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Enhances: python3-aiohttp
+Description: mako template renderer for aiohttp.web
+ Mako template renderer for aiohttp.web (asyncio HTTP server) based on
+ aiohttp_jinja2. Library supports almost same API.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..80576ed
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aiohttp_mako
+Upstream-Contact: Nikolay Novik <nickolainovik at gmail.com>
+Source: https://github.com/aio-libs/aiohttp_mako/
+
+Files: *
+Copyright: Nikolay Novik <nickolainovik at gmail.com>
+License: Apache2
+
+Files: debian/*
+Copyright: 2016 © Piotr Ożarowski <piotr at debian.org>
+License: Apache2
+
+License: Apache2
+ See /usr/share/common-licenses/Apache-2.0
diff --git a/debian/python3-aiohttp-mako.docs b/debian/python3-aiohttp-mako.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-aiohttp-mako.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1942d35
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=aiohttp-mako
+%:
+	dh $@ --with python3 --buildsystem=pybuild
\ No newline at end of file
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..d81db3f
--- /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..3d95648
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/aiohttp_mako/aiohttp_mako-(.+)\.(?: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/aiohttp-mako.git



More information about the Python-modules-commits mailing list