From cded8fff6f59479a67b962ecf861d2eff19ca241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Thu, 4 Oct 2007 12:38:01 +0000 Subject: [svn-inject] Applying Debian modifications to trunk --- debian/control | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +Uploaders: Raphael Hertzog +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. -- cgit v1.2.3