This bug was fixed in the package nut - 2.7.4-9ubuntu1 --------------- nut (2.7.4-9ubuntu1) eoan; urgency=medium * Merge with Debian unstable (LP: #1505288). Remaining changes: - remove Build-Depends on libpowerman0-dev - remove nut-powerman-pdu + debian/control: remove nut-powerman-pdu package + debian/nut-powerman-pdu.{install,manpages}: dropped for now - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install, debian/rules: Install apport hooks for all top-level nut packages. - debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most + 5 seconds to shut down, instead of expecting it to be shut down immediately after sending the killall. + Additional indication on how to run tests for xenial+ - d/nut-server.postinst, d/nut-cgi.postinst: ensure nut is member of group dialout (This existed, but was missed in the Changelog). - debian/libnutclient0.symbols: Correct symbols file for ppc64el. - Mark more symbols as optional (ppc64el, -O3). * Dropped changes (in Debian now): - debian/tests/control : Fix dep8 test failures: + Drop python-unit from dep8 dependencies since the python-test package has now been removed. The unittest module has shipped with Python since 2.1. + Add dep8 test dependency on python, since Python 2 is required and is not necessarily installed by default any more. nut (2.7.4-9) unstable; urgency=medium [ Ondřej Nový ] * d/changelog: Remove trailing whitespaces * d/control: Remove XS-Testsuite field, not needed anymore [ Arnaud Quette ] * debian/control, debian/rules, debian/libnutscan1.install, debian/libnutscan-dev.install: distribute nut-scanner. (Closes: #921379 LP: #1814314) [ Laurent Bigonville ] * Switch from cdbs to debhelper sequence * Bump debhelper compatibility version to 12 * Add libltdl-dev to the build-dependencies and fix FTBFS when it is installed (Closes: #831740) * debian/control: Bump Standards-Version to 4.4.0 (no further changes) * debian/control: Add libnss3-dev to the dependencies of libupsclient-dev * debian/tests/control: Drop python-unit and depend against python package instead (Closes: #908963) * debian/control: Fix duplicate package descriptions to please lintian * debian/*.symbols: Add Build-Depends-Package field * debian/control, debian/watch: Use https for the Homepage and download page * debian/libnutclient0.symbols: Adjust the symbols due to C++ changes * debian/patches/0011-use-pkgconfig-module.patch: Use pkg-config module names instead of listing the libraries, to please lintian * Move pidfiles from /var/run/nut to /run/nut, there is nothing else to do since /var/run is a symlink to /run for some times now (policy 3.9.3) * debian/patches/0012-add-AEG-PROTECT-NAS-support.patch: Add support for recent AEG PROTECT NAS UPS, from upstream (Closes: #919112) * debian/nut-server.lintian-overrides: Override package-supports-alternative-init-but-no-init.d-script lib/systemd/system/nut-driver.service, in LSB world, the drivers are started by nut-server initscript * debian/nut-client.lintian-overrides: Drop unused override * debian/nut-monitor.install: Install nut-monitor.appdata.xml in /usr/share/metainfo/ instead of /usr/share/appdata/ * Simplify debian/rules, install systemd files on non-linux arch as well * Remove obsolete files and old upgrade paths for users coming from version prior to wheezy * debian/control: Mark -dev packages as Multi-Arch: same * Add debian/patches/0001-reproductible-build.patch: Try to make the documentation reproductible * debian/patches/0003-install-dev-files-in-usr.patch: Also change the prefix in libnutclient.pc.in for consistency * debian/patches/0009-fix-nutshutdown-install.patch: Use patch coming from upstream instead of our own patch * debian/rules, debian/control: Override --with-systemdshutdowndir passed to configure to fix FTBFS on non-linux architectures and do not build-depend against systemd * debian/rules: Install augeas lenses in /usr/share/augeas/lenses/ instead of /usr/share/augeas/lenses/dist/, the later seems to be reserved for augeas own lenses, not 3rd party ones -- Christian Ehrhardt