diff options
author | Sam Hartman <hartmans@debian.org> | 2025-01-14 15:51:56 -0700 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2025-01-14 15:51:56 -0700 |
commit | 4ff277973391ae6879656bb534665e3a4f1f1a1a (patch) | |
tree | 8e1c62145f1694db8c502ea9e5f24b5b002b4d2d /debian | |
parent | 8470658f82a6b4240141e887203d7c732fc4eb21 (diff) | |
download | pam-4ff277973391ae6879656bb534665e3a4f1f1a1a.tar.gz pam-4ff277973391ae6879656bb534665e3a4f1f1a1a.tar.bz2 pam-4ff277973391ae6879656bb534665e3a4f1f1a1a.zip |
Document changes for 1.7.0-1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 12 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 868cf460..60b6674e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ -pam (1.5.3-8) UNRELEASED; urgency=medium - - - - -- Sam Hartman <hartmans@debian.org> Tue, 09 Apr 2024 09:43:48 -0600 +pam (1.7.0-1) UNRELEASED; urgency=medium + + * New upstream version, Closes: #1088923 + * Build depend on meson + * Depend on fop + * Use installed faillock and namespace man page rather than source man page. + * Install text module documentation in libpam-doc/txt + * Build and install pdf documentation + * Remove Steve from uploaders, thanks for all your contributions; you + will be missed. + + -- Sam Hartman <hartmans@debian.org> Tue, 14 Jan 2025 15:47:56 -0700 pam (1.5.3-7) unstable; urgency=medium diff --git a/debian/control b/debian/control index 20688721..a608bbec 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,6 @@ Source: pam Section: libs 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, libcrypt-dev, libdb-dev, libselinux1-dev [linux-any], libsystemd-dev [linux-any] <!stage1>, po-debconf, meson, libaudit-dev [linux-any] <!stage1>, pkg-config, libfl-dev, libfl-dev:native, docbook-xsl-ns, docbook5-xml, xsltproc, libxml2-utils, w3m, fop Build-Conflicts: libdb4.2-dev, libxcrypt-dev |