diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2007-10-04 12:38:01 +0000 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2007-10-04 12:38:01 +0000 |
commit | cded8fff6f59479a67b962ecf861d2eff19ca241 (patch) | |
tree | 43f70ecc344b80106d4f7d0d01dd5bbb3fef65f5 /debian/control | |
download | python-django-tagging-svn/0.1+svn102-1.tar python-django-tagging-svn/0.1+svn102-1.tar.gz |
[svn-inject] Applying Debian modifications to trunksvn/0.1+svn102-1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9fd6750 --- /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: Raphael Hertzog <hertzog@debian.org> +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-support (>= 0.3), python-docutils +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-tagging/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django-tagging/trunk/ +Homepage: http://code.google.com/p/django-tagging/ + +Package: python-django-tagging +Architecture: all +Depends: ${python:Depends}, python-django (>= 0.96+svn6020) +Priority: optional +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. |