diff options
| author | 2015-08-26 07:12:59 -0300 | |
|---|---|---|
| committer | 2015-08-26 07:12:59 -0300 | |
| commit | 8559119e2f45b7f6508282962c0430423bfab051 (patch) | |
| tree | 1e0de36379f9ecd52a9955bb978e41736cffdc62 | |
| parent | bad67109ebef2662f8b3710bb0bbff53e02b11e8 (diff) | |
Set version number on (build)?dependencies
| -rw-r--r-- | debian/control | 47 |
1 files changed, 25 insertions, 22 deletions
diff --git a/debian/control b/debian/control index ed28918..84e9b9e 100644 --- a/debian/control +++ b/debian/control @@ -9,19 +9,19 @@ Build-Depends: bash-completion, python-all, python-setuptools, - python-docutils, - python-blinker, - python-lxml, - python-yapsy (>= 1.11.223-1), - python-logbook, - python-doit, - python-unidecode, - python-pyrss2gen, - python-mako, - python-pygments, - python-imaging, - python-natsort, python-dateutil, + python-doit (>= 0.28.0), + python-pygments (>= 1.6), + python-imaging (>= 2.4.0), + python-docutils (>= 0.12), + python-mako (>= 1.0.0), + python-unidecode (>= 0.04.16), + python-lxml (>= 3.3.5), + python-yapsy (>= 1.11.223), + python-pyrss2gen (>= 1.1), + python-logbook (>= 0.7.0), + python-blinker (>= 1.3), + python-natsort (>= 3.5.2), python-requests (>= 2.2.0), Standards-Version: 3.9.6 X-Python-Version: >= 2.7 @@ -34,15 +34,19 @@ Architecture: all Depends: ${python:Depends}, ${misc:Depends}, - python-doit, - python-pygments, - python-imaging, - python-docutils, - python-mako, - python-unidecode, - python-lxml, - python-yapsy, - python-pyrss2gen, + python-doit (>= 0.28.0), + python-pygments (>= 1.6), + python-imaging (>= 2.4.0), + python-docutils (>= 0.12), + python-mako (>= 1.0.0), + python-unidecode (>= 0.04.16), + python-lxml (>= 3.3.5), + python-yapsy (>= 1.11.223), + python-pyrss2gen (>= 1.1), + python-logbook (>= 0.7.0), + python-blinker (>= 1.3), + python-natsort (>= 3.5.2), + python-requests (>= 2.2.0), libjs-jquery, libjs-jquery-colorbox, libjs-twitter-bootstrap, @@ -50,7 +54,6 @@ Depends: libjs-imagesloaded, Recommends: python-webassets, - python-requests, python-typogrify, python-livereload, python-ws4py, |
