~louis/ubuntu/+source/nut:merge-zesty

Last commit made on 2016-11-21
Get this branch:
git clone -b merge-zesty https://git.launchpad.net/~louis/ubuntu/+source/nut
Only Louis Bouchard can upload to this branch. If you are Louis Bouchard please log in for upload directions.

Branch merges

Branch information

Name:
merge-zesty
Repository:
lp:~louis/ubuntu/+source/nut

Recent commits

ca3fe4f... by Louis Bouchard

update-maintainer

53d4e57... by Louis Bouchard

changelog

1e2e639... by Louis Bouchard

merge-changelogs

33e1ab0... by Louis Bouchard

    - 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.

5053270... by Louis Bouchard

    - debian/patches/0006-ups-conf-maxretry.patch: Move maxretry setting
      above Examples section.

593668b... by Louis Bouchard

    - 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.
      + Remove outdated indications on how to run tests and provide
        proper indications for current version (Xenial+)

98f9bd4... by Louis Bouchard

    - Disable systemd unit; it does not check nut.conf whether nut is
      configured, and thus fails to start (and the package install). The
      init.d script works well enough for the time being.

acd7cc2... by Louis Bouchard

    - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
     debian/rules: Install apport hooks for all top-level nut packages.

fb91bd2... by Louis Bouchard

    - debian/nut-{cgi,server}.postinst: fix 'adduser' logic to be
      unconditional, since adduser is guaranteed to be idempotent.

6cb7189... by Louis Bouchard

    - debian/{nut-cgi,nut-server}.postinst: add nut to the group
      unconditonally, for compatibility with UPSes connected by serial port.