[Python-modules-commits] r30922 - in packages/typogrify/trunk/debian (changelog control)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Sun Oct 5 16:12:24 UTC 2014


    Date: Sunday, October 5, 2014 @ 16:12:23
  Author: asb
Revision: 30922

Update package description to match upstream and
mention uses outside of Django.

Modified:
  packages/typogrify/trunk/debian/changelog
  packages/typogrify/trunk/debian/control

Modified: packages/typogrify/trunk/debian/changelog
===================================================================
--- packages/typogrify/trunk/debian/changelog	2014-10-05 16:10:44 UTC (rev 30921)
+++ packages/typogrify/trunk/debian/changelog	2014-10-05 16:12:23 UTC (rev 30922)
@@ -1,6 +1,8 @@
 typogrify (1:2.0.7-1) UNRELEASED; urgency=medium
 
   * New upstream release. 
+  * Update package description to match upstream and
+    mention uses outside of Django.
 
  -- Andrew Starr-Bochicchio <asb at debian.org>  Sun, 05 Oct 2014 12:10:18 -0400
 

Modified: packages/typogrify/trunk/debian/control
===================================================================
--- packages/typogrify/trunk/debian/control	2014-10-05 16:10:44 UTC (rev 30921)
+++ packages/typogrify/trunk/debian/control	2014-10-05 16:12:23 UTC (rev 30922)
@@ -22,17 +22,19 @@
 Recommends: python-jinja2
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Description: filters to transform text into typographically-improved HTML
- This provides a set of custom filters for the Django template system which
- automatically apply various transformations to plain text in order to yield
- typographically-improved HTML.
+ This provides a set of custom filters that automatically apply various
+ transformations to plain text in order to yield typographically-improved HTML.
+ While often used in conjunction with Jinja and Django template systems, the
+ filters can be used in any environment.
 
 Package: python3-typogrify
 Architecture: all
 Recommends: python3-jinja2
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Description: filters to transform text into typographically-improved HTML (Python 3)
- This provides a set of custom filters for the Django template system which
- automatically apply various transformations to plain text in order to yield
- typographically-improved HTML.
+ This provides a set of custom filters that automatically apply various
+ transformations to plain text in order to yield typographically-improved HTML.
+ While often used in conjunction with Jinja and Django template systems, the
+ filters can be used in any environment.
  .
  This is the Python 3 version of the package.




More information about the Python-modules-commits mailing list