mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Use debhelper-compat instead of debian/compat
This commit is contained in:
parent
0fe7250f6f
commit
cab66065dd
3 changed files with 7 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
fail2ban (0.11.1-4) UNRELEASED; urgency=medium
|
||||
|
||||
* Use debhelper-compat instead of debian/compat.
|
||||
|
||||
-- Ondřej Nový <onovy@debian.org> Thu, 24 Sep 2020 08:42:58 +0200
|
||||
|
||||
fail2ban (0.11.1-3) unstable; urgency=medium
|
||||
|
||||
* remove deprecated package dh-systemd from the build deps
|
||||
|
|
|
|||
1
debian/compat
vendored
1
debian/compat
vendored
|
|
@ -1 +0,0 @@
|
|||
9
|
||||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -5,7 +5,7 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.
|
|||
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
|
||||
Sylvestre Ledru <sylvestre@debian.org>
|
||||
Build-Depends:
|
||||
debhelper (>= 9)
|
||||
debhelper-compat (= 9)
|
||||
, debhelper (>= 9.20160709)
|
||||
, dh-python
|
||||
, python3
|
||||
|
|
|
|||
Loading…
Reference in a new issue