diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-03 12:02:07 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | afe6f2073b75dce1b9bb167017821bcedec73039 (patch) | |
tree | 5584bd266a40d2b432a7c61e5378231f77b7b3bc /debian/control | |
parent | 8893b7f6f028184408f8f89a0201be347f8d4592 (diff) | |
download | Ishtar-afe6f2073b75dce1b9bb167017821bcedec73039.tar.bz2 Ishtar-afe6f2073b75dce1b9bb167017821bcedec73039.zip |
Pick debian change from wheezy branch
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..fb4ce26e5 --- /dev/null +++ b/debian/control @@ -0,0 +1,48 @@ +Source: python-django-ishtar +Section: python +Priority: optional +Maintainer: Étienne Loks <etienne.loks@peacefrogs.net> +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-ishtar +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + python-django (>= 1.4), + python-django (<< 1.5), + python-psycopg2, + python-imaging, + python-django-registration, + python-django-south, + python-pisa, + python-reportlab, + python-dbf, + python-tidylib, + python-lxml, + python-html5lib, + python-memcache, + python-oook-replace, + python-django-extra-views, + python-django-simple-history, + python-unicodecsv, + python-markdown, +# DB + postgresql-9.1, + postgresql-9.1-postgis, +# Web: + nginx, + uwsgi, + uwsgi-plugin-python, +# Extra: + apg, + gettext, +Recommends: javascript-common, + libjs-jquery, + libjs-jquery-ui, + libjs-jquery-ui-theme-base, + memcached +Description: TBD |