[Python-modules-commits] r29424 - in packages/django-classy-tags/trunk (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Jun 20 12:34:08 UTC 2014


    Date: Friday, June 20, 2014 @ 12:34:07
  Author: fladi-guest
Revision: 29424

Fix grammar mistakes in package description (Closes: #688340).

Modified:
  packages/django-classy-tags/trunk/debian/	(properties)
  packages/django-classy-tags/trunk/debian/changelog
  packages/django-classy-tags/trunk/debian/control


Property changes on: packages/django-classy-tags/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Modified: packages/django-classy-tags/trunk/debian/changelog
===================================================================
--- packages/django-classy-tags/trunk/debian/changelog	2014-06-20 12:19:18 UTC (rev 29423)
+++ packages/django-classy-tags/trunk/debian/changelog	2014-06-20 12:34:07 UTC (rev 29424)
@@ -1,3 +1,9 @@
+django-classy-tags (0.5.1-3) unstable; urgency=medium
+
+  * Fix grammar mistakes in package description (Closes: #688340).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 20 Jun 2014 14:21:12 +0200
+
 django-classy-tags (0.5.1-2) unstable; urgency=low
 
   * Change architecture to "all" as there are no architecture dependent parts

Modified: packages/django-classy-tags/trunk/debian/control
===================================================================
--- packages/django-classy-tags/trunk/debian/control	2014-06-20 12:19:18 UTC (rev 29423)
+++ packages/django-classy-tags/trunk/debian/control	2014-06-20 12:34:07 UTC (rev 29424)
@@ -23,7 +23,7 @@
 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 by providing an extensible
+ Django easier, shorter and more fun. It provides an extensible
  argument parser which reduces most of the boiler plate code you
  usually have to write when coding custom template tags.
  .
@@ -31,10 +31,10 @@
  automatic registering/loading of your tags like other solutions
  provide. You will not get automatic argument guessing from function
  signatures but rather you have to declare what arguments your tag
- accepts. There is also no magic in your template tag class either,
+ accepts. There is no magic in your template tag class either,
  it’s just a subclass of django.template.Node which invokes a parser
  class to parse the arguments when it’s initialized and resolves those
- arguments into keyword arguments in it’s render method and calls it’s
+ arguments into keyword arguments in it’s render method and calls its
  render_tag method with those keyword arguments.
 
 Package: python-django-classy-tags-doc
@@ -43,7 +43,7 @@
 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 by providing an extensible
+ Django easier, shorter and more fun. It provides an extensible
  argument parser which reduces most of the boiler plate code you
  usually have to write when coding custom template tags.
  .
@@ -51,10 +51,10 @@
  automatic registering/loading of your tags like other solutions
  provide. You will not get automatic argument guessing from function
  signatures but rather you have to declare what arguments your tag
- accepts. There is also no magic in your template tag class either,
+ accepts. There is no magic in your template tag class either,
  it’s just a subclass of django.template.Node which invokes a parser
  class to parse the arguments when it’s initialized and resolves those
- arguments into keyword arguments in it’s render method and calls it’s
+ arguments into keyword arguments in it’s render method and calls its
  render_tag method with those keyword arguments.
  .
  This package contains the documentation.




More information about the Python-modules-commits mailing list