[Python-modules-commits] [python-django-gravatar2] 03/10: Initial release (Closes: #819183)

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Mon Jul 31 11:03:05 UTC 2017


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

peb-guest pushed a commit to branch master
in repository python-django-gravatar2.

commit 2d973542456b27c8ab836303f1964b22dfa0176d
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Thu Mar 24 19:46:48 2016 +0100

    Initial release (Closes: #819183)
---
 debian/changelog                        |  5 +++++
 debian/compat                           |  1 +
 debian/control                          | 39 +++++++++++++++++++++++++++++++++
 debian/copyright                        | 30 +++++++++++++++++++++++++
 debian/python-django-gravatar2.docs     |  1 +
 debian/python-django-gravatar2.install  |  1 +
 debian/python3-django-gravatar2.docs    |  1 +
 debian/python3-django-gravatar2.install |  1 +
 debian/rules                            | 14 ++++++++++++
 debian/source/options                   |  1 +
 debian/watch                            |  3 +++
 11 files changed, 97 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..09e1dea
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-django-gravatar2 (1.4.0-2) unstable; urgency=low
+
+  * Initial release (Closes: #819183)
+
+ -- Pierre-Elliott Bécue <becue at crans.org>  Wed, 23 Mar 2016 22:37:40 -0400
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..714d5ea
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: python-django-gravatar2
+Section: python
+Priority: optional
+Maintainer: Pierre-Elliott Bécue <becue at crans.org>
+Build-Depends: debhelper (>= 9),
+               python-all (>= 2.7),
+               python-setuptools,
+               python3-all (>= 3.2),
+               python3-setuptools
+Standards-Version: 3.9.7
+Homepage: https://github.com/twaddington/django-gravatar
+Vcs-Browser: https://github.com/P-EB/python-django-gravatar2
+Vcs-Git: https://github.com/P-EB/python-django-gravatar2.git -b master
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
+
+Package: python-django-gravatar2
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: Python2 library that provides essential Gravatar support
+ Python django library that provides support for Gravatars.
+ .
+ It features:
+   * Helper methods for constructing a gravatar url and checking an email
+     for an existing gravatar
+   * Templatetags for generating a gravatar url or gravatar <img> tag.
+
+Package: python3-django-gravatar2
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: Python3 library that provides essential Gravatar support
+ Python3 django library that provides support for Gravatars.
+ .
+ It features:
+   * Helper methods for constructing a gravatar url and checking an email
+     for an existing gravatar
+   * Templatetags for generating a gravatar url or gravatar <img> tag.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0037efb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-gravatar2
+Source: https://github.com/twaddington/django-gravatar
+
+Files: *
+Copyright: (c) 2011-2015 Tristan Waddington <tristan.waddington at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2016 Pierre-Elliott Bécue <becue at crans.org>
+License: MIT
+
+License: MIT
+ 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/python-django-gravatar2.docs b/debian/python-django-gravatar2.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-django-gravatar2.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python-django-gravatar2.install b/debian/python-django-gravatar2.install
new file mode 100644
index 0000000..e2e74a3
--- /dev/null
+++ b/debian/python-django-gravatar2.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/python2*
diff --git a/debian/python3-django-gravatar2.docs b/debian/python3-django-gravatar2.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-django-gravatar2.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-django-gravatar2.install b/debian/python3-django-gravatar2.install
new file mode 100644
index 0000000..c97e193
--- /dev/null
+++ b/debian/python3-django-gravatar2.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/python3*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a205a74
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+# main packaging script based on dh7 syntax
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b2b7b88
--- /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..74de3e9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/django-gravatar2/django-gravatar2-(.+)\.(?: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/python-django-gravatar2.git



More information about the Python-modules-commits mailing list