aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4946f2d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: python-django-tagging
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Uploaders: Raphaƫl Hertzog <hertzog@debian.org>, David Spreen <netzwurm@debian.org>
+Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.0.50), python-dev, quilt (>= 0.46-7)
+Build-Depends-Indep: python-support, python-docutils
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-tagging/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-tagging/trunk/
+Homepage: http://code.google.com/p/django-tagging/
+
+Package: python-django-tagging
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.0)
+Description: A generic tagging application for Django projects
+ This is a generic tagging application for Django, which allows
+ association of a number of tags with any Model instance and makes
+ retrieval of tags simple.
+ .
+ Models can be expanded with a new TagField; web templates
+ can easily include tag clouds and dedicated views are available
+ to browse objects by tag.