diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-04-25 10:18:47 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-04-25 10:18:47 +0200 |
commit | 2e7d30196c4c6ab34f2b3e114b586b4539bea2db (patch) | |
tree | 432cf21b1c017dd4a4df1bb03b8a65cbff781753 /debian | |
parent | afb4ade8f48000cfb474612be3fabe88a3b57b21 (diff) | |
download | Ishtar-2e7d30196c4c6ab34f2b3e114b586b4539bea2db.tar.bz2 Ishtar-2e7d30196c4c6ab34f2b3e114b586b4539bea2db.zip |
Work on debian package
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 31 |
2 files changed, 32 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a3b0182d8..611f94d7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ishtar (0.99-1) UNRELEASED; urgency=low +python-django-ishtar (0.99-1) UNRELEASED; urgency=low * Initial release. diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..3aeedf5c3 --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +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 +Recommends: javascript-common, + libjs-jquery, + libjs-jquery-ui, + libjs-jquery-ui-theme-base +Description: TBD |