diff options
Diffstat (limited to 'django-simple-history/debian/control')
-rw-r--r-- | django-simple-history/debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/django-simple-history/debian/control b/django-simple-history/debian/control new file mode 100644 index 000000000..44608d14a --- /dev/null +++ b/django-simple-history/debian/control @@ -0,0 +1,17 @@ +Source: python-django-simple-history +Section: python +Priority: optional +Maintainer: Cyril Brulebois <cyril@debamax.com> +Build-Depends: debhelper (>= 9.0.0), + python | python-all | python-dev | python-all-dev, + python-setuptools +Standards-Version: 3.9.3 +Homepage: http://pypi.python.org/pypi/ishtar + +Package: python-django-simple-history +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + python-django (>= 1.4), + python-django (<< 1.5), +Description: TBD |