File: control

package info (click to toggle)
python-django-threadedcomments 0.5.3-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 804 kB
  • sloc: python: 2,521; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: python-django-threadedcomments
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernhard Reiter <ockham@raz.or.at>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~),
 python-setuptools, python-django (>= 1.0), python-textile, python-markdown,
 python-docutils
Standards-Version: 3.9.3
X-Python-Version: >= 2.3
Homepage: http://github.com/ericflo/django-threadedcomments
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-threadedcomments/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-threadedcomments/trunk/

Package: python-django-threadedcomments
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
Suggests: python-textile, python-markdown, python-docutils
Description: simple yet flexible threaded commenting system for Django
 This threaded commenting system for Django allows commenters to
 reply not only to the original item, but to other comments as well. It becomes
 near-trivial to create a system similar to what Reddit or Digg have in their
 comments sections.