mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge branch 'scrub-obsolete' into 'master'
Remove unnecessary constraints See merge request python-team/packages/fail2ban!3
This commit is contained in:
commit
05ffe57b3b
2 changed files with 8 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
fail2ban (0.11.2-3) UNRELEASED; urgency=medium
|
||||
|
||||
* Remove constraints unnecessary since stretch:
|
||||
+ Build-Depends: Drop versioned constraint on debhelper.
|
||||
|
||||
-- Debian Janitor <janitor@jelmer.uk> Tue, 13 Jul 2021 19:39:48 -0000
|
||||
|
||||
fail2ban (0.11.2-2) unstable; urgency=high
|
||||
|
||||
* Fix a problem with mail
|
||||
|
|
|
|||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -6,7 +6,7 @@ Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
|
|||
Sylvestre Ledru <sylvestre@debian.org>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 12)
|
||||
, debhelper (>= 9.20160709)
|
||||
, debhelper
|
||||
, dh-python
|
||||
, python3
|
||||
, python3-setuptools
|
||||
|
|
|
|||
Loading…
Reference in a new issue