diff -Nru autopilot-1.6.0+16.10.20160818/debian/changelog autopilot-1.6.0+16.10.20160818.1/debian/changelog --- autopilot-1.6.0+16.10.20160818/debian/changelog 2016-08-18 19:26:27.000000000 +0000 +++ autopilot-1.6.0+16.10.20160818.1/debian/changelog 2016-08-18 19:26:27.000000000 +0000 @@ -1,4 +1,4 @@ -autopilot (1.6.0+16.10.20160818-0ubuntu1) yakkety; urgency=medium +autopilot (1.6.0+16.10.20160818.1-0ubuntu1) yakkety; urgency=medium * Autopilot proxy object - Update: select_many() method to optionally return sorted results. @@ -10,7 +10,7 @@ - get_path_root() to get root path of a proxy object. - get_proxy_object_for_existing_process_by_name(). - -- Omer Akram Thu, 18 Aug 2016 18:42:35 +0000 + -- Omer Akram Thu, 18 Aug 2016 19:24:27 +0000 autopilot (1.5.1+16.04.20160428-0ubuntu1) xenial; urgency=medium diff -Nru autopilot-1.6.0+16.10.20160818/debian/rules autopilot-1.6.0+16.10.20160818.1/debian/rules --- autopilot-1.6.0+16.10.20160818/debian/rules 2016-08-18 19:26:27.000000000 +0000 +++ autopilot-1.6.0+16.10.20160818.1/debian/rules 2016-08-18 19:26:27.000000000 +0000 @@ -12,7 +12,7 @@ -dh_sphinxdoc override_dh_auto_build: - python3 -m flake8.run --ignore=E731,E226,W503 . + python3 -m flake8 --ignore=E731,E226,W503 . dh_auto_build python3 setup.py build_sphinx -b html python3 setup.py build_sphinx -b json