[Python-modules-commits] [aiohttp-debugtoolbar] 03/03: Initial release (closes: 832981)

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


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

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

commit ee9db428c6043a76a1af9e00528f0baaea494f5a
Author: Piotr Ożarowski <ozarow at gmail.com>
Date:   Sat Jul 30 16:29:26 2016 +0200

    Initial release (closes: 832981)
---
 debian/.git-dpm                          |  3 +++
 debian/changelog                         |  9 +++++++++
 debian/compat                            |  1 +
 debian/control                           | 31 +++++++++++++++++++++++++++++++
 debian/copyright                         | 15 +++++++++++++++
 debian/python3-aiohttp-debugtoolbar.docs |  1 +
 debian/rules                             |  6 ++++++
 debian/source/options                    |  1 +
 debian/watch                             |  3 +++
 9 files changed, 70 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 8b6d7d8..fce9343 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@ f0a3110b35a14bd91037bd7ee6b670eb3f7b36a2
 aiohttp-debugtoolbar_0.1.1.orig.tar.gz
 c4918612ef8217a8d9dfaeb66d22f4b2ab902854
 444404
+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..3d3c001
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,9 @@
+aiohttp-debugtoolbar (0.1.1-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: 832981)
+  TODO:
+  * move .png and .js files to /usr/share,
+  * ... replace some (all?) of them with links to packaged versions
+  * remove fonts from package and patch code to not use them
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 30 Jul 2016 13:56:10 +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..0446b57
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: aiohttp-debugtoolbar
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Piotr Ożarowski <piotr at debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python3-aiohttp,
+               python3-aiohttp-jinja2,
+               python3-all,
+               python3-setuptools,
+               python3-nose,
+               python3-sphinx
+Standards-Version: 3.9.8
+Homepage: https://github.com/aio-libs/aiohttp_debugtoolbar
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/aiohttp-debugtoolbar.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/aiohttp-debugtoolbar.git
+
+Package: python3-aiohttp-debugtoolbar
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Enhances: python3-aiohttp
+Description: debugtoolbar for aiohttp.web
+ aiohttp_debugtoolbar provides a debug toolbar for aiohttp.web application.
+ Library is port of pyramid_debugtoolbar and still in early development stages.
+ Basic functionality that has been ported:
+ .
+  * basic panels
+  * intercept redirects
+  * intercept and pretty print exception
+  * interactive python console
+  * show source code
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5b5e293
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aiohttp_debugtoolbar
+Upstream-Contact: Nikolay Novik <nickolainovik at gmail.com>
+Source: https://github.com/aio-libs/aiohttp_debugtoolbar
+
+Files: *
+Copyright: Nikouay 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-debugtoolbar.docs b/debian/python3-aiohttp-debugtoolbar.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-aiohttp-debugtoolbar.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9c39a29
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=aiohttp-debugtoolbar
+export PYBUILD_DISABLE=test
+%:
+	dh $@ --with python3 --buildsystem=pybuild
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..702c3a2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/aiohttp_debugtoolbar/aiohttp_debugtoolbar-(.+)\.(?: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-debugtoolbar.git



More information about the Python-modules-commits mailing list