diff options
| author | 2013-11-21 11:28:52 -0300 | |
|---|---|---|
| committer | 2013-11-21 11:28:52 -0300 | |
| commit | 04fc43563d3d5d4218004690b5e14c19c67bdcbc (patch) | |
| tree | 9f229839827e9f55ebb501e9fa7baf2b995dbaa2 /debian/control | |
| parent | ed33084d9bea84671449058af94a6e80dee714ba (diff) | |
New releasedebian/6.2.1-1
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 37 |
1 files changed, 28 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 04fd7f4..7a0cecc 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,25 @@ Source: nikola Section: python Priority: optional -Maintainer: Agustin Henze <tin@sluc.org.ar> +Maintainer: Agustin Henze <tin@debian.org> Uploaders: Ulises Vitulli <dererk@debian.org> -Build-Depends: debhelper (>= 9) -Build-Depends-Indep: python-all, +Build-Depends: + debhelper (>= 9), + python-all, python-support (>= 1), python-setuptools, python-docutils, -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 X-Python-Version: >= 2.7 -Homepage: http://nikola.ralsina.com.ar/ +Homepage: http://getnikola.com/ Vcs-Git: git://anonscm.debian.org/collab-maint/nikola.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nikola.git Package: nikola Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, +Depends: + ${python:Depends}, + ${misc:Depends}, python-doit, python-pygments, python-imaging, @@ -26,12 +29,28 @@ Depends: ${python:Depends}, ${misc:Depends}, python-lxml, python-yapsy, python-pyrss2gen, + python-tz, libjs-jquery, libjs-jquery-colorbox, libjs-twitter-bootstrap, - libjs-jquery-slides, -Recommends: python-webassets, python-requests -Suggests: python-jinja2 + libjs-imagesloaded, +Recommends: + python-webassets, + python-requests, + python-typogrify, + python-livereload, +Suggests: + python-jinja2, + python-feedparser, + ipython, + bpython, + python-markdown, + python-misaka, + pandoc, + python-textile, + python-creoleparser, + txt2tags, + node-less, Description: simple yet powerful and flexible static website and blog generator Nikola is a static site and blog generator. Feed information to it on one side and get a ready-to-deploy website on the other. |
