diff --git a/debian/changelog b/debian/changelog index c57dd1a..ee1824f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-livereload (2.6.3-2) UNRELEASED; urgency=medium + + * Wrap-and-sort + + -- Pierre-Elliott Bécue Sat, 07 Nov 2020 13:51:31 +0100 + python-livereload (2.6.3-1) unstable; urgency=medium * New upstream release 2.6.3 diff --git a/debian/control b/debian/control index 8c3dc5f..728df14 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,13 @@ Priority: optional Maintainer: Agustin Henze Uploaders: Pierre-Elliott Bécue -Build-Depends: - debhelper-compat (= 13), - dh-python, - help2man, - python3-all, - python3-setuptools, - python3-sphinx, - python3-tornado +Build-Depends: debhelper-compat (= 13), + dh-python, + help2man, + python3-all, + python3-setuptools, + python3-sphinx, + python3-tornado Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://github.com/lepture/python-livereload @@ -33,16 +32,18 @@ Package: python3-livereload Architecture: all -Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends} +Depends: python3-pkg-resources, + python3-tornado, + ${misc:Depends}, + ${python3:Depends} Recommends: python3-pyinotify -Suggests: - coffeescript, - node-less, - node-uglify, - python-livereload-doc, - python3-django, - python3-flask, - python3-slimmer, +Suggests: coffeescript, + node-less, + node-uglify, + python-livereload-doc, + python3-django, + python3-flask, + python3-slimmer Description: automatic browser refresher (Python 3) It is really boring for Web developers to need to refresh their browser every time they save a (CSS, JavaScript, or HTML) file. LiveReload will