diff -Nru autosuspend-1.0.0/debian/changelog autosuspend-1.0.0/debian/changelog --- autosuspend-1.0.0/debian/changelog 2017-12-09 17:56:50.000000000 +0000 +++ autosuspend-1.0.0/debian/changelog 2017-12-17 11:29:34.000000000 +0000 @@ -1,3 +1,9 @@ +autosuspend (1.0.0-2) unstable; urgency=medium + + * Make suggested packages recommends, add xprintidle + + -- Johannes Wienke Sun, 17 Dec 2017 11:29:34 +0000 + autosuspend (1.0.0-1) unstable; urgency=medium * Initial release (Closes: #883414) diff -Nru autosuspend-1.0.0/debian/control autosuspend-1.0.0/debian/control --- autosuspend-1.0.0/debian/control 2017-12-09 17:56:50.000000000 +0000 +++ autosuspend-1.0.0/debian/control 2017-12-17 11:29:34.000000000 +0000 @@ -8,12 +8,11 @@ X-Python3-Version: >= 3.5 Vcs-Git: https://github.com/languitar/autosuspend-debian.git Vcs-Browser: https://github.com/languitar/autosuspend-debian -#Testsuite: autopkgtest-pkg-python Package: autosuspend Architecture: all Depends: ${python3:Depends}, ${misc:Depends} -Suggests: python3-mpd, python3-requests, python3-lxml +Recommends: python3-mpd, python3-requests, python3-lxml, xprintidle Description: daemon to suspend a system in case of inactivity A daemon to suspend a system in case of inactivity with the aim to reduce the power consumption. Inactivity is determined by a set of configurable checks.