[Python-modules-commits] r30481 - in packages/django-sekizai/tags (5 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Sep 3 09:12:42 UTC 2014


    Date: Wednesday, September 3, 2014 @ 09:12:41
  Author: fladi-guest
Revision: 30481

[svn-buildpackage] Tagging django-sekizai 0.7-2

Added:
  packages/django-sekizai/tags/0.7-2/
  packages/django-sekizai/tags/0.7-2/debian/changelog
    (from rev 30447, packages/django-sekizai/trunk/debian/changelog)
  packages/django-sekizai/tags/0.7-2/debian/control
    (from rev 30446, packages/django-sekizai/trunk/debian/control)
Deleted:
  packages/django-sekizai/tags/0.7-2/debian/changelog
  packages/django-sekizai/tags/0.7-2/debian/control

Deleted: packages/django-sekizai/tags/0.7-2/debian/changelog
===================================================================
--- packages/django-sekizai/trunk/debian/changelog	2014-09-01 08:56:20 UTC (rev 30445)
+++ packages/django-sekizai/tags/0.7-2/debian/changelog	2014-09-03 09:12:41 UTC (rev 30481)
@@ -1,33 +0,0 @@
-django-sekizai (0.7-1) unstable; urgency=low
-
-  * New upstream release.
-  * Take over maintainership for DPMT and add myself as uploader, Thanks to
-    Ondřej Surý for his work on this package.
-  * Switch to dh_python2.
-  * Change VCS-* fields to reflect moving the repository to subversion.
-  * Remove debian/gbp.conf as DPMT uses subversion.
-  * Bump Standards-Version to 3.9.5.
-  * Bump debhelper version to 9.
-  * Bump minimum Python version to 2.6.
-  * Build documentation using sphinx and ship it in a separate package.
-  * Add ${python:Depends} to python-django-sekizai binary package
-    (Closes: #676255).
-  * Make Depends on python-django versioned with (> 1.5).
-  * Convert debian/copyright to copyright format 1.0.
-  * Add myself in debian/copyright.
-  * Run tests during build.
-    + Add python-django (>= 1.5) to Build-Depends.
-    + Add python-django-classy-tags to Build-Depends.
-  * Clean up files in django_classy_tags.egg-info/ to allow two or more builds
-    in a row.
-  * Add debian/watch.
-  * Add lintian override for missing PGP signature on upstream tarball.
-  * Add lintian overrides for missing upstream changelog.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 17 Apr 2014 12:33:59 +0200
-
-django-sekizai (0.5.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #660673)
-
- -- Ondřej Surý <ondrej at debian.org>  Mon, 20 Feb 2012 20:25:38 +0100

Copied: packages/django-sekizai/tags/0.7-2/debian/changelog (from rev 30447, packages/django-sekizai/trunk/debian/changelog)
===================================================================
--- packages/django-sekizai/tags/0.7-2/debian/changelog	                        (rev 0)
+++ packages/django-sekizai/tags/0.7-2/debian/changelog	2014-09-03 09:12:41 UTC (rev 30481)
@@ -0,0 +1,44 @@
+django-sekizai (0.7-2) unstable; urgency=medium
+
+  * Add dh-python to Build-Depends.
+  * Switch buildsystem to pybuild.
+  * Add patch to call django.setup() on Django 1.7 before running the
+    tests.
+  * Add Python3 support.
+  * Works with Django 1.7 (Closes: #755603).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 01 Sep 2014 12:13:03 +0200
+
+django-sekizai (0.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Take over maintainership for DPMT and add myself as uploader, Thanks to
+    Ondřej Surý for his work on this package.
+  * Switch to dh_python2.
+  * Change VCS-* fields to reflect moving the repository to subversion.
+  * Remove debian/gbp.conf as DPMT uses subversion.
+  * Bump Standards-Version to 3.9.5.
+  * Bump debhelper version to 9.
+  * Bump minimum Python version to 2.6.
+  * Build documentation using sphinx and ship it in a separate package.
+  * Add ${python:Depends} to python-django-sekizai binary package
+    (Closes: #676255).
+  * Make Depends on python-django versioned with (> 1.5).
+  * Convert debian/copyright to copyright format 1.0.
+  * Add myself in debian/copyright.
+  * Run tests during build.
+    + Add python-django (>= 1.5) to Build-Depends.
+    + Add python-django-classy-tags to Build-Depends.
+  * Clean up files in django_classy_tags.egg-info/ to allow two or more builds
+    in a row.
+  * Add debian/watch.
+  * Add lintian override for missing PGP signature on upstream tarball.
+  * Add lintian overrides for missing upstream changelog.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 17 Apr 2014 12:33:59 +0200
+
+django-sekizai (0.5.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #660673)
+
+ -- Ondřej Surý <ondrej at debian.org>  Mon, 20 Feb 2012 20:25:38 +0100

Deleted: packages/django-sekizai/tags/0.7-2/debian/control
===================================================================
--- packages/django-sekizai/trunk/debian/control	2014-09-01 08:56:20 UTC (rev 30445)
+++ packages/django-sekizai/tags/0.7-2/debian/control	2014-09-03 09:12:41 UTC (rev 30481)
@@ -1,75 +0,0 @@
-Source: django-sekizai
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <FladischerMichael at fladi.at>,
-           Ondřej Surý <ondrej at debian.org>
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all,
-               python-django (>= 1.5),
-               python-django-classy-tags,
-               python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg),
-               python3-all,
-               python3-django (>= 1.5),
-               python3-django-classy-tags,
-               python3-setuptools
-Standards-Version: 3.9.5
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.0
-Homepage: http://django-sekizai.readthedocs.org/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-sekizai/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-sekizai/trunk/
-
-Package: python-django-sekizai
-Architecture: all
-Depends: python-django (>= 1.5),
-         python-django-classy-tags,
-         ${misc:Depends},
-         ${python:Depends}
-Suggests: python-django-sekizai-doc
-Description: template blocks for Django projects
- Sekizai means “blocks” in Japanese, and that’s what this app provides.
- A fresh look at blocks. With django-sekizai you can define placeholders
- where your blocks get rendered and at different places in your templates
- append to those blocks. This is especially useful for css and javascript.
- Your subtemplates can now define css and javscript files to be included,
- and the css will be nicely put at the top and the javascript to the bottom,
- just like you should. Also sekizai will ignore any duplicate content in
- a single block.
-
-Package: python3-django-sekizai
-Architecture: all
-Depends: python3-django,
-         python3-django-classy-tags,
-         ${misc:Depends},
-         ${python3:Depends}
-Suggests: python-django-sekizai-doc
-Description: template blocks for Django projects (Python3 version)
- Sekizai means “blocks” in Japanese, and that’s what this app provides.
- A fresh look at blocks. With django-sekizai you can define placeholders
- where your blocks get rendered and at different places in your templates
- append to those blocks. This is especially useful for css and javascript.
- Your subtemplates can now define css and javscript files to be included,
- and the css will be nicely put at the top and the javascript to the bottom,
- just like you should. Also sekizai will ignore any duplicate content in
- a single block.
- .
- This package contains the Python 3 version of the library.
-
-Package: python-django-sekizai-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: template blocks for Django projects (Documentation)
- Sekizai means “blocks” in Japanese, and that’s what this app provides.
- A fresh look at blocks. With django-sekizai you can define placeholders
- where your blocks get rendered and at different places in your templates
- append to those blocks. This is especially useful for css and javascript.
- Your subtemplates can now define css and javscript files to be included,
- and the css will be nicely put at the top and the javascript to the bottom,
- just like you should. Also sekizai will ignore any duplicate content in
- a single block.
- .
- This package contains the documentation.

Copied: packages/django-sekizai/tags/0.7-2/debian/control (from rev 30446, packages/django-sekizai/trunk/debian/control)
===================================================================
--- packages/django-sekizai/tags/0.7-2/debian/control	                        (rev 0)
+++ packages/django-sekizai/tags/0.7-2/debian/control	2014-09-03 09:12:41 UTC (rev 30481)
@@ -0,0 +1,75 @@
+Source: django-sekizai
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>,
+           Ondřej Surý <ondrej at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-django (>= 1.5),
+               python-django-classy-tags,
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg),
+               python3-all,
+               python3-django,
+               python3-django-classy-tags,
+               python3-setuptools
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.0
+Homepage: http://django-sekizai.readthedocs.org/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-sekizai/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-sekizai/trunk/
+
+Package: python-django-sekizai
+Architecture: all
+Depends: python-django (>= 1.5),
+         python-django-classy-tags,
+         ${misc:Depends},
+         ${python:Depends}
+Suggests: python-django-sekizai-doc
+Description: template blocks for Django projects
+ Sekizai means “blocks” in Japanese, and that’s what this app provides.
+ A fresh look at blocks. With django-sekizai you can define placeholders
+ where your blocks get rendered and at different places in your templates
+ append to those blocks. This is especially useful for css and javascript.
+ Your subtemplates can now define css and javscript files to be included,
+ and the css will be nicely put at the top and the javascript to the bottom,
+ just like you should. Also sekizai will ignore any duplicate content in
+ a single block.
+
+Package: python3-django-sekizai
+Architecture: all
+Depends: python3-django,
+         python3-django-classy-tags,
+         ${misc:Depends},
+         ${python3:Depends}
+Suggests: python-django-sekizai-doc
+Description: template blocks for Django projects (Python3 version)
+ Sekizai means “blocks” in Japanese, and that’s what this app provides.
+ A fresh look at blocks. With django-sekizai you can define placeholders
+ where your blocks get rendered and at different places in your templates
+ append to those blocks. This is especially useful for css and javascript.
+ Your subtemplates can now define css and javscript files to be included,
+ and the css will be nicely put at the top and the javascript to the bottom,
+ just like you should. Also sekizai will ignore any duplicate content in
+ a single block.
+ .
+ This package contains the Python 3 version of the library.
+
+Package: python-django-sekizai-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: template blocks for Django projects (Documentation)
+ Sekizai means “blocks” in Japanese, and that’s what this app provides.
+ A fresh look at blocks. With django-sekizai you can define placeholders
+ where your blocks get rendered and at different places in your templates
+ append to those blocks. This is especially useful for css and javascript.
+ Your subtemplates can now define css and javscript files to be included,
+ and the css will be nicely put at the top and the javascript to the bottom,
+ just like you should. Also sekizai will ignore any duplicate content in
+ a single block.
+ .
+ This package contains the documentation.




More information about the Python-modules-commits mailing list