Package: django-floppyforms Severity: minor Tags: patch Please see the attached patch to fix a spelling error in the package description (foppy -> floppy).
From 6aecbca2730d9d72d3bf66a0578e4310adba107b Mon Sep 17 00:00:00 2001 From: James Valleroy <[email protected]> Date: Thu, 18 May 2017 22:14:39 -0400 Subject: [PATCH] Fix spelling error in description
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 03cf8bc..76d192d 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Depends: python-django,
${python:Depends}
Suggests: python-django-floppyforms-doc
Description: better control of form rendering in Django
- Django-foppyforms is an application that gives you full control of the
+ Django-floppyforms is an application that gives you full control of the
output of forms rendering. This is more a widgets library than a forms
library but form fields are provided for convenience. The forms API and
features are exactly the same as Djangoâs, the key difference is that
@@ -55,7 +55,7 @@ Depends: python3-django,
${python3:Depends}
Suggests: python-django-floppyforms-doc
Description: better control of form rendering in Django (Python3 version)
- Django-foppyforms is an application that gives you full control of the
+ Django-floppyforms is an application that gives you full control of the
output of forms rendering. This is more a widgets library than a forms
library but form fields are provided for convenience. The forms API and
features are exactly the same as Djangoâs, the key difference is that
@@ -74,7 +74,7 @@ Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: better control of form rendering in Django (Documentation)
- Django-foppyforms is an application that gives you full control of the
+ Django-floppyforms is an application that gives you full control of the
output of forms rendering. This is more a widgets library than a forms
library but form fields are provided for convenience. The forms API and
features are exactly the same as Djangoâs, the key difference is that
--
2.11.0
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

