ufw

~debian-janitor/ufw:lintian-fixes

Last commit made on 2020-11-11
Get this branch:
git clone -b lintian-fixes https://git.launchpad.net/~debian-janitor/ufw
Only Debian Janitor can upload to this branch. If you are Debian Janitor please log in for upload directions.

Branch merges

Branch information

Name:
lintian-fixes
Repository:
lp:~debian-janitor/ufw

Recent commits

1590779... by Debian Janitor

Update watch file format version to 4.

Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html

0008780... by Debian Janitor

Set upstream metadata fields: Repository, Repository-Browse.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

f259d30... by Debian Janitor

Use set -e rather than passing -e on the shebang-line.

Changes-By: lintian-brush
Fixes: lintian: maintainer-script-without-set-e
See-also: https://lintian.debian.org/tags/maintainer-script-without-set-e.html

393a40e... by Debian Janitor

Use secure copyright file specification URI.

Changes-By: lintian-brush
Fixes: lintian: insecure-copyright-format-uri
See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html

c942468... by Jamie Strandboge

debian/ufw.lintian-overrides: update for recent checks

f467198... by Jamie Strandboge

release 0.36-7

* 0012-pyflakes3.patch: Makefile: base pyflakes executable on PYTHON
* 0013-add-prepend-to-help.patch: fix pyflakes error and add prepend to
  help
* debian/control: use Build-Depends on debhelper-compat (=13) and remove
  debian/compat
* debian/rules:
  - use dh_installsystemd instead of dh_systemd_enable and dh_systemd_start
  - use --no-stop-on-upgrade with dh_installinit

16b3455... by Jamie Strandboge

release 0.36-6

* 0009-empty-non-functioning-ipt-modules.patch: empty out IPT_MODULES and
  update documentation regarding modern use of connection tracking modules.
  ufw historically used IPT_MODULES in /etc/defaults/ufw to
  load various connection tracking modules, but use of this mechanism has
  been deprecated for some time. These days, the kernel defaults to
  deactivating flows for various connection tracking modules so users have
  to perform an extra sysctl step to use this old mechanism anyway, so empty
  IPT_MODULES and better document use of connection tracking modules. A
  future upload will introduce rule syntax for working with connection
  tracking helper rules. (LP: #1556419)
* 0010-add-other-firewall-checks.patch: adjust the check-requirements
  diagnostic tool to warn about other installed firewall software
* 0011-suppress-legacy-warnings-in-tests.patch: suppress iptables warnings
  about legacy rules being present in root functional tests

685ea6f... by Jamie Strandboge

release 0.36-5

* debian/control: really fix Vcs-Git (use -b debian/master) and add
  Vcs-Browser
* debian/tests/control:
  - add back isolation-machine for test-ufw.py since isolation-container
    doesn't work in Debian CI on arm64
  - use test-ufw.py --container with isolation-container that will only run
    on amd64. May need to revert if this is flaky
* debian/tests/test-ufw.py: support --container

250b52a... by Jamie Strandboge

release 0.36-4

b457778... by Jamie Strandboge

fix Vcs url