diff options
author | Sam Hartman <hartmans@debian.org> | 2024-02-29 09:21:29 -0700 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2024-02-29 09:21:29 -0700 |
commit | 65621d8d0ee22eb31348887e75d3c69906a5b9ed (patch) | |
tree | 7a2c6bd30e188dc99759559b39bae1214fa94b4b /debian/control | |
parent | d3563f1f90fbf284ba3895c8073df27e208a0033 (diff) | |
download | pam-65621d8d0ee22eb31348887e75d3c69906a5b9ed.tar.gz pam-65621d8d0ee22eb31348887e75d3c69906a5b9ed.tar.bz2 pam-65621d8d0ee22eb31348887e75d3c69906a5b9ed.zip |
For now remove libdb-dev so that libdb-dev can undergo time_t
transition. That means this version of pam does not include
pam_userdb, which makes pam unsuitable for release.
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 cfc1e275..ec421627 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Sam Hartman <hartmans@debian.org> Uploaders: Steve Langasek <vorlon@debian.org> Standards-Version: 4.6.2 -Build-Depends: debhelper-compat (= 13), dh-exec, flex, libdb-dev, libcrypt-dev, libselinux1-dev [linux-any], libsystemd-dev [linux-any] <!stage1>, po-debconf, autopoint, libaudit-dev [linux-any] <!stage1>, pkg-config, libfl-dev, libfl-dev:native, docbook-xsl, docbook-xml, xsltproc, libxml2-utils, w3m +Build-Depends: debhelper-compat (= 13), dh-exec, flex, libcrypt-dev, libselinux1-dev [linux-any], libsystemd-dev [linux-any] <!stage1>, po-debconf, autopoint, libaudit-dev [linux-any] <!stage1>, pkg-config, libfl-dev, libfl-dev:native, docbook-xsl, docbook-xml, xsltproc, libxml2-utils, w3m Build-Conflicts-Indep: fop Build-Conflicts: libdb4.2-dev, libxcrypt-dev Vcs-Browser: https://salsa.debian.org/vorlon/pam |