[Python-modules-commits] [jinja2-time] 02/06: Imported Debian patch 0.1.0-1

Vincent Bernat bernat at moszumanska.debian.org
Thu May 26 09:38:23 UTC 2016


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

bernat pushed a commit to branch master
in repository jinja2-time.

commit 7e8be3141798288492f9c1584254099f20f0b6cf
Author: Vincent Bernat <bernat at debian.org>
Date:   Thu May 26 08:53:22 2016 +0000

    Imported Debian patch 0.1.0-1
---
 debian/changelog                |  6 ++++++
 debian/compat                   |  1 +
 debian/control                  | 40 ++++++++++++++++++++++++++++++++++++++++
 debian/copyright                | 31 +++++++++++++++++++++++++++++++
 debian/python3-jinja2-time.docs |  1 +
 debian/rules                    |  5 +++++
 debian/source/format            |  1 +
 debian/source/options           |  1 +
 debian/watch                    |  4 ++++
 9 files changed, 90 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..24707de
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+jinja2-time (0.1.0-1) unstable; urgency=low
+
+  * Initial release (closes: #NNNNNN)
+
+ -- Vincent Bernat <bernat at debian.org>  Thu, 26 May 2016 08:53:22 +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..f0c1e43
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: jinja2-time
+Section: python
+Priority: optional
+Maintainer: Vincent Bernat <bernat at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python-all,
+               python-arrow,
+               python-jinja2,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://github.com/hackebrot/jinja2-time
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/jinja2-time.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/jinja2-time.git
+
+Package: python-jinja2-time
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+Description: Jinja2 extension for dates and times - Python 2.x
+ This extension for the template engine Jinja2 adds a "now" tag
+ providing a convenient access to the arrow.now() API from
+ templates. A format string can be provided to control the output.
+ .
+ This package contains the module for Python 2.
+
+Package: python3-jinja2-time
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+Description: Jinja2 extension for dates and times - Python 3.x
+ This extension for the template engine Jinja2 adds a "now" tag
+ providing a convenient access to the arrow.now() API from
+ templates. A format string can be provided to control the output.
+ .
+ This package contains the module for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0e1e3b3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jinja2-time
+Upstream-Contact: Raphael Pierzina <raphael at hackebrot.de>
+Source: https://github.com/hackebrot/jinja2-time
+
+Files: *
+Copyright: (c) 2015 Raphael Pierzina
+License: Expat
+
+Files: debian/*
+Copyright: 2015 © Vincent Bernat <bernat at debian.org>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/python3-jinja2-time.docs b/debian/python3-jinja2-time.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-jinja2-time.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cd1b4ae
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=jinja2-time
+%:
+	dh $@ --with python2,python3 --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/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..69b5b9f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/jinja2-time/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/jinja2-time/jinja2-time-(.+)\.(?: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/jinja2-time.git



More information about the Python-modules-commits mailing list