diff options
author | Timo Weingärtner <timo@tiwe.de> | 2024-06-17 14:03:22 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-06-17 14:03:22 +0200 |
commit | c0069b2a44f406e479c213951e0f69e37a4a768c (patch) | |
tree | b00795ceab467722b74b04996e68e14e3b41760c /debian/control | |
parent | eebce003f836a8baad6547d1a4b6dcd72037f888 (diff) | |
download | libpam-pwdfile-c0069b2a44f406e479c213951e0f69e37a4a768c.tar.gz |
update to newer packaging standards
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 61bdaa0..a745ebb 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: libpam-pwdfile Section: admin -Priority: extra +Priority: optional Maintainer: Timo Weingärtner <timo@tiwe.de> -Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9), dh-exec (>=0.3), libpam0g-dev +Standards-Version: 4.7.0 +Build-Depends: debhelper-compat (= 13), dh-exec (>=0.3), libpam0g-dev +Rules-Requires-Root: no Homepage: https://git.tiwe.de/libpam-pwdfile.git Vcs-Browser: https://git.tiwe.de/libpam-pwdfile.git/tree/?h=debian Vcs-Git: https://git.tiwe.de/libpam-pwdfile.git -b debian |