diff options
author | Timo Weingärtner <timo@tiwe.de> | 2024-06-20 14:24:56 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-06-20 15:08:31 +0200 |
commit | 62de58435ed6f7200851cb163f5b4e4336606a9b (patch) | |
tree | d481573c2476520a2aba9e5e6fffc924e4633d8b /debian/control | |
parent | 7f722507614f13737a05dc1ec2649052fe4db4ba (diff) | |
download | libpam-pwdfile-62de58435ed6f7200851cb163f5b4e4336606a9b.tar.gz |
add Build-Depends: libcrypt-dev
Closes: #1066572
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a745ebb..c0812a8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: Timo Weingärtner <timo@tiwe.de> Standards-Version: 4.7.0 -Build-Depends: debhelper-compat (= 13), dh-exec (>=0.3), libpam0g-dev +Build-Depends: debhelper-compat (= 13), dh-exec (>=0.3), libcrypt-dev, 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 |