[Python-modules-commits] r16065 - in packages/django-markupfield/trunk/debian (2 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Mar 9 08:34:03 UTC 2011


    Date: Wednesday, March 9, 2011 @ 08:33:54
  Author: fladi-guest
Revision: 16065

`wrap-and-sort`ed to streamline files in debian/.

Modified:
  packages/django-markupfield/trunk/debian/control
  packages/django-markupfield/trunk/debian/copyright

Modified: packages/django-markupfield/trunk/debian/control
===================================================================
--- packages/django-markupfield/trunk/debian/control	2011-03-09 07:44:36 UTC (rev 16064)
+++ packages/django-markupfield/trunk/debian/control	2011-03-09 08:33:54 UTC (rev 16065)
@@ -3,8 +3,12 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50), python-all (>= 2.5), python-support, 
- python-django (>= 1.0), python-markdown, python-docutils
+Build-Depends: debhelper (>= 7.0.50),
+               python-all (>= 2.5),
+               python-django (>= 1.0),
+               python-docutils,
+               python-markdown,
+               python-support
 Standards-Version: 3.9.1
 XS-Python-Version: >= 2.5
 Homepage: http://pypi.python.org/pypi/django-markupfield/
@@ -13,11 +17,11 @@
 
 Package: python-django-markupfield
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.0)
-Suggests: python-markdown, python-docutils, python-textile
+Depends: python-django (>= 1.0), ${misc:Depends}, ${python:Depends}
+Suggests: python-docutils, python-markdown, python-textile
 Description: custom Django field for easy use of markup in text fields
- An implementation of a custom MarkupField for Django. A MarkupField is in 
- essence a TextField with an associated markup type. The field also caches 
+ An implementation of a custom MarkupField for Django. A MarkupField is in
+ essence a TextField with an associated markup type. The field also caches
  its rendered value.
  .
  It supports these markup types by default:
@@ -26,4 +30,4 @@
  And these markups if the appropriate Python module is installed:
   * markdown: default markdown renderer (requires python-markdown)
   * restructuredtext: default ReST renderer (requires python-docutils)
-  * textile: default textile renderer (requires python-textile) 
+  * textile: default textile renderer (requires python-textile)

Modified: packages/django-markupfield/trunk/debian/copyright
===================================================================
--- packages/django-markupfield/trunk/debian/copyright	2011-03-09 07:44:36 UTC (rev 16064)
+++ packages/django-markupfield/trunk/debian/copyright	2011-03-09 08:33:54 UTC (rev 16065)
@@ -35,4 +35,3 @@
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-




More information about the Python-modules-commits mailing list