[Python-modules-commits] [django-classy-tags] 03/06: Added myself as uploader.

Thomas Goirand zigo at moszumanska.debian.org
Tue Aug 2 10:18:25 UTC 2016


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

zigo pushed a commit to branch master
in repository django-classy-tags.

commit b8917ea5128e3e14be50a7ae324769b4bec21165
Author: Thomas Goirand <zigo at debian.org>
Date:   Tue Aug 2 10:08:52 2016 +0000

    Added myself as uploader.
---
 debian/changelog |  6 ++++++
 debian/control   | 16 +++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 70be9da..808d0c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+django-classy-tags (0.7.2-3) unstable; urgency=medium
+
+  * Added myself as uploader.
+
+ -- Thomas Goirand <zigo at debian.org>  Tue, 02 Aug 2016 10:08:09 +0000
+
 django-classy-tags (0.7.2-2) unstable; urgency=low
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 68278d2..27541a0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Fladischer <fladi at debian.org>,
-           Ondřej Surý <ondrej at debian.org>
+           Ondřej Surý <ondrej at debian.org>,
+           Thomas Goirand <zigo at debian.org>,
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
@@ -12,7 +13,7 @@ Build-Depends: debhelper (>= 9),
                python3-all,
                python3-django,
                python3-setuptools,
-               python3-sphinx
+               python3-sphinx,
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.0
@@ -24,8 +25,8 @@ Package: python-django-classy-tags
 Architecture: all
 Depends: python-django (>= 1.5),
          ${misc:Depends},
-         ${python:Depends}
-Suggests: python-django-classy-tags-doc
+         ${python:Depends},
+Suggests: python-django-classy-tags-doc,
 Description: Class based template tags for Django projects
  django-classy-tags is an approach at making writing template tags in
  Django easier, shorter and more fun. It provides an extensible
@@ -46,8 +47,8 @@ Package: python3-django-classy-tags
 Architecture: all
 Depends: python3-django,
          ${misc:Depends},
-         ${python3:Depends}
-Suggests: python-django-classy-tags-doc
+         ${python3:Depends},
+Suggests: python-django-classy-tags-doc,
 Description: Class based template tags for Django projects (Python3 version)
  django-classy-tags is an approach at making writing template tags in
  Django easier, shorter and more fun. It provides an extensible
@@ -69,7 +70,8 @@ Description: Class based template tags for Django projects (Python3 version)
 Package: python-django-classy-tags-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends},
 Description: Class based template tags for Django projects (Documentation)
  django-classy-tags is an approach at making writing template tags in
  Django easier, shorter and more fun. It provides an extensible

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-classy-tags.git



More information about the Python-modules-commits mailing list